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

2017-02-06 Thread Pekka Paalanen
On Mon, 6 Feb 2017 13:33:43 +0530 Varad Gautam wrote: > Hi Pekka, > > On Fri, Feb 3, 2017 at 8:39 PM, Pekka Paalanen > wrote: > > On Tue, 31 Jan 2017 18:41:52 +0530 > > Varad Gautam wrote: > > > >> From: Varad Gautam > >> > >> provide a mechanism that allows clients to import the added dmab

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

2017-02-06 Thread Varad Gautam
Hi Pekka, On Fri, Feb 3, 2017 at 8:39 PM, Pekka Paalanen wrote: > On Tue, 31 Jan 2017 18:41:52 +0530 > Varad Gautam wrote: > >> From: Varad Gautam >> >> provide a mechanism that allows clients to import the added dmabufs >> and immediately use the newly created wl_buffers without waiting on >>

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

2017-02-03 Thread Pekka Paalanen
On Tue, 31 Jan 2017 18:41:52 +0530 Varad Gautam wrote: > From: Varad Gautam > > provide a mechanism that allows clients to import the added dmabufs > and immediately use the newly created wl_buffers without waiting on > an event. this is useful to clients that are sure of their import > request

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

2017-01-31 Thread Varad Gautam
From: Varad Gautam provide a mechanism that allows clients to import the added dmabufs and immediately use the newly created wl_buffers without waiting on an event. this is useful to clients that are sure of their import request succeeding, and wish to avoid the wl_buffer communication roundtrip.