diff options
author | Keith Whitwell <[email protected]> | 2006-10-30 17:12:05 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-30 17:12:05 +0000 |
commit | e8abd098b36c30d76b4c396970fd793ae58e0702 (patch) | |
tree | 6771c25a9268c3e6379bedc0d334bc0c65619afa /src/mesa/vbo/vbo_context.c | |
parent | 48f5deab94be832a782a440f55a7bc742d50a62f (diff) |
Remove wakeup functions. This code is intended to be active all the
time.
Diffstat (limited to 'src/mesa/vbo/vbo_context.c')
-rw-r--r-- | src/mesa/vbo/vbo_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c index 5279b2e13c2..291eb0bed3b 100644 --- a/src/mesa/vbo/vbo_context.c +++ b/src/mesa/vbo/vbo_context.c @@ -214,6 +214,7 @@ GLboolean _vbo_CreateContext( GLcontext *ctx ) void _vbo_InvalidateState( GLcontext *ctx, GLuint new_state ) { _ae_invalidate_state(ctx, new_state); + vbo_exec_invalidate_state(ctx, new_state); } |