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

2016-05-02 Thread Chad Versace
On Sat 16 Apr 2016, Emil Velikov wrote: > 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 > > --- > > src/waffle/egl/wegl_conf

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 > --- > src/waffle/egl/wegl_config.c | 9 ++--- > src/waffle/egl/wegl_con

[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 +++-- src/waffle/egl/wegl_display.c | 3 +-- src/waffle/egl