draw: make draw_reset_vertex_ids private to the draw_pipe_* code

This commit is contained in:
Keith Whitwell 2008-04-19 17:16:41 +01:00
parent 2dae208fb1
commit dcf6f776ce
3 changed files with 3 additions and 2 deletions

View file

@ -196,6 +196,8 @@ static void do_triangle( struct draw_context *draw,
/* Reset vertex ids. This is basically a type of flush.
*
* Called only from draw_pipe_vbuf.c
*/
void draw_reset_vertex_ids(struct draw_context *draw)
{

View file

@ -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 );

View file

@ -214,7 +214,6 @@ struct draw_context
extern void draw_reset_vertex_ids( struct draw_context *draw );