[Mesa-dev] [PATCH 0/3] add KHR_debug for gles contexts

Matthew Waters ystreet00 at gmail.com
Wed Oct 29 03:43:02 PDT 2014


- rebase and resend.

v3:
 - fix up the EGL_CONTEXT_OPENGL_ROBUST_ACCESS_BIT_KHR check

v2:
 - replace &= with |=
 - remove offset="assign" from the api xml

Matthew Waters (3):
  egl: rework handling EGL_CONTEXT_FLAGS for ES debug contexts
  glapi: add function pointers for KHR_debug for gles
  main/get: make KHR_debug enums available everywhere

 src/egl/main/eglcontext.c               | 51 ++++++++++++++++++++---
 src/mapi/glapi/gen/KHR_debug.xml        | 73 +++++++++++++++++++++++++++++++++
 src/mesa/drivers/dri/common/dri_util.c  | 17 --------
 src/mesa/main/extensions.c              |  2 +-
 src/mesa/main/get_hash_params.py        | 24 +++++------
 src/mesa/main/tests/dispatch_sanity.cpp | 25 +++++++++++
 6 files changed, 156 insertions(+), 36 deletions(-)

-- 
2.1.2



More information about the mesa-dev mailing list