Re: [waffle] [PATCH] egl: Support robust access contexts with EGL 1.5.

2016-04-15 Thread Emil Velikov
Hi Bas, On 15 April 2016 at 22:04, Bas Nieuwenhuizen wrote: > EGL 1.5 also supports the EGL_CONTEXT_OPENGL_ROBUST_ACCESS > attribute without any extensions for both ES and non-ES. > > Signed-off-by: Bas Nieuwenhuizen > --- >

[waffle] [PATCH] egl: Support robust access contexts with EGL 1.5.

2016-04-15 Thread Bas Nieuwenhuizen
EGL 1.5 also supports the EGL_CONTEXT_OPENGL_ROBUST_ACCESS attribute without any extensions for both ES and non-ES. Signed-off-by: Bas Nieuwenhuizen --- src/waffle/egl/wegl_config.c | 9 ++--- src/waffle/egl/wegl_context.c | 9 +++--