Revert "fix default tex wrap mode with clamp"

oops, we've set border color to all zero, which should
give us transparent in RepeatNone case.
This commit is contained in:
Wang Zhenyu 2006-09-20 09:36:02 +08:00
parent 5adb05f0b8
commit 1681fe6bb0
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ I915TextureSetup(PicturePtr pPict, PixmapPtr pPix, int unit)
I830Ptr pI830 = I830PTR(pScrn);
CARD32 format, offset, pitch, filter;
int w, h, i;
CARD32 wrap_mode = TEXCOORDMODE_CLAMP_EDGE;
CARD32 wrap_mode = TEXCOORDMODE_CLAMP_BORDER;
offset = exaGetPixmapOffset(pPix);
pitch = exaGetPixmapPitch(pPix);