diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2012-03-22 11:05:17 -0400 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-03-22 11:05:17 -0400 |
commit | 34a606f5aee822f4225db240d00658153fc842e3 (patch) | |
tree | 3935c6b46230dbc7ecb7d14a315170f9292780f0 | |
parent | 54f37597d31e965dd6c301123980a01faa55792d (diff) |
Remove stray printfsclover-r600-master
-rw-r--r-- | src/gallium/drivers/r600/r600_hw_context.c | 1 |
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; |