Re: [PATCH weston v2 1/1] Allow simple-dmabuf-drm to pass y_inverted flag

2018-03-16 Thread Pekka Paalanen
On Fri, 16 Mar 2018 13:18:42 +0100 Guido Günther wrote: > On Fri, Mar 16, 2018 at 01:55:41PM +0200, Pekka Paalanen wrote: > > On Thu, 15 Mar 2018 17:34:55 +0100 > > Guido Günther wrote: > > > > > This allows to check if ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT is > > > interpreted correctly

Re: [PATCH weston v2 1/1] Allow simple-dmabuf-drm to pass y_inverted flag

2018-03-16 Thread Guido Günther
On Fri, Mar 16, 2018 at 01:55:41PM +0200, Pekka Paalanen wrote: > On Thu, 15 Mar 2018 17:34:55 +0100 > Guido Günther wrote: > > > This allows to check if ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT is > > interpreted correctly by the compositor. > > --- > > clients/simple-dmabuf-drm.c | 31 +++

Re: [PATCH weston v2 1/1] Allow simple-dmabuf-drm to pass y_inverted flag

2018-03-16 Thread Pekka Paalanen
On Thu, 15 Mar 2018 17:34:55 +0100 Guido Günther wrote: > This allows to check if ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT is > interpreted correctly by the compositor. > --- > clients/simple-dmabuf-drm.c | 31 +++ > 1 file changed, 23 insertions(+), 8 deletions(-) >

[PATCH weston v2 1/1] Allow simple-dmabuf-drm to pass y_inverted flag

2018-03-15 Thread Guido Günther
This allows to check if ZWP_LINUX_BUFFER_PARAMS_V1_FLAGS_Y_INVERT is interpreted correctly by the compositor. --- clients/simple-dmabuf-drm.c | 31 +++ 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/clients/simple-dmabuf-drm.c b/clients/simple-dmabuf-drm