Re: [PATCH wayland] display-test: Remove redundant stdbool include

2016-07-25 Thread Bryce Harrington
On Mon, Jul 18, 2016 at 12:49:07PM -0700, Bryce Harrington wrote: > On Mon, Jul 18, 2016 at 12:46:00PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > display-test.c includes stdbool.h twice. Remove the redundant include. > > > > Signed-off-by: Yong Bakos

Re: [PATCH wayland] (multiple): Include stdint.h

2016-07-25 Thread Bryce Harrington
On Tue, Jul 19, 2016 at 10:21:57AM +0100, Eric Engestrom wrote: > On Mon, Jul 18, 2016 at 12:42:25PM -0500, Yong Bakos wrote: > > From: Yong Bakos > > > > Some headers and source files have been using types such as uint32_t > > without explicitly including stdint.h. > >

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

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

Re: [PATCH wayland-protocols v4 7/7] xdg-shell: Introduce xdg_positioner

2016-07-25 Thread Bill Spitzak
As attachement, but I think gmail is messing this up: On Fri, Jul 22, 2016 at 6:39 PM, Bill Spitzak wrote: > /* Translate xdg_positioner v4 settings to proposed list-of-rectangles api > * > * I cannot find any proposed implementation, so I have to base this > off the

[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

Re: [PATCH wayland-protocols v4 7/7] xdg-shell: Introduce xdg_positioner

2016-07-25 Thread Bill Spitzak
/* Translate xdg_positioner v4 settings to proposed list-of-rectangles api * * I cannot find any proposed implementation, so I have to base this off the comments * in the protocol spec, which are somewhat ambiguous. See FIXME notes for where I * guessed and may have mis-interpreted the spec.

[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

[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