Re: [PATCH v4 1/3] Add wl_dmabuf protocol

2014-01-08 Thread Daniel Vetter
On Tue, Jan 07, 2014 at 06:41:42PM +0100, benjamin.gaign...@linaro.org wrote: > From: Benjamin Gaignard > > It allow to use a dmabuf file descriptor in a wayland protocol. > To make as generic as possible it is up to the server to call > wl_dmabuf_send_format() and/or wl_dmabuf_send_device() to s

[PATCH v4 1/3] Add wl_dmabuf protocol

2014-01-07 Thread benjamin . gaignard
From: Benjamin Gaignard It allow to use a dmabuf file descriptor in a wayland protocol. To make as generic as possible it is up to the server to call wl_dmabuf_send_format() and/or wl_dmabuf_send_device() to signal it capabilities. Signed-off-by: Benjamin Gaignard --- protocol/Makefile.am