summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_state.h
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2010-06-02 12:57:58 -0400
committerZack Rusin <zackr@vmware.com>2010-06-08 06:28:11 -0400
commit3a7fc2e4f3de23ab384ca679444971693a35a4c7 (patch)
tree979fe074d63e0166683b569704e7d33132977ef7 /src/gallium/drivers/softpipe/sp_state.h
parent2c22b8e61dc4adab658c6198feea30c006aa6c58 (diff)
gallium: rename draw_auto to draw_stream_output, plus fix a comment
Brian spotted those
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_state.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h
index 4ffa2b9f59..d0b73cc850 100644
--- a/src/gallium/drivers/softpipe/sp_state.h
+++ b/src/gallium/drivers/softpipe/sp_state.h
@@ -250,7 +250,7 @@ softpipe_draw_elements_instanced(struct pipe_context *pipe,
unsigned startInstance,
unsigned instanceCount);
-void softpipe_draw_auto(struct pipe_context *pipe, unsigned mode);
+void softpipe_draw_stream_output(struct pipe_context *pipe, unsigned mode);
void
softpipe_map_transfers(struct softpipe_context *sp);