summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-01-06 08:38:03 -0700
committerBrian Paul <[email protected]>2016-01-06 15:53:46 -0700
commitc81ddc2092cceb07178a9554aabc5ecf92d15557 (patch)
tree7bb4ac1f144a114140b6b592d37f0098b39e0af3 /src/mesa/vbo/vbo_context.c
parent3c0521cd0fe9b82c9481f9652bb971bd625d1e40 (diff)
vbo: s/GLuint/GLbitfield/ for state bitmasks
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_context.c')
-rw-r--r--src/mesa/vbo/vbo_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 5e1a760eb2c..19b35a429b3 100644
--- a/src/mesa/vbo/vbo_context.c
+++ b/src/mesa/vbo/vbo_context.c
@@ -186,7 +186,7 @@ GLboolean _vbo_CreateContext( struct gl_context *ctx )
}
-void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state )
+void _vbo_InvalidateState( struct gl_context *ctx, GLbitfield new_state )
{
vbo_exec_invalidate_state(ctx, new_state);
}