EXA: fallback mask transform on i965

It needs to fix shader programs which hasn't been done yet.
This commit is contained in:
Wang Zhenyu 2007-06-27 09:23:33 +08:00
parent 7a2300c88a
commit 9675ccb308
1 changed files with 2 additions and 0 deletions

View File

@ -429,6 +429,8 @@ i965_prepare_composite(int op, PicturePtr pSrcPicture,
rotation_program = TRUE;
} else {
pI830->transform[1] = pMaskPicture->transform;
if (pI830->transform[1])
I830FALLBACK("i965 mask transform not implemented!\n");
pI830->scale_units[1][0] = pMask->drawable.width;
pI830->scale_units[1][1] = pMask->drawable.height;
}