summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pipe.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-19 17:16:41 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-19 17:16:41 +0100
commitdcf6f776ce32b89b7ff784bb38030bd29698e005 (patch)
tree9d784ae2c360bf75cb2eca3066de505457d4404c /src/gallium/auxiliary/draw/draw_pipe.h
parent2dae208fb19e79c7446a29ee5dee53e50283b57c (diff)
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pipe.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pipe.h b/src/gallium/auxiliary/draw/draw_pipe.h
index 5b97ca5c8c..f2749b34bb 100644
--- a/src/gallium/auxiliary/draw/draw_pipe.h
+++ b/src/gallium/auxiliary/draw/draw_pipe.h
@@ -81,9 +81,9 @@ extern struct draw_stage *draw_validate_stage( struct draw_context *context );
extern void draw_free_temp_verts( struct draw_stage *stage );
-
extern void draw_alloc_temp_verts( struct draw_stage *stage, unsigned nr );
+extern void draw_reset_vertex_ids( struct draw_context *draw );