EXA: fallback mask transform on i965
It needs to fix shader programs which hasn't been done yet.
This commit is contained in:
parent
7a2300c88a
commit
9675ccb308
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue