From 48385cd13ac9410e07856924a3cd113b78f198db Mon Sep 17 00:00:00 2001 From: keithw Date: Thu, 27 Sep 2007 12:50:02 +0100 Subject: reduced debug --- src/mesa/pipe/softpipe/sp_prim_vbuf.c | 4 ++-- 1 file 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++; -- cgit v1.2.3