Re: [PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-03-23 Thread Pekka Paalanen
Hi, sorry to come to this after it has already landed. I have some comments here. It's mostly just clean-ups and simplifications, though. On Fri, 20 Mar 2015 15:26:50 +0100 Jonny Lamb wrote: > Reviewed-by: Derek Foreman > Reviewed-by: Bryce Harrington > --- > src/compositor-drm.c | 13 +

[PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-03-20 Thread Jonny Lamb
Reviewed-by: Derek Foreman Reviewed-by: Bryce Harrington --- src/compositor-drm.c | 13 ++- src/compositor-fbdev.c | 2 +- src/compositor-wayland.c | 20 +-- src/compositor-x11.c | 11 +- src/gl-renderer.c| 90 ++-- s

[PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-03-19 Thread Jonny Lamb
Reviewed-by: Derek Foreman --- src/compositor-drm.c | 13 ++- src/compositor-fbdev.c | 2 +- src/compositor-wayland.c | 20 +-- src/compositor-x11.c | 11 +- src/gl-renderer.c| 90 ++-- src/gl-renderer.h| 6 ++

Re: [PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-25 Thread Daniel Stone
Hi, On 25 February 2015 at 12:42, Jonny Lamb wrote: > +/** Checks whether a client extension or fallbacks are supported > + * > + * \param ec The weston compositor > + * \param extension_suffix The EGL client extension suffix > + * \return Negative if not supported, otherwise positive > + * > + *

Re: [PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-25 Thread Derek Foreman
Series looks good to me now. Reviewed-by: Derek Foreman On 25/02/15 06:42 AM, Jonny Lamb wrote: > --- > src/compositor-drm.c | 13 +- > src/compositor-fbdev.c | 2 +- > src/compositor-wayland.c | 20 +++-- > src/compositor-x11.c | 11 - > src/gl-renderer.c| 10

[PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-25 Thread Jonny Lamb
--- src/compositor-drm.c | 13 +- src/compositor-fbdev.c | 2 +- src/compositor-wayland.c | 20 +++-- src/compositor-x11.c | 11 - src/gl-renderer.c| 109 +-- src/gl-renderer.h| 6 ++- 6 files changed, 151 ins

Re: [PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-25 Thread Jonny Lamb
Il 23/02/2015 18:44, Derek Foreman ha scritto: - if (gl_renderer->create(&compositor->base, EGL_DEFAULT_DISPLAY, + if (gl_renderer->create(&compositor->base, 0, EGL_DEFAULT_DISPLAY, gl_renderer->opaque_attribs,

Re: [PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-23 Thread Derek Foreman
Very cool, comments below. On 17/02/15 09:48 AM, Jonny Lamb wrote: > --- > src/compositor-drm.c | 14 - > src/compositor-fbdev.c | 2 +- > src/compositor-wayland.c | 21 +++-- > src/compositor-x11.c | 14 - > src/gl-renderer.c| 79 >

[PATCH weston 1/4] gl-renderer: use eglGetPlatformDisplayEXT to get an EGLDisplay

2015-02-17 Thread Jonny Lamb
--- src/compositor-drm.c | 14 - src/compositor-fbdev.c | 2 +- src/compositor-wayland.c | 21 +++-- src/compositor-x11.c | 14 - src/gl-renderer.c| 79 ++-- src/gl-renderer.h| 6 +++- 6 files changed,