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:
parent
5adb05f0b8
commit
1681fe6bb0
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue