Mesa (master): mesa: add missing DebugMessageControl types

Timothy Arceri tarceri at kemper.freedesktop.org
Sat Mar 8 04:43:39 UTC 2014


Module: Mesa
Branch: master
Commit: 6c3f5abc2dc99a904994fb41d6e48527ddcdf7de
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c3f5abc2dc99a904994fb41d6e48527ddcdf7de

Author: Timothy Arceri <t_arceri at yahoo.com.au>
Date:   Sat Mar  8 15:37:46 2014 +1100

mesa: add missing DebugMessageControl types

Signed-off-by: Timothy Arceri <t_arceri at yahoo.com.au>
Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/main/errors.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c
index 91f62da..8ec6a8c 100644
--- a/src/mesa/main/errors.c
+++ b/src/mesa/main/errors.c
@@ -524,6 +524,8 @@ validate_params(struct gl_context *ctx, unsigned caller,
    case GL_DEBUG_TYPE_OTHER_ARB:
    case GL_DEBUG_TYPE_MARKER:
       break;
+   case GL_DEBUG_TYPE_PUSH_GROUP:
+   case GL_DEBUG_TYPE_POP_GROUP:
    case GL_DONT_CARE:
       if (caller == CONTROL)
          break;




More information about the mesa-commit mailing list