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

2017-01-17 Thread Pekka Paalanen
On Fri, 11 Nov 2016 17:10:44 +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

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

2016-11-21 Thread Daniel Stone
Hi Varad, On 11 November 2016 at 11:40, Varad Gautam wrote: > 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_

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

2016-11-11 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