diff --git a/debian/changelog b/debian/changelog index 408d8ad..87b05c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -wayland-protocols (1.32-100pika2) pikauwu; urgency=medium +wayland-protocols (1.32-100pika3) pikauwu; urgency=medium * New upstream release. diff --git a/patches/90.patch b/patches/90.patch index 24ab2ae..f946a66 100644 --- a/patches/90.patch +++ b/patches/90.patch @@ -1,4 +1,4 @@ -From 3e5a55345bb119e9ebc7b4c2d18870b4672f3fe4 Mon Sep 17 00:00:00 2001 +From 30d4706ead1da137b2bf6e42e78d583e4e468fb3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 12 May 2021 12:08:24 +0200 Subject: [PATCH 1/2] linux-drm-syncobj-v1: new protocol @@ -12,8 +12,8 @@ Signed-off-by: Simon Ser --- meson.build | 1 + staging/linux-drm-syncobj/README | 4 + - .../linux-drm-syncobj-v1.xml | 229 ++++++++++++++++++ - 3 files changed, 234 insertions(+) + .../linux-drm-syncobj-v1.xml | 228 ++++++++++++++++++ + 3 files changed, 233 insertions(+) create mode 100644 staging/linux-drm-syncobj/README create mode 100644 staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml @@ -41,10 +41,10 @@ index 00000000..a380b314 +Simon Ser diff --git a/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml b/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml new file mode 100644 -index 00000000..73264219 +index 00000000..31112c24 --- /dev/null +++ b/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml -@@ -0,0 +1,229 @@ +@@ -0,0 +1,228 @@ + + + @@ -179,9 +179,8 @@ index 00000000..73264219 + any time. + + Explicit synchronization is guaranteed to be supported for buffers -+ created with any version of the linux-dmabuf protocol and for opaque EGL -+ buffers described in EGL_WL_bind_wayland_display. Compositors are free to -+ support explicit synchronization for additional buffer types. ++ created with any version of the linux-dmabuf protocol. Compositors are ++ free to support explicit synchronization for additional buffer types. + + As long as the wp_linux_drm_syncobj_surface_v1 object is alive, the + compositor may ignore implicit synchronization for buffers attached and @@ -278,7 +277,7 @@ index 00000000..73264219 GitLab -From ec4e780899b53b771a5b1129e8d9d8a0a5ea932e Mon Sep 17 00:00:00 2001 +From c3457d52718738bc9bf5464ba32a77e62fd8ad81 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 16 Oct 2023 10:47:28 +0200 Subject: [PATCH 2/2] linux-explicit-synchronization-v1: add linux-drm-syncobj