diff options
author | Keith Whitwell <[email protected]> | 2008-04-18 20:44:13 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-18 20:44:13 +0100 |
commit | 709e33cf0bfd552220e46f44e8cfa2063c3cef69 (patch) | |
tree | fd523a0455a348305290d5503b3661cf14290fcc /src/gallium/auxiliary/draw/draw_private.h | |
parent | dd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (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.h | 6 |
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 18ce6c0ec59..93add257a37 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 ); |