[RFC wayland, weston] Expose an output's connector name

2017-02-07 Thread Matthias Treydte
n accessible to clients is not acceptable, what else should be done Kind regards, -Matthias -- For a successful technology, reality must take precedence over public relations, for nature cannot be fooled. (R.P. Feynman)From 81cbe8fc228f8092254de98571565c07b93a8351 Mon Sep 17 00:00:00 2001 From: Ma

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

[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

[PATCH] platform: explicitly cast the return value of weston_platform_get_egl_proc_address

2016-01-29 Thread Matthias Treydte
This allows the header to be consumed by C++ compilers, because C++ does away with C's implicit cast from (void*). --- shared/platform.h | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/shared/platform.h b/shared/platform.h index cf4ecc0..dd55008 100644 --- a/shared/p

Inconsistency with scaler extension?

2015-12-08 Thread Matthias Treydte
above. The documentation of the scaler API does not mention the need to call "damage" at all, and the documentation for surface only mentions attaching new buffers as a reason to call damage. I think some clarification is needed here. Kind regards, -Matthias Treydte __

Re: Change screens color temperature

2015-01-27 Thread Matthias Treydte
installed "Redshift", a tool to change the color temperature of your screen according to the time of day: Sadly it's only implemented for Xorg, so I can't "make an app" that uses redshift on Jolla. Redshift already has a "drm" module, which might be compatible with weston. I just tried it