summaryrefslogtreecommitdiff
path: root/thirdparty/squish
AgeCommit message (Collapse)Author
2018-11-27Fix GLES2 Red Green Texture DecompressionDavid Sichma
Replaced broken decompression code with two calls to DXT5 decompression. This should fix some issues with normal maps as they usually are stored as RG Textures and were decompressed incorrectly.
2018-08-21Fix Squish SSE misconfigurationelasota
2017-12-16Fix #12220: Add Decompress Bc5 to SquishOrkun
This Commit fixes the corrupted file preview described in #12220. Added DecompressColourBc5 function to squish.
2017-04-09squish: Update to upstream version 1.15Rémi Verschelde
Also fix clang-format pre-commit hook to ignore thirdparty files.
2016-10-15squish: Update to upstream 1.14Rémi Verschelde
Sources are untouched, tarball from https://sourceforge.net/projects/libsquish
2016-10-15squish: Move to a module and split thirdparty libRémi Verschelde