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_context.c | |
parent | dd903d83b3ff8dd19f75ac7542b96bc8f1387fe6 (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.c | 2 |
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 c6113008414..9c3ae9bc0d9 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; |