summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_prim_vbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_prim_vbuf.c')
-rw-r--r--src/mesa/pipe/softpipe/sp_prim_vbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_vbuf.c b/src/mesa/pipe/softpipe/sp_prim_vbuf.c
index 7cb3da6feb..59cf1c4eb7 100644
--- a/src/mesa/pipe/softpipe/sp_prim_vbuf.c
+++ b/src/mesa/pipe/softpipe/sp_prim_vbuf.c
@@ -243,7 +243,7 @@ static void vbuf_flush_elements( struct draw_stage *stage )
* issues uploading vertices if the hardware wants to flush when
* we flush.
*/
- draw_vertex_cache_reset_vertex_ids( vbuf->draw_context );
+ draw_reset_vertex_ids( vbuf->draw_context );
}
stage->tri = vbuf_first_tri;