summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_private.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:44:13 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-18 20:44:13 +0100
commit709e33cf0bfd552220e46f44e8cfa2063c3cef69 (patch)
treefd523a0455a348305290d5503b3661cf14290fcc /src/gallium/auxiliary/draw/draw_private.h
parentdd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (diff)
draw: remove old draw_vertex_shader_queue_flush function
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_private.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_private.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/auxiliary/draw/draw_private.h b/src/gallium/auxiliary/draw/draw_private.h
index 18ce6c0ec5..93add257a3 100644
--- a/src/gallium/auxiliary/draw/draw_private.h
+++ b/src/gallium/auxiliary/draw/draw_private.h
@@ -309,11 +309,6 @@ struct draw_context
unsigned post_nr;
} vs;
- /**
- * Run the vertex shader on all vertices in the vertex queue.
- */
- void (*shader_queue_flush)(struct draw_context *draw);
-
/* Prim pipeline queue:
*/
struct {
@@ -359,7 +354,6 @@ extern void draw_vertex_cache_invalidate( struct draw_context *draw );
extern void draw_vertex_cache_unreference( struct draw_context *draw );
extern void draw_vertex_cache_reset_vertex_ids( struct draw_context *draw );
-extern void draw_vertex_shader_queue_flush( struct draw_context *draw );
extern void draw_update_vertex_fetch( struct draw_context *draw );