summaryrefslogtreecommitdiffstats
path: root/ozone-add-va-api-support-to-wayland.patch
diff options
context:
space:
mode:
authorJustKidding <jk@vin.ovh>2022-08-31 15:24:46 -0500
committerJustKidding <jk@vin.ovh>2022-08-31 15:32:24 -0500
commit7f472a5d7afee734484915d03e86f63439068844 (patch)
tree971ce35afa058a2c6e487602d8ec711aa9b81fd5 /ozone-add-va-api-support-to-wayland.patch
parentbf4d4b4804a2a7faf6927dbf42106ac99b603417 (diff)
downloadungoogled-chromium-7f472a5d7afee734484915d03e86f63439068844.tar.gz
ungoogled-chromium-7f472a5d7afee734484915d03e86f63439068844.tar.bz2
ungoogled-chromium-7f472a5d7afee734484915d03e86f63439068844.zip
upgpkg: ungoogled-chromium 105.0.5195.52-1
upstream release
Diffstat (limited to 'ozone-add-va-api-support-to-wayland.patch')
-rw-r--r--ozone-add-va-api-support-to-wayland.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/ozone-add-va-api-support-to-wayland.patch b/ozone-add-va-api-support-to-wayland.patch
index 4f25927..550029c 100644
--- a/ozone-add-va-api-support-to-wayland.patch
+++ b/ozone-add-va-api-support-to-wayland.patch
@@ -65,10 +65,10 @@ index 941f24c..a9c8035 100644
bool VaapiPictureNativePixmap::AllowOverlay() const {
diff --git a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
-index 3a07fa2..306313d 100644
+index bf791d8..9e394eb 100644
--- a/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
+++ b/media/gpu/vaapi/vaapi_video_decode_accelerator.cc
-@@ -561,12 +561,12 @@ void VaapiVideoDecodeAccelerator::InitiateSurfaceSetChange(
+@@ -560,12 +560,12 @@ void VaapiVideoDecodeAccelerator::InitiateSurfaceSetChange(
requested_visible_rect_ = visible_rect;
if (buffer_allocation_mode_ == BufferAllocationMode::kSuperReduced) {
// Add one to the reference frames for the one being currently egressed.
@@ -99,10 +99,10 @@ index 35378d1..68969d2 100644
}
diff --git a/ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h b/ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h
-index 06d0290..c217e91 100644
+index 9e8b2fa..9918508 100644
--- a/ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h
+++ b/ui/ozone/platform/wayland/gpu/gbm_pixmap_wayland.h
-@@ -91,6 +91,9 @@ class GbmPixmapWayland : public gfx::NativePixmap {
+@@ -92,6 +92,9 @@ class GbmPixmapWayland : public gfx::NativePixmap {
// Says a wl_buffer has been created and must removed.
bool created_wl_buffer_ = false;
@@ -113,10 +113,10 @@ index 06d0290..c217e91 100644
} // namespace ui
diff --git a/ui/ozone/platform/wayland/ozone_platform_wayland.cc b/ui/ozone/platform/wayland/ozone_platform_wayland.cc
-index 8d82c2d..6bb1670 100644
+index c13bd3a..04fa160 100644
--- a/ui/ozone/platform/wayland/ozone_platform_wayland.cc
+++ b/ui/ozone/platform/wayland/ozone_platform_wayland.cc
-@@ -291,6 +291,9 @@ class OzonePlatformWayland : public OzonePlatform,
+@@ -297,6 +297,9 @@ class OzonePlatformWayland : public OzonePlatform,
properties->supports_global_screen_coordinates =
features::IsWaylandScreenCoordinatesEnabled();