summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/radeon_exa_render.c')
-rw-r--r--src/radeon_exa_render.c2
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))