EXA: Let the driver decide what repeat/extend types are supported.

This commit is contained in:
Maarten Maathuis 2008-02-27 23:44:39 +01:00
parent 41aea6194b
commit f6d51797a5

View File

@ -696,8 +696,6 @@ exaComposite(CARD8 op,
pMask->repeat = 0;
if (pExaScr->info->PrepareComposite &&
(!pSrc->repeat || pSrc->repeatType == RepeatNormal) &&
(!pMask || !pMask->repeat || pMask->repeatType == RepeatNormal) &&
!pSrc->alphaMap && (!pMask || !pMask->alphaMap) && !pDst->alphaMap)
{
Bool isSrcSolid;