diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-11-07 13:07:20 +0000 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2007-11-07 13:41:09 +0000 |
commit | 3e22180fc893bb09bf6b990bc4e858fd85f522ab (patch) | |
tree | 0583012286b0078106ddc0579552a81e0a5206cf /src/mesa/pipe/softpipe | |
parent | c28fdf309607ec2994ef9a1109931a8389854300 (diff) |
Reset temporary vertices ids.
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_prim_vbuf.c | 2 |
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; |