diff options
author | Dave Airlie <airlied@redhat.com> | 2009-11-25 15:39:10 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-11-25 15:41:56 +1000 |
commit | 0061c4db1d3aecdca13efb5133ab8784dc37df95 (patch) | |
tree | 8020f06f3a23ba71606e820e62d9ebeb25f130c0 | |
parent | 8b28534bcf877557a5681fa3b4f107c74615d3de (diff) |
Revert "r600: enable multiple operations in one CS"
turn this off for now, on my rv635 desktop, I started getting blanks
in places in firefox and the odd bit of font corruption, need to
track that down.
This reverts commit 985a065518b1d33599de33f7fe082d3302db58a6.
-rw-r--r-- | src/r6xx_accel.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/r6xx_accel.c b/src/r6xx_accel.c index ea3ef071..0ca44adb 100644 --- a/src/r6xx_accel.c +++ b/src/r6xx_accel.c @@ -1240,6 +1240,5 @@ void r600_finish_op(ScrnInfoPtr pScrn) accel_state->vb_start_op = 0; accel_state->ib_reset_op = 0; - if (!info->cs) - R600CPFlushIndirect(pScrn, accel_state->ib); + R600CPFlushIndirect(pScrn, accel_state->ib); } |