Problem:
loading a dds file encoded with DXT5 and mipmaps produces a silent error.
There's no log entry, but the resulting texture is completely black.
Expected result: Texture loads successfully.
Version: community svn r392
Environment: Linux 64 Bit (Ubuntu 9.10)
To reproduce:
1. Download attached files
2. use mipmap.dds file as a texture, this will produce no error but everything is black
Test files:
does not work:
http://server1.noeding.net/public/mipmap.ddsworks:
http://server1.noeding.net/public/nomipmap.ddsRelated bug:
viewtopic.php?f=3&t=767 may be related but seems to be already fixed...