st/xorg: fallback until daddy can implement you properly

This commit is contained in:
Zack Rusin
2009-11-11 18:06:26 -05:00
parent 2ff4f5a7fe
commit 493d599af4
@@ -199,6 +199,11 @@ boolean xorg_composite_accelerated(int op,
op);
}
}
if ((pSrcPicture && pSrcPicture->repeatType == RepeatNone) ||
(pMaskPicture && pMaskPicture->repeatType == RepeatNone)) {
XORG_FALLBACK("RepeatNone is not supported");
}
return TRUE;
}
XORG_FALLBACK("Unsupported composition operation = %d", op);