On Tuesday, 2016-10-25 14:49:06 +0300, Tapani Pälli wrote: > These patch fix issues in: > dEQP-EGL.functional.reusable_sync.* > dEQP-EGL.functional.create_context_ext.robust_gles*
The series is Reviewed-by: Eric Engestrom <[email protected]> > > Tapani Pälli (5): > egl: fix error handling in _eglCreateSync > mesa: add missing CONTEXT_ROBUST_ACCESS enum > i956: set RobustAccess true when is supported > st/mesa: set RobustAccess true when is supported > mesa: expose GL_EXT_robustness > > src/egl/main/eglapi.c | 11 +++++++++-- > src/mapi/glapi/gen/KHR_robustness.xml | 3 +++ > src/mesa/drivers/dri/i965/brw_context.c | 4 +++- > src/mesa/main/context.c | 3 +++ > src/mesa/main/extensions_table.h | 1 + > src/mesa/main/get.c | 1 + > src/mesa/main/get_hash_params.py | 1 + > src/mesa/main/mtypes.h | 3 +++ > src/mesa/state_tracker/st_manager.c | 4 +++- > 9 files changed, 27 insertions(+), 4 deletions(-) > > -- > 2.7.4 > _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
