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

Timothy Arceri t_arceri at yahoo.com.au
Mon Mar 3 00:46:42 PST 2014


V2: moved case statements to correct spot 

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..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



More information about the mesa-dev mailing list