diff --git a/src/i915_exa_render.c b/src/i915_exa_render.c index 55d5c946..3bc2c0b9 100644 --- a/src/i915_exa_render.c +++ b/src/i915_exa_render.c @@ -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);