diff options
author | MaxVerevkin <maxxverrr@gmail.com> | 2023-12-08 12:52:05 +0200 |
---|---|---|
committer | MaxVerevkin <maxxverrr@gmail.com> | 2023-12-08 12:59:37 +0200 |
commit | 9d83649b4947b0e4932cd78c2d3f062b0228052a (patch) | |
tree | 5ed6f79efd2103d1bc1578601689152beec1e7a5 /stable | |
parent | c4f559866f133d0b4949bd92f691450d48f030ff (diff) |
linux-dmabuf: sync changes from unstable to stable
Signed-off-by: Max Verevkin <maxxverrr@gmail.com>
Diffstat (limited to 'stable')
-rw-r--r-- | stable/linux-dmabuf/linux-dmabuf-v1.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/stable/linux-dmabuf/linux-dmabuf-v1.xml b/stable/linux-dmabuf/linux-dmabuf-v1.xml index 8f9993b..38e06f5 100644 --- a/stable/linux-dmabuf/linux-dmabuf-v1.xml +++ b/stable/linux-dmabuf/linux-dmabuf-v1.xml @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. </copyright> - <interface name="zwp_linux_dmabuf_v1" version="4"> + <interface name="zwp_linux_dmabuf_v1" version="5"> <description summary="factory for creating dmabuf-based wl_buffers"> Following the interfaces from: https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt @@ -186,7 +186,7 @@ </request> </interface> - <interface name="zwp_linux_buffer_params_v1" version="4"> + <interface name="zwp_linux_buffer_params_v1" version="5"> <description summary="parameters for creating a dmabuf-based wl_buffer"> This temporary object is a collection of dmabufs and other parameters that together form a single logical buffer. The temporary @@ -246,6 +246,9 @@ Starting from version 4, the invalid_format protocol error is sent if the format + modifier pair was not advertised as supported. + Starting from version 5, the invalid_format protocol error is sent if + all planes don't use the same modifier. + This request raises the PLANE_IDX error if plane_idx is too large. The error PLANE_SET is raised if attempting to set a plane that was already set. @@ -393,7 +396,7 @@ </request> </interface> - <interface name="zwp_linux_dmabuf_feedback_v1" version="4"> + <interface name="zwp_linux_dmabuf_feedback_v1" version="5"> <description summary="dmabuf feedback"> This object advertises dmabuf parameters feedback. This includes the preferred devices and the supported formats/modifiers. |