summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-12-26 01:31:42 +0100
committerMarek Olšák <maraeo@gmail.com>2011-01-06 16:16:30 +0100
commit984d64881fbdd6524bbd4f78ef7f9daaa6c5567b (patch)
treef0e07eb8d416e7e075e5864fc58694d7a6cd5eb7 /src/mesa/vbo
parent009cecf2465d9323a790977c35726364640980d0 (diff)
vbo: remove a redundant call to _ae_invalidate_state
It's called in vbo_exec_invalidate_state too.
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 9992cc3473..6656ed8981 100644
--- a/src/mesa/vbo/vbo_context.c
+++ b/src/mesa/vbo/vbo_context.c
@@ -209,7 +209,6 @@ GLboolean _vbo_CreateContext( struct gl_context *ctx )
void _vbo_InvalidateState( struct gl_context *ctx, GLuint new_state )
{
- _ae_invalidate_state(ctx, new_state);
vbo_exec_invalidate_state(ctx, new_state);
}