diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index 7ae0d1f..098f780 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -1357,7 +1357,7 @@ static Bool R300CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskP pDstPixmap->drawable.width, pDstPixmap->drawable.height)); } - +#if 0 if (pMaskPicture) { PixmapPtr pMaskPixmap = RADEONGetDrawablePixmap(pMaskPicture->pDrawable); @@ -1384,14 +1384,14 @@ static Bool R300CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskP if (!R300CheckCompositeTexture(pMaskPicture, pDstPicture, op, 1, IS_R500_3D)) return FALSE; } - +#endif if (!R300CheckCompositeTexture(pSrcPicture, pDstPicture, op, 0, IS_R500_3D)) return FALSE; if (!R300GetDestFormat(pDstPicture, &tmp1)) return FALSE; - return TRUE; + return FALSE; } #endif /* ONLY_ONCE */