Some strange \240 character snuck into the original commit of this file.
This commit is contained in:
parent
5f947b04da
commit
354f8f7e94
|
@ -118,7 +118,7 @@ RadeonTextureSetup(PicturePtr pPict, PixmapPtr pPix, int unit)
|
||||||
}
|
}
|
||||||
if (pPict->repeat) {
|
if (pPict->repeat) {
|
||||||
if ((w & (w - 1)) != 0 || (h & (h - 1)) != 0)
|
if ((w & (w - 1)) != 0 || (h & (h - 1)) != 0)
|
||||||
ATI_FALLBACK(("NPOT repeat unsupported (%dx%d)\n", w,
|
ATI_FALLBACK(("NPOT repeat unsupported (%dx%d)\n", w,
|
||||||
h));
|
h));
|
||||||
|
|
||||||
txformat |= (ATILog2(w) - 1) << RADEON_TXFORMAT_WIDTH_SHIFT;
|
txformat |= (ATILog2(w) - 1) << RADEON_TXFORMAT_WIDTH_SHIFT;
|
||||||
|
|
Loading…
Reference in New Issue