summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-10-30 16:56:56 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-10-30 16:56:56 +0000
commit48f5deab94be832a782a440f55a7bc742d50a62f (patch)
tree3d99b7a745f0ac36be7274a6a84ed981964f5291 /src/mesa/vbo/vbo_context.c
parent99efde461d3b8615863bdb7308e05289e0db0422 (diff)
switch several dri drivers over
Diffstat (limited to 'src/mesa/vbo/vbo_context.c')
-rw-r--r--src/mesa/vbo/vbo_context.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_context.c b/src/mesa/vbo/vbo_context.c
index 29dfe09d99..5279b2e13c 100644
--- a/src/mesa/vbo/vbo_context.c
+++ b/src/mesa/vbo/vbo_context.c
@@ -26,6 +26,7 @@
*/
#include "mtypes.h"
+#include "vbo.h"
#include "vbo_context.h"
#include "imports.h"
#include "api_arrayelt.h"
@@ -210,7 +211,7 @@ GLboolean _vbo_CreateContext( GLcontext *ctx )
return GL_TRUE;
}
-void vbo_save_invalidate_state( GLcontext *ctx, GLuint new_state )
+void _vbo_InvalidateState( GLcontext *ctx, GLuint new_state )
{
_ae_invalidate_state(ctx, new_state);
}