diff options
-rw-r--r-- | src/radeon_exa_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index a42588d0..cf773b04 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -970,7 +970,7 @@ static Bool R200CheckComposite(int op, PicturePtr pSrcPicture, PicturePtr pMaskP return FALSE; } - if (!R200CheckCompositeTexture(pSrcPicture, pDstPicture, op, 1)) + if (!R200CheckCompositeTexture(pSrcPicture, pDstPicture, op, 0)) return FALSE; if (!RADEONGetDestFormat(pDstPicture, &tmp1)) |