diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index 99a59e6..c9f9f8d 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -980,9 +980,10 @@ static Bool R300CheckCompositeTexture(PicturePtr pPict, int unit, Bool is_r500) * matter. I have not, however, verified that the X server always does such * clipping. */ +#if 0 if (pPict->transform != 0 && !pPict->repeat && PICT_FORMAT_A(pPict->format) == 0) RADEON_FALLBACK(("REPEAT_NONE unsupported for transformed xRGB source\n")); - +#endif return TRUE; }