diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-09-27 12:50:02 +0100 |
---|---|---|
committer | keithw <keithw@keithw-laptop.(none)> | 2007-09-27 12:50:02 +0100 |
commit | 48385cd13ac9410e07856924a3cd113b78f198db (patch) | |
tree | fba2eeff137d1d259130bea5b0c8b08291cdf0c6 /src/mesa | |
parent | 82e2d3226893487d33152f15763516473187c07d (diff) |
reduced debug
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_prim_vbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_vbuf.c b/src/mesa/pipe/softpipe/sp_prim_vbuf.c index 235903ca6d..a950e72e56 100644 --- 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++; |