Browse Source

draw: make draw_reset_vertex_ids private to the draw_pipe_* code

tags/mesa_20090313
Keith Whitwell 18 years ago
parent
commit
dcf6f776ce

+ 2
- 0
src/gallium/auxiliary/draw/draw_pipe.c 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)
{

+ 1
- 1
src/gallium/auxiliary/draw/draw_pipe.h 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 );




+ 0
- 1
src/gallium/auxiliary/draw/draw_private.h View File

@@ -214,7 +214,6 @@ struct draw_context



extern void draw_reset_vertex_ids( struct draw_context *draw );




Loading…
Cancel
Save