From 6cd28662aa83b72a37dc403ac34560cf061151ce Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Fri, 6 Nov 2015 15:09:40 +0800 Subject: linux-dmabuf: Change the zlinux_prefix to zwp_linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl --- unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'unstable') diff --git a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml index b4b7d5b..99d3b51 100644 --- a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml +++ b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml @@ -26,7 +26,7 @@ THIS SOFTWARE. - + Following the interfaces from: https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt @@ -56,7 +56,7 @@ sub-system that might accept it. To create a wl_buffer from one or more dmabufs, a client creates a - zlinux_dmabuf_params object with zlinux_dmabuf.create_params + zwp_linux_dmabuf_params_v1 object with zwp_linux_dmabuf_v1.create_params request. All planes required by the intended format are added with the 'add' request. Finally, 'create' request is issued. The server will reply with either 'created' event which provides the final @@ -87,7 +87,7 @@ should be destroyed after an 'created' or 'failed' event has been received. - @@ -107,7 +107,7 @@ - + This temporary object is a collection of dmabufs and other parameters that together form a single logical buffer. The temporary @@ -157,7 +157,8 @@ - This request adds one dmabuf to the set in this zlinux_buffer_params. + This request adds one dmabuf to the set in this + zwp_linux_buffer_params_v1. The 64-bit unsigned value combined from modifier_hi and modifier_lo is the dmabuf layout modifier. DRM AddFB2 ioctl calls this the -- cgit v1.2.3