gallivm: Add a lp_build_const_func_pointer() helper.
[mesa.git] / src / mesa / vbo / vbo_exec_eval.c
index 23ad12608fcb30dcebf7b1b6cedc42abb4473b20..1e8c3c45bb53fea51955fabfd884cdf5a3fd8156 100644 (file)
@@ -67,7 +67,7 @@ static void set_active_eval2( struct vbo_exec_context *exec, GLuint attr, GLuint
 
 void vbo_exec_eval_update( struct vbo_exec_context *exec )
 {
-   GLcontext *ctx = exec->ctx;
+   struct gl_context *ctx = exec->ctx;
    GLuint attr;
 
    /* Vertex program maps have priority over conventional attribs */