diff options
author | Timothy Arceri <[email protected]> | 2014-03-08 15:37:46 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2014-03-08 15:38:31 +1100 |
commit | 6c3f5abc2dc99a904994fb41d6e48527ddcdf7de (patch) | |
tree | 2fcf783f2aa2f9328e914aafc4af6a3d616c2c1e /src/mesa/main/errors.c | |
parent | fb78fa58d2a60110bfd428ca8d41b746b69b6724 (diff) |
mesa: add missing DebugMessageControl types
Signed-off-by: Timothy Arceri <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/errors.c')
-rw-r--r-- | src/mesa/main/errors.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/errors.c b/src/mesa/main/errors.c index 91f62dac42c..8ec6a8c33b8 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; |