projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20cb1d
)
disable debug printf
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 15 Jan 2008 02:04:45 +0000
(19:04 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 15 Jan 2008 02:13:34 +0000
(19:13 -0700)
src/mesa/pipe/softpipe/sp_prim_vbuf.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_prim_vbuf.c
b/src/mesa/pipe/softpipe/sp_prim_vbuf.c
index e9bd4dd5e4b1ff1140c901a5db3d49aaac883840..055cb19f9a59180575d9df727fde546820302b0c 100644
(file)
--- 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???
*/