diff options
author | Brian <[email protected]> | 2008-01-14 19:04:45 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-01-14 19:13:34 -0700 |
commit | b4e4fafb4157d416077e985c03204ed5bbe0f2e1 (patch) | |
tree | e06606cea8b4c19d6659e99b4bcfc17b0d6b9b8b /src/mesa/pipe/softpipe | |
parent | f20cb1d81b120c8de9b00e2fb523e2367b25e875 (diff) |
disable debug printf
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_prim_vbuf.c | 2 |
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 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??? */ |