Re: [PATCH weston 2/9] linux-dmabuf: advertise supported formats and modifiers

2016-11-21 Thread Daniel Stone
Hi Varad, On 17 November 2016 at 11:55, Varad Gautam wrote: > implement 'format' and 'modifier' events to communicate available > formats and modifiers to the client and support zwp_linux_dmabuf_v1 > interface version 3. When this lands, this will need a wayland-protocols dependency bump in conf

[PATCH weston 2/9] linux-dmabuf: advertise supported formats and modifiers

2016-11-17 Thread Varad Gautam
From: Varad Gautam implement 'format' and 'modifier' events to communicate available formats and modifiers to the client and support zwp_linux_dmabuf_v1 interface version 3. Signed-off-by: Varad Gautam --- libweston/linux-dmabuf.c | 33 + 1 file changed, 29 inse