summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/pipe/softpipe/sp_prim_vbuf.c4
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++;