Re: [PATCH 3/6] gl-renderer: Add support for a few YUV dmabuf formats

2015-12-02 Thread Derek Foreman
On 24/11/15 01:28 PM, Emmanuel Gil Peyrot wrote: > Namely the single-planar YUYV, the two-planar NV12, and the > three-planar YUV420, using the shaders already present in Weston. > > Signed-off-by: Emmanuel Gil Peyrot > > Maniphest Tasks: T13 > > Differential Revision: https://phabricator.freed

[PATCH 3/6] gl-renderer: Add support for a few YUV dmabuf formats

2015-11-24 Thread Emmanuel Gil Peyrot
Namely the single-planar YUYV, the two-planar NV12, and the three-planar YUV420, using the shaders already present in Weston. Signed-off-by: Emmanuel Gil Peyrot Maniphest Tasks: T13 Differential Revision: https://phabricator.freedesktop.org/D334 --- src/gl-renderer.c | 280