From: Brian Date: Tue, 15 Jan 2008 02:04:45 +0000 (-0700) Subject: disable debug printf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4e4fafb4157d416077e985c03204ed5bbe0f2e1;p=mesa.git disable debug printf --- diff --git a/src/mesa/pipe/softpipe/sp_prim_vbuf.c b/src/mesa/pipe/softpipe/sp_prim_vbuf.c index e9bd4dd5e4b..055cb19f9a5 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??? */