diff options
author | Dave Airlie <airlied@redhat.com> | 2009-07-06 15:10:29 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-06 15:10:29 +1000 |
commit | e1200cb89218930d01330ba0114e013438655cce (patch) | |
tree | 44fe2f178da72bf0520d500259050206c058f252 /src/radeon_accel.c | |
parent | 11cf8a28eb46f48d101888552266921bee8b63fc (diff) |
Revert "KMS CS fixes."
This reverts commit 11cf8a28eb46f48d101888552266921bee8b63fc.
I'll bring this back in a few minutes, I've got a big change introducing
a new cs space accounting scheme which this messes up and I think
probably conflicts with what I've done.
I promise i'll go over this and pick the bits that are still useful :)
Diffstat (limited to 'src/radeon_accel.c')
-rw-r--r-- | src/radeon_accel.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/radeon_accel.c b/src/radeon_accel.c index 16d88e4e..79052a15 100644 --- a/src/radeon_accel.c +++ b/src/radeon_accel.c @@ -667,13 +667,6 @@ void radeon_cs_flush_indirect(ScrnInfoPtr pScrn) return; radeon_cs_emit(info->cs); radeon_cs_erase(info->cs); - - /* Need to re-initialize 3D state in each CS */ - info->accel_state->XInited3D = FALSE; - -#ifdef USE_EXA - info->accel_state->engineMode = EXA_ENGINEMODE_UNKNOWN; -#endif #endif } |