This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-11-22 19:08:51 +03:00 committed by GitHub
parent ef381af85e
commit be1b0cb81e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
wayland-protocols (1.32-100pika2) pikauwu; urgency=medium
wayland-protocols (1.32-100pika3) pikauwu; urgency=medium
* New upstream release.

View File

@ -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 <contact@emersion.fr>
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 <contact@emersion.fr>
---
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 <contact@emersion.fr>
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<protocol name="linux_drm_syncobj_v1">
+ <copyright>
@ -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 <contact@emersion.fr>
Date: Mon, 16 Oct 2023 10:47:28 +0200
Subject: [PATCH 2/2] linux-explicit-synchronization-v1: add linux-drm-syncobj