From 3a7fc2e4f3de23ab384ca679444971693a35a4c7 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 2 Jun 2010 12:57:58 -0400 Subject: gallium: rename draw_auto to draw_stream_output, plus fix a comment Brian spotted those --- src/gallium/drivers/softpipe/sp_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/softpipe/sp_context.c') diff --git a/src/gallium/drivers/softpipe/sp_context.c b/src/gallium/drivers/softpipe/sp_context.c index 38bc0d51f34..401a28ad312 100644 --- a/src/gallium/drivers/softpipe/sp_context.c +++ b/src/gallium/drivers/softpipe/sp_context.c @@ -276,7 +276,7 @@ softpipe_create_context( struct pipe_screen *screen, softpipe->pipe.draw_range_elements = softpipe_draw_range_elements; softpipe->pipe.draw_arrays_instanced = softpipe_draw_arrays_instanced; softpipe->pipe.draw_elements_instanced = softpipe_draw_elements_instanced; - softpipe->pipe.draw_auto = softpipe_draw_auto; + softpipe->pipe.draw_stream_output = softpipe_draw_stream_output; softpipe->pipe.clear = softpipe_clear; softpipe->pipe.flush = softpipe_flush; -- cgit v1.2.3