summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_context.c
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_context.c
parentdd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (diff)
draw: remove old draw_vertex_shader_queue_flush function
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.c b/src/gallium/auxiliary/draw/draw_context.c
index c611300841..9c3ae9bc0d 100644
--- a/src/gallium/auxiliary/draw/draw_context.c
+++ b/src/gallium/auxiliary/draw/draw_context.c
@@ -93,8 +93,6 @@ struct draw_context *draw_create( void )
draw->vs.vertex_cache = tmp;
}
- draw->shader_queue_flush = draw_vertex_shader_queue_flush;
-
/* these defaults are oriented toward the needs of softpipe */
draw->wide_point_threshold = 1000000.0; /* infinity */
draw->wide_line_threshold = 1.0;