i965/gen6: Move the clip VP to state streaming.
[mesa.git] / src / mesa / drivers / common / driverfuncs.h
index 50f2b4271dca701d6188d6ba9c01a5dfe2153042..212f30742478454c6a05873501327bb48ecc68f1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5.3
+ * Version:  7.1
  *
  * Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  *
@@ -31,6 +31,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver);
 
 
 extern void
-_mesa_init_glsl_driver_functions(struct dd_function_table *driver);
+_mesa_init_driver_state(struct gl_context *ctx);
+
 
 #endif