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

2017-05-19 Thread Daniel Stone
Hey Varad, On 12 May 2017 at 06:16, Varad Gautam wrote: > On Fri, Feb 10, 2017 at 1:28 PM, Varad Gautam wrote: >> 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

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

2017-05-11 Thread Varad Gautam
Hi all, On Fri, Feb 10, 2017 at 1:28 PM, 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 > re

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

2017-02-10 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.