This commit is contained in:
parent
ef381af85e
commit
be1b0cb81e
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
wayland-protocols (1.32-100pika2) pikauwu; urgency=medium
|
wayland-protocols (1.32-100pika3) pikauwu; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
|
||||||
|
@ -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>
|
From: Simon Ser <contact@emersion.fr>
|
||||||
Date: Wed, 12 May 2021 12:08:24 +0200
|
Date: Wed, 12 May 2021 12:08:24 +0200
|
||||||
Subject: [PATCH 1/2] linux-drm-syncobj-v1: new protocol
|
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 +
|
meson.build | 1 +
|
||||||
staging/linux-drm-syncobj/README | 4 +
|
staging/linux-drm-syncobj/README | 4 +
|
||||||
.../linux-drm-syncobj-v1.xml | 229 ++++++++++++++++++
|
.../linux-drm-syncobj-v1.xml | 228 ++++++++++++++++++
|
||||||
3 files changed, 234 insertions(+)
|
3 files changed, 233 insertions(+)
|
||||||
create mode 100644 staging/linux-drm-syncobj/README
|
create mode 100644 staging/linux-drm-syncobj/README
|
||||||
create mode 100644 staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
|
create mode 100644 staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
|
||||||
|
|
||||||
@ -41,10 +41,10 @@ index 00000000..a380b314
|
|||||||
+Simon Ser <contact@emersion.fr>
|
+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
|
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
|
new file mode 100644
|
||||||
index 00000000..73264219
|
index 00000000..31112c24
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml
|
+++ 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"?>
|
+<?xml version="1.0" encoding="UTF-8"?>
|
||||||
+<protocol name="linux_drm_syncobj_v1">
|
+<protocol name="linux_drm_syncobj_v1">
|
||||||
+ <copyright>
|
+ <copyright>
|
||||||
@ -179,9 +179,8 @@ index 00000000..73264219
|
|||||||
+ any time.
|
+ any time.
|
||||||
+
|
+
|
||||||
+ Explicit synchronization is guaranteed to be supported for buffers
|
+ Explicit synchronization is guaranteed to be supported for buffers
|
||||||
+ created with any version of the linux-dmabuf protocol and for opaque EGL
|
+ created with any version of the linux-dmabuf protocol. Compositors are
|
||||||
+ buffers described in EGL_WL_bind_wayland_display. Compositors are free to
|
+ free to support explicit synchronization for additional buffer types.
|
||||||
+ support explicit synchronization for additional buffer types.
|
|
||||||
+
|
+
|
||||||
+ As long as the wp_linux_drm_syncobj_surface_v1 object is alive, the
|
+ As long as the wp_linux_drm_syncobj_surface_v1 object is alive, the
|
||||||
+ compositor may ignore implicit synchronization for buffers attached and
|
+ compositor may ignore implicit synchronization for buffers attached and
|
||||||
@ -278,7 +277,7 @@ index 00000000..73264219
|
|||||||
GitLab
|
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>
|
From: Simon Ser <contact@emersion.fr>
|
||||||
Date: Mon, 16 Oct 2023 10:47:28 +0200
|
Date: Mon, 16 Oct 2023 10:47:28 +0200
|
||||||
Subject: [PATCH 2/2] linux-explicit-synchronization-v1: add linux-drm-syncobj
|
Subject: [PATCH 2/2] linux-explicit-synchronization-v1: add linux-drm-syncobj
|
||||||
|
Reference in New Issue
Block a user