Re: [Mesa-dev] [PATCH] dri: Fix robust context creation via EGL attribute

2016-04-11 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Tue, Apr 12, 2016 at 1:34 AM, Chad Versace wrote: > driCreateContextAttribs() emits an error if bit > __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS is set for an ES context. But, > EGL_EXT_create_context_robustness and EGL 1.5 both allow creation of > robust ES contexts

[Mesa-dev] [PATCH] dri: Fix robust context creation via EGL attribute

2016-04-11 Thread Chad Versace
driCreateContextAttribs() emits an error if bit __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS is set for an ES context. But, EGL_EXT_create_context_robustness and EGL 1.5 both allow creation of robust ES contexts. One requests a robust ES context by setting the EGL_CONTEXT_OPENGL_ROBUST_ACCESS *attribute*,