diff options
author | Jerome Glisse <[email protected]> | 2010-09-01 18:04:38 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-09-01 18:05:52 -0400 |
commit | 67234b4b42a8285a9b14da48dd113cbe2ee871fd (patch) | |
tree | 5f05e9922f972f378d08e10359b7c1d48d7af6da /src/gallium/drivers/r600/r600_context.c | |
parent | 4ff3467daf0ac07e4295c7d2e2ad3c3c8c89dff6 (diff) |
r600g: refix db/cb state
Signed-off-by: Dave Airlie <[email protected]>
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_context.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c index f1781ce7fb0..0e5e0632bf1 100644 --- a/src/gallium/drivers/r600/r600_context.c +++ b/src/gallium/drivers/r600/r600_context.c @@ -57,11 +57,13 @@ void r600_flush(struct pipe_context *ctx, unsigned flags, */ if (!rctx->ctx.cdwords) goto out; +#if 0 sprintf(dname, "gallium-%08d.bof", dc); if (dc < 2) { radeon_ctx_dump_bof(&rctx->ctx, dname); R600_ERR("dumped %s\n", dname); } +#endif #if 1 radeon_ctx_submit(&rctx->ctx); #endif |