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

2018-03-15 Thread Pekka Paalanen
On Thu, 8 Mar 2018 18:06:14 +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 | 27 +++ > 1 file changed, 19 insertions(+), 8 deletions(-) > > d

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

2018-03-08 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 | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/clients/simple-dmabuf-drm.c b/clients/simple-dmabuf-drm.c i