summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-14 19:04:45 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-14 19:13:34 -0700
commitb4e4fafb4157d416077e985c03204ed5bbe0f2e1 (patch)
treee06606cea8b4c19d6659e99b4bcfc17b0d6b9b8b
parentf20cb1d81b120c8de9b00e2fb523e2367b25e875 (diff)
disable debug printf
-rw-r--r--src/mesa/pipe/softpipe/sp_prim_vbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_vbuf.c b/src/mesa/pipe/softpipe/sp_prim_vbuf.c
index e9bd4dd5e4..055cb19f9a 100644
--- a/src/mesa/pipe/softpipe/sp_prim_vbuf.c
+++ b/src/mesa/pipe/softpipe/sp_prim_vbuf.c
@@ -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???
*/