On Mon, 2009-02-02 at 21:55 +0100, Khashayar Naderehvandi wrote: > Any chance commit 954dfba12986f578f2d8461818f9e9ac1f8f2b41 in > mesa/mesa, the one that bumps mesa's texture limit to 4kx4k for i965 > will end up in the 7.4 branch? It's such a small patch, and it does > fix a seriously annoying bug that has been present for way too long.
NAK. As is, this patch is completely broken. Any attempt to create a mipmapped 4Kx4K texture on 965 will break. At the very least, MAX_TEXTURE_LEVELS and MAX_TEXTURE_RECT_SIZE in src/mesa/main/config.h also need to be increased. MAX_TEXTURE_LEVELS is used to size arrays in various structures. Keith, why didn't you use the patch that I sent you? It correctly increased these constants while only exposing 2Kx2K textures in the software rasterizer.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg