Re: [PATCH weston v3] rpi: Add support for EGL buffers

2013-10-09 Thread Kristian Høgsberg
On Wed, Oct 9, 2013 at 1:19 AM, Tomeu Vizoso wrote: > On 8 October 2013 20:33, Kristian Høgsberg wrote: >> On Mon, Oct 07, 2013 at 11:02:20AM +0200, Tomeu Vizoso wrote: >>> The EGL implementation on the RPi allocates a front and a back >>> DispmanX resources for each EGLSurface, which we composit

Requesting feedback on disallowing handle attribute values in EGLint attribute lists

2013-10-09 Thread Chad Versace
Khronos is proposing a change affecting EGL attribute lists, and they are requesting feedback on this forum thread [1]. They have specifically requested feedback from the opensource community. [1] http://www.khronos.org/message_boards/showthread.php/9138-Requesting-feedback-on-disallowing-handl

[PATCH weston] launcher: Wrap drmGetMagic and drmAuthMagic so we can build without libdrm

2013-10-09 Thread Tomeu Vizoso
--- src/launcher-util.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/launcher-util.c b/src/launcher-util.c index 6c28dc3..8b19b9d 100644 --- a/src/launcher-util.c +++ b/src/launcher-util.c @@ -80,9 +80,19 @@ drm_set_master(int drm_fd) retu

[PATCH weston] rpi: Remove redundant cast

2013-10-09 Thread Tomeu Vizoso
--- src/rpi-renderer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/rpi-renderer.c b/src/rpi-renderer.c index 6b39e8c..a95cc60 100644 --- a/src/rpi-renderer.c +++ b/src/rpi-renderer.c @@ -1288,8 +1288,7 @@ rpi_renderer_attach(struct weston_surface *base, struct weston

Re: [PATCH weston v3] rpi: Add support for EGL buffers

2013-10-09 Thread Tomeu Vizoso
On 8 October 2013 20:33, Kristian Høgsberg wrote: > On Mon, Oct 07, 2013 at 11:02:20AM +0200, Tomeu Vizoso wrote: >> The EGL implementation on the RPi allocates a front and a back >> DispmanX resources for each EGLSurface, which we composite along >> the others. >> --- >> >> v2: Added a stub for v