[Mesa-dev] [PATCH 2/2] mesa: remove bogus compressed texture size checks

Brian Paul brianp at vmware.com
Tue Oct 2 12:15:01 PDT 2012


On 10/02/2012 10:46 AM, Sven Arvidsson wrote:
> On Tue, 2012-10-02 at 09:59 -0600, Brian Paul wrote:
>> A compressed texture image size doesn't have to be a multiple of the
>> compressed block size (only sub-images do).  Fixes issues when building
>> compressed mipmaps because we often wind up with non-block-size images
>> for the higher mipmap levels.
>>
>> Fixes https://bugs.freedesktop.org/show_bug.cgi?id=55445
>
> I tried the patches against git master and can confirm that it fixes the
> problem with Torchlight mentioned in bug 55445.

Thanks for testing.  I'll push this in a little while.

-Brian



More information about the mesa-dev mailing list