Signed-off-by: Timothy Arceri <t_arc...@yahoo.com.au>
---
 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..b26bc71 100644
--- a/src/mesa/main/errors.c
+++ b/src/mesa/main/errors.c
@@ -520,6 +520,8 @@ validate_params(struct gl_context *ctx, unsigned caller,
    case GL_DEBUG_TYPE_PORTABILITY_ARB:
    case GL_DEBUG_TYPE_OTHER_ARB:
    case GL_DEBUG_TYPE_MARKER:
+   case GL_DEBUG_TYPE_PUSH_GROUP:
+   case GL_DEBUG_TYPE_POP_GROUP:
       break;
    case GL_DONT_CARE:
       if (caller == CONTROL)
-- 
1.8.5.3

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to