[Mesa-dev] [PATCH 7/7] vbo: remove a redundant call to _ae_invalidate_state

Marek Olšák maraeo at gmail.com
Wed Dec 29 11:00:06 PST 2010


It's called in vbo_exec_invalidate_state too.
---
 src/mesa/vbo/vbo_context.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 9992cc3..6656ed8 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);
 }
 
-- 
1.7.1



More information about the mesa-dev mailing list