xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Thu Apr 23 07:10:06 PDT 2009


 src/radeon_exa_render.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a7b982457ead5f21c6e62a409ca0dbf86005607
Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Thu Apr 23 10:09:22 2009 -0400

    r3xx/r5xx: fix typo in last commit
    
    Noticed by osiris on IRC

diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index b5e36e7..71f9652 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1127,7 +1127,7 @@ static Bool FUNC_NAME(R300TextureSetup)(PicturePtr pPict, PixmapPtr pPix,
 	case RepeatReflect:
 	    txfilter |= R300_TX_CLAMP_S(R300_TX_CLAMP_MIRROR) |
 		        R300_TX_CLAMP_T(R300_TX_CLAMP_MIRROR) |
-		        R300_TX_CLAMP_T(R300_TX_CLAMP_MIRROR);
+		        R300_TX_CLAMP_R(R300_TX_CLAMP_MIRROR);
 	    break;
 	case RepeatNone:
 	    txfilter |= R300_TX_CLAMP_S(R300_TX_CLAMP_CLAMP_GL) |


More information about the xorg-commit mailing list