Re: [PATCH weston 2/3] gl-renderer: check EGL_EXT_platform_base in supports()

2015-04-08 Thread Manuel Bachmann
Looks good to me ! 2015-04-08 16:02 GMT+02:00 Pekka Paalanen : > From: Pekka Paalanen > > An EGL implementation may support client extensions without supporting > EGL_EXT_platform_base. In such a case, we should return 0 to fall back > to the old eglGetDisplay() way. > > Cc: Manuel Bachmann > S

[PATCH weston 2/3] gl-renderer: check EGL_EXT_platform_base in supports()

2015-04-08 Thread Pekka Paalanen
From: Pekka Paalanen An EGL implementation may support client extensions without supporting EGL_EXT_platform_base. In such a case, we should return 0 to fall back to the old eglGetDisplay() way. Cc: Manuel Bachmann Signed-off-by: Pekka Paalanen --- src/gl-renderer.c | 7 +-- 1 file change