diff options
Diffstat (limited to 'src/i830_xaa.c')
-rw-r--r-- | src/i830_xaa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_xaa.c b/src/i830_xaa.c index 5ef5d3c4..9b11973f 100644 --- a/src/i830_xaa.c +++ b/src/i830_xaa.c @@ -281,6 +281,8 @@ CheckTiling(ScrnInfoPtr pScrn) tiled = 1; if (pI830->bufferOffset == pI830->BackBuffer.Start && pI830->back_tiled == FENCE_XMAJOR) tiled = 1; + if (pI830->bufferOffset == pI830->ThirdBuffer.Start && pI830->third_tiled == FENCE_XMAJOR) + tiled = 1; /* not really supported as it's always YMajor tiled */ if (pI830->bufferOffset == pI830->DepthBuffer.Start && pI830->depth_tiled == FENCE_XMAJOR) tiled = 1; |