mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 03:50:13 +01:00
draw: make draw_reset_vertex_ids private to the draw_pipe_* code
This commit is contained in:
parent
2dae208fb1
commit
dcf6f776ce
3 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 );
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -214,7 +214,6 @@ struct draw_context
|
|||
|
||||
|
||||
|
||||
extern void draw_reset_vertex_ids( struct draw_context *draw );
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue