mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 01:30:31 +01:00
disable debug printf
This commit is contained in:
parent
f20cb1d81b
commit
b4e4fafb41
1 changed files with 2 additions and 0 deletions
|
|
@ -227,7 +227,9 @@ static void vbuf_flush_elements( struct draw_stage *stage )
|
|||
struct vbuf_stage *vbuf = vbuf_stage( stage );
|
||||
|
||||
if (vbuf->nr_elements) {
|
||||
/*
|
||||
fprintf(stderr, "%s (%d elts)\n", __FUNCTION__, vbuf->nr_elements);
|
||||
*/
|
||||
|
||||
/* Draw now or add to list of primitives???
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue