diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-16 21:39:58 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-17 11:08:28 -0700 |
commit | 2c135ef8ac40f8e7cd071de7414adfae019f9198 (patch) | |
tree | 451b2d770315252007cfc457c508ee5177a32495 /src/i830_accel.c | |
parent | c3fb62df4e60b63295f94c99b3c5de70dbf94e1c (diff) |
Make the binding table and surface state be arrays to reduce syncing.
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index 0194f00d..953a73bc 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -205,9 +205,6 @@ I830Sync(ScrnInfoPtr pScrn) pI830->LpRing->space = pI830->LpRing->mem->size - 8; pI830->nextColorExpandBuf = 0; - - if (IS_I965G(pI830)) - gen4_render_state_reset(pScrn); } void |