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] gl-renderer: Add support for DRM_FORMAT_YUV444 buffers

2016-07-25 Thread Matthias Treydte
Am 2016-07-25 16:41, schrieb Emmanuel Gil Peyrot: Which program did you test it with? Have you tested it with weston-simple-dmabuf-v4l alongside the vivid kernel module in 4:4:4 mode? I'm using it together with ffmpeg where I hooked up some custom buffer allocation which is basically doing w

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

2016-07-25 Thread Emmanuel Gil Peyrot
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 + > 1 file changed, 21 inserti

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

2016-07-25 Thread Matthias Treydte
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 + 1 file changed, 21 insertions(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index b

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

2016-07-25 Thread Matthias Treydte
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 + 1 file changed, 21 insertions(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index 2

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

2016-07-25 Thread Matthias Treydte
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 + 1 file changed, 21 insertions(+) diff --git a/libweston/gl-renderer.c b/libweston/gl-renderer.c index b