reduced debug
authorkeithw <keithw@keithw-laptop.(none)>
Thu, 27 Sep 2007 11:50:02 +0000 (12:50 +0100)
committerkeithw <keithw@keithw-laptop.(none)>
Thu, 27 Sep 2007 11:50:02 +0000 (12:50 +0100)
src/mesa/pipe/softpipe/sp_prim_vbuf.c

index 235903c..a950e72 100644 (file)
@@ -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++;