[Mesa-dev] [PATCH 4/4] mesa: add missing DebugMessageControl types

Timothy Arceri t_arceri at yahoo.com.au
Mon Mar 3 00:33:28 PST 2014


Signed-off-by: Timothy Arceri <t_arceri at 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



More information about the mesa-dev mailing list