Mesa (master): r600g: drop debugging that snuck in

Dave Airlie airlied at kemper.freedesktop.org
Mon Sep 20 00:49:16 UTC 2010


Module: Mesa
Branch: master
Commit: 8d1ec80319bad197665f42b77786b94c3e9337f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d1ec80319bad197665f42b77786b94c3e9337f1

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Sep 20 10:45:18 2010 +1000

r600g: drop debugging that snuck in

---

 src/gallium/drivers/r600/r600_draw.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_draw.c b/src/gallium/drivers/r600/r600_draw.c
index 5cebf67..ca20593 100644
--- a/src/gallium/drivers/r600/r600_draw.c
+++ b/src/gallium/drivers/r600/r600_draw.c
@@ -173,7 +173,6 @@ void r600_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
 					    rctx->index_buffer.offset, &draw.start,
 					    info->count);
 
-		fprintf(stderr,"draw start is %d\n", draw.start);
 		draw.index_size = rctx->index_buffer.index_size;
 		draw.index_buffer = rctx->index_buffer.buffer;
 		draw.index_buffer_offset = rctx->index_buffer.offset;




More information about the mesa-commit mailing list