diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-05-17 12:50:44 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2010-05-17 12:50:44 -0400 |
commit | 64e6858aaf5d0e39ecc9f9804689012f3a38660a (patch) | |
tree | 37158ba2f70236eeba34a2c1f425a2d362782437 /src/radeon_exa_render.c | |
parent | 27c3326863deae36bc35e2c3b73fffd400208ff1 (diff) |
r2xx exa: fix typo in 27c3326863deae36bc35e2c3b73fffd400208ff1
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/radeon_exa_render.c')
-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)) |