st/mesa: Remove unneeded texture format terminators.
[mesa.git] / src / mesa / state_tracker / st_draw.h
index 2e4c468cff5a26884677065035ac7e6f1f72a261..a7b50ce977aadd6712cfd07ac89897fe8b624d55 100644 (file)
 
 #include "main/compiler.h"
 #include "main/glheader.h"
-#include "main/mtypes.h"
 
 struct _mesa_index_buffer;
 struct _mesa_prim;
+struct gl_client_array;
+struct gl_context;
 struct st_context;
 
 void st_init_draw( struct st_context *st );
@@ -68,7 +69,7 @@ st_feedback_draw_vbo(struct gl_context *ctx,
 
 /* Internal function:
  */
-extern GLuint
+extern enum pipe_format
 st_pipe_vertex_format(GLenum type, GLuint size, GLenum format,
                       GLboolean normalized);