Re: [weston] gl-renderer: add support of WL_SHM_FORMAT_YUYV

2016-10-20 Thread Eric Engestrom
On Thursday, 2016-10-20 13:12:43 +0200, Vincent Abriou wrote: > This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers. > This is the pixel format supported by most of the USB webcams. > > Signed-off-by: Vincent Abriou > --- > libweston/gl-renderer.c | 56 > ++

[weston] gl-renderer: add support of WL_SHM_FORMAT_YUYV

2016-10-20 Thread Vincent Abriou
This patch allow gl-renderer to accept WL_SHM_FORMAT_YUYV buffers. This is the pixel format supported by most of the USB webcams. Signed-off-by: Vincent Abriou --- libweston/gl-renderer.c | 56 + 1 file changed, 38 insertions(+), 18 deletions(-) d