diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-31 12:43:38 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-31 12:43:38 -0800 |
commit | 72ea0e514dcbebd009833c21f40e9bfb84074628 (patch) | |
tree | aef881f91bb905aaba2554fc64fe85ad46104a34 /src/i830_xaa.c | |
parent | e62751db8b1a631c22ba0f77c932be4ab39ba741 (diff) |
Remove custom accelerated rotation code now that it's all done through Render.
Diffstat (limited to 'src/i830_xaa.c')
-rw-r--r-- | src/i830_xaa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i830_xaa.c b/src/i830_xaa.c index be1fb831..96b23fa6 100644 --- a/src/i830_xaa.c +++ b/src/i830_xaa.c @@ -280,8 +280,6 @@ CheckTiling(ScrnInfoPtr pScrn) if (IS_I965G(pI830)) { if (pI830->bufferOffset == pScrn->fbOffset && pI830->front_tiled == FENCE_XMAJOR) tiled = 1; - if (pI830->bufferOffset == pI830->RotatedMem.Start && pI830->rotated_tiled == FENCE_XMAJOR) - tiled = 1; if (pI830->bufferOffset == pI830->BackBuffer.Start && pI830->back_tiled == FENCE_XMAJOR) tiled = 1; /* not really supported as it's always YMajor tiled */ |