draw: remove stupid debug (Keith)
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 23 Apr 2008 12:56:05 +0000 (13:56 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 23 Apr 2008 12:56:05 +0000 (13:56 +0100)
src/gallium/auxiliary/draw/draw_pipe_vbuf.c

index 1eb7c4bc38523449d6ca612721ac1e77d2049ee7..2a19e6916af0265e177f47187bae9234c37c1a3d 100644 (file)
@@ -136,7 +136,7 @@ emit_vertex( struct vbuf_stage *vbuf,
       vbuf->translate->set_buffer(vbuf->translate, 0, vertex->data[0], 0);
       vbuf->translate->run(vbuf->translate, 0, 1, vbuf->vertex_ptr);
 
-      if (1) draw_dump_emitted_vertex(vbuf->vinfo, (uint8_t *)vbuf->vertex_ptr);
+      if (0) draw_dump_emitted_vertex(vbuf->vinfo, (uint8_t *)vbuf->vertex_ptr);
       
       vbuf->vertex_ptr += vbuf->vertex_size/4;
       vertex->vertex_id = vbuf->nr_vertices++;