summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-03-22 11:05:17 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-03-22 11:05:17 -0400
commit34a606f5aee822f4225db240d00658153fc842e3 (patch)
tree3935c6b46230dbc7ecb7d14a315170f9292780f0
parent54f37597d31e965dd6c301123980a01faa55792d (diff)
Remove stray printfsclover-r600-master
-rw-r--r--src/gallium/drivers/r600/r600_hw_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_hw_context.c b/src/gallium/drivers/r600/r600_hw_context.c
index d8cb8e24c4a..ea15530e927 100644
--- a/src/gallium/drivers/r600/r600_hw_context.c
+++ b/src/gallium/drivers/r600/r600_hw_context.c
@@ -1441,7 +1441,6 @@ void r600_context_flush(struct r600_context *ctx, unsigned flags)
/* Flush the CS. */
ctx->ws->cs_flush(ctx->cs, flags);
- printf("flush cs: %i\n", ctx->cs->cdw);
ctx->pm4_dirty_cdwords = 0;
ctx->flags = 0;