Re: [PATCH] linux-dmabuf: send deprecated format events

2018-01-18 Thread Daniel Stone
Hi Philipp, On 16 January 2018 at 10:09, Philipp Zabel wrote: > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: >> Thanks for this! Could I please persuade you to take on one additional >> change though? > > Pending review of the additional change, could we merge the first patch > independ

Re: [PATCH] linux-dmabuf: send deprecated format events

2018-01-17 Thread Emil Velikov
On 15 December 2017 at 17:19, Philipp Zabel wrote: > On Fri, 2017-12-15 at 10:51 +, Daniel Stone wrote: >> Hi Philipp, >> >> On 15 December 2017 at 10:46, Philipp Zabel wrote: >> > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: >> > > On 15 December 2017 at 09:25, Philipp Zabel >> >

Re: [PATCH] linux-dmabuf: send deprecated format events

2018-01-16 Thread Philipp Zabel
On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: > Hi Michael and Philipp, > > On 15 December 2017 at 09:25, Philipp Zabel wrote: > > Although the format event is deprecated, some clients, especially the > > GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and > > require t

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
On Fri, 2017-12-15 at 10:51 +, Daniel Stone wrote: > Hi Philipp, > > On 15 December 2017 at 10:46, Philipp Zabel wrote: > > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: > > > On 15 December 2017 at 09:25, Philipp Zabel > > > wrote: > > > > Send format events instead of the modifie

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Daniel Stone
Hi Philipp, On 15 December 2017 at 10:46, Philipp Zabel wrote: > On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: >> On 15 December 2017 at 09:25, Philipp Zabel wrote: >> > Send format events instead of the modifier event, if the client binds on >> > a protocol version before version 3, sk

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
Hi Daniel, On Fri, 2017-12-15 at 09:46 +, Daniel Stone wrote: > Hi Michael and Philipp, > > On 15 December 2017 at 09:25, Philipp Zabel wrote: > > Although the format event is deprecated, some clients, especially the > > GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and >

Re: [PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Daniel Stone
Hi Michael and Philipp, On 15 December 2017 at 09:25, Philipp Zabel wrote: > Although the format event is deprecated, some clients, especially the > GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and > require the deprecated format event. > > Send format events instead of the m

[PATCH] linux-dmabuf: send deprecated format events

2017-12-15 Thread Philipp Zabel
From: Michael Tretter Although the format event is deprecated, some clients, especially the GStreamer waylandsink, only support zwp_linux_dmabuf_v1 version 1 and require the deprecated format event. Send format events instead of the modifier event, if the client binds on a protocol version befor