diff options
author | Dave Airlie <airlied@linux.ie> | 2009-04-25 19:39:19 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2009-04-25 19:39:19 +1000 |
commit | b2c8f57bccbd46164907049a26ad2dd209d7b108 (patch) | |
tree | d01ae72336f9a7e6767ee66af04836c240ac6407 /src/radeon_exa_render.c | |
parent | 253731dce6ab25122f2eda559233c098536b7143 (diff) |
Revert "r3xx/r5xx: fix typo in last commit"
This reverts commit 1a7b982457ead5f21c6e62a409ca0dbf86005607.
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 71f96523..b5e36e71 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_R(R300_TX_CLAMP_MIRROR); + R300_TX_CLAMP_T(R300_TX_CLAMP_MIRROR); break; case RepeatNone: txfilter |= R300_TX_CLAMP_S(R300_TX_CLAMP_CLAMP_GL) | |