Re: [PATCH wayland-protocols v2] linux-dmabuf: add immediate dmabuf import path

2017-01-27 Thread Pekka Paalanen
On Thu, 19 Jan 2017 12:50:07 +0530 Varad Gautam wrote: > From: Varad Gautam > > provide a mechanism that allows clients to import the added dmabufs > and immediately receive the newly created wl_buffer handle. this is > useful to clients that are sure of their import request succeeding, > and w

[PATCH wayland-protocols v2] linux-dmabuf: add immediate dmabuf import path

2017-01-18 Thread Varad Gautam
From: Varad Gautam provide a mechanism that allows clients to import the added dmabufs and immediately receive the newly created wl_buffer handle. this is useful to clients that are sure of their import request succeeding, and wish to avoid the wl_buffer communication roundtrip. bump zwp_linux_d