Mesa (master): vbo: remove a redundant call to _ae_invalidate_state

Marek Olšák mareko at kemper.freedesktop.org
Thu Jan 6 15:27:41 UTC 2011


Module: Mesa
Branch: master
Commit: 984d64881fbdd6524bbd4f78ef7f9daaa6c5567b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=984d64881fbdd6524bbd4f78ef7f9daaa6c5567b

Author: Marek Olšák <maraeo at gmail.com>
Date:   Sun Dec 26 01:31:42 2010 +0100

vbo: remove a redundant call to _ae_invalidate_state

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);
 }
 




More information about the mesa-commit mailing list