summaryrefslogtreecommitdiff
path: root/src/radeon_exa_render.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-05-17 12:50:44 -0400
committerAlex Deucher <alexdeucher@gmail.com>2010-05-17 12:50:44 -0400
commit64e6858aaf5d0e39ecc9f9804689012f3a38660a (patch)
tree37158ba2f70236eeba34a2c1f425a2d362782437 /src/radeon_exa_render.c
parent27c3326863deae36bc35e2c3b73fffd400208ff1 (diff)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
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))