projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e2d32
)
reduced debug
author
keithw
<keithw@keithw-laptop.(none)>
Thu, 27 Sep 2007 11:50:02 +0000
(12:50 +0100)
committer
keithw
<keithw@keithw-laptop.(none)>
Thu, 27 Sep 2007 11:50:02 +0000
(12:50 +0100)
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 235903ca6d5e6ed0f493a30e7296ce68f8ff3436..a950e72e56e9227749087b9acf1b9e347430e672 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_prim_vbuf.c
+++ b/
src/mesa/pipe/softpipe/sp_prim_vbuf.c
@@
-114,8
+114,8
@@
static boolean check_space( struct vbuf_stage *vbuf )
static void emit_vertex( struct vbuf_stage *vbuf,
struct vertex_header *vertex )
{
- fprintf(stderr, "emit vertex %d to %p\n",
- vbuf->nr_vertices, vbuf->vertex_ptr);
+
//
fprintf(stderr, "emit vertex %d to %p\n",
+
//
vbuf->nr_vertices, vbuf->vertex_ptr);
vertex->vertex_id = vbuf->nr_vertices++;