gallium: added inClipCoords param to st_draw_vertices() to indicate coord system...
[mesa.git] / src / mesa / state_tracker / st_cb_drawpixels.h
index 71ba487020090f08e8e9c28678c915a05733cf9e..b8b906f06bce14e9127ad6c5b956627536153803 100644 (file)
 #define ST_CB_DRAWPIXELS_H
 
 
+extern struct st_vertex_program *
+st_make_passthrough_vertex_shader(struct st_context *st, GLboolean passColor);
+
+
 extern void st_init_drawpixels_functions(struct dd_function_table *functions);