Re: [PATCH] gl-renderer: Add support for DRM_FORMAT_YUV444 buffers

2016-10-01 Thread Quentin Glidic
On 25/07/2016 16:41, Emmanuel Gil Peyrot wrote: On Mon, Jul 25, 2016 at 12:15:41PM +0200, Matthias Treydte wrote: This uses the existing infrastructure for dealing with planar YUV buffers and only adds the relevant yuv_format_descriptor to the table. --- libweston/gl-renderer.c | 21 ++

Re: [PATCH weston] libweston-desktop: fix stale ping when a wl_shell_surface is destroyed

2016-10-01 Thread Quentin Glidic
On 26/09/2016 12:37, Giulio Camuffo wrote: When sending a ping event to a surface using the wl_shell interface, if that surface is destroyed before we receive the pong we will never receive it, even if the client is actually responsive, since the interface does not exist anymore. So when the surf

Re: [PATCH weston] clients/stacking: Silence a compiler warning

2016-10-01 Thread Quentin Glidic
On 29/09/2016 00:18, Armin Krezović wrote: This patch fixes a compiler warning when building with clang, since it doesn't support gnu_printf attribute. v2: - Switch to WL_PRINTF per suggestion from Eric Engestrom. v3: - Explicitly include wayland-util.h Reviewed-by: Eric Engestrom Signed-

Re: [PATCH weston] libweston-desktop: fix sending the configure event with wl_shell

2016-10-01 Thread Quentin Glidic
On 28/09/2016 21:29, Giulio Camuffo wrote: --- Thanks: Reviewed-by: Quentin Glidic And pushed: 3123c81..72f68c5 master -> master Cheers, libweston-desktop/wl-shell.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston-desktop/wl-shell.c b/libweston-desktop/wl-shell.c index 20f

Re: [PATCH weston] configure: remove double equal test bashism

2016-10-01 Thread Quentin Glidic
On 01/10/2016 11:13, Quentin Glidic wrote: On 01/10/2016 11:01, Armin Krezović wrote: On 29.09.2016 22:24, Murray Calavera wrote: Signed-off-by: Murray Calavera Reviewed-by: Armin Krezović Thanks for this patch. Reviewed-by: Quentin Glidic And pushed: e338ced..5d69343 master -> master

Re: [PATCH weston] configure: remove double equal test bashism

2016-10-01 Thread Quentin Glidic
On 01/10/2016 11:01, Armin Krezović wrote: On 29.09.2016 22:24, Murray Calavera wrote: Signed-off-by: Murray Calavera Reviewed-by: Armin Krezović Thanks for this patch. Reviewed-by: Quentin Glidic And pushed: e338ced..5d69343 master -> master Cheers, --- configure.ac | 6 +++---

Re: [PATCH weston] configure: remove double equal test bashism

2016-10-01 Thread Armin Krezović
On 29.09.2016 22:24, Murray Calavera wrote: > Signed-off-by: Murray Calavera Reviewed-by: Armin Krezović > --- > configure.ac | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/configure.ac b/configure.ac > index f35e887..72715a6 100644 > --- a/configure.ac > +++ b