Merge remote branch 'origin/master' into nvc0-new
[mesa.git] / src / mesa / state_tracker / st_cb_drawtex.c
index 18cebbc88e452c87cafed5f73566992d72d83956..6cad7d3216e5a46f485083f6c34f77f14f7d85ac 100644 (file)
 
 #include "main/imports.h"
 #include "main/image.h"
-#include "main/bufferobj.h"
-#include "main/drawtex.h"
 #include "main/macros.h"
-#include "shader/program.h"
-#include "shader/prog_print.h"
+#include "program/program.h"
+#include "program/prog_print.h"
 
 #include "st_context.h"
 #include "st_atom.h"
@@ -102,7 +100,7 @@ lookup_shader(struct pipe_context *pipe,
 }
 
 static void
-st_DrawTex(GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z,
+st_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
            GLfloat width, GLfloat height)
 {
    struct st_context *st = ctx->st;