mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 19:10:14 +01:00
gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indices()
This commit is contained in:
parent
b717de3238
commit
651e8e9a73
1 changed files with 3 additions and 0 deletions
|
|
@ -331,9 +331,12 @@ vbuf_flush_indices( struct draw_stage *stage )
|
|||
|
||||
vbuf->nr_indices = 0;
|
||||
|
||||
/* don't need to reset point/line/tri functions */
|
||||
#if 0
|
||||
stage->point = vbuf_first_point;
|
||||
stage->line = vbuf_first_line;
|
||||
stage->tri = vbuf_first_tri;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue