V2: moved case statements to correct spot
Signed-off-by: Timothy Arceri <[email protected]>
---
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 003d0d4..772eadd 100644
--- a/src/mesa/main/errors.c
+++ b/src/mesa/main/errors.c
@@ -521,6 +521,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;
--
1.8.5.3
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev