i965: Get a ralloc context into brw_compile.
[mesa.git] / src / mesa / drivers / common / driverfuncs.h
index 4c90ed12f60be4dfad8ea27e6031fd77ce655550..212f30742478454c6a05873501327bb48ecc68f1 100644 (file)
@@ -31,7 +31,7 @@ _mesa_init_driver_functions(struct dd_function_table *driver);
 
 
 extern void
-_mesa_init_driver_state(GLcontext *ctx);
+_mesa_init_driver_state(struct gl_context *ctx);
 
 
 #endif