EXA: i965 pixmap pitch align

This seems like a typo, which causes screen artifacts.
This commit is contained in:
Wang Zhenyu 2007-02-08 08:56:42 +08:00
parent 44eacf2323
commit 10712c7a78
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ I830EXAInit(ScreenPtr pScreen)
*/
if (IS_I965G(pI830)) {
pI830->EXADriverPtr->pixmapOffsetAlign = 4 * 2;
pI830->EXADriverPtr->pixmapPitchAlign = 1;
pI830->EXADriverPtr->pixmapPitchAlign = 16;
pI830->EXADriverPtr->maxX = 8192;
pI830->EXADriverPtr->maxY = 8192;
} else {