summaryrefslogtreecommitdiffstats
path: root/thirdparty/cvtt
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup various repository documentation filesRémi Verschelde2023-10-101-27/+0
| | | | | | | | - Reformat logo license as a plain text file. - Fix outdated links or references to SFC or Visual Script. - Tweak contents of `CONTRIBUTING.md` to highlight contributor docs more prominently, and make it easier to parse. - Tweak formatting and contents in `thirdparty/README.md` for consistency.
* Remove CVTT upstream changes to packing unpacking of BC6H formatsclayjohn2023-02-222-32/+700
| | | | This fixes the quality regression without impacting performance
* Update cvtt to GIT 2022DeeJayLSP2022-11-231-7/+7
|
* Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-0435-7603/+14462
| | | Make BC6 and BC7 CVTT faster while still having better quality than DXT5.
* Git: Explicitly list binary files as such to avoid EOL changeRémi Verschelde2019-05-251-44/+44
| | | | | | | | | | text=auto works well in Git 2.10+ but it's broken in previous versions, which are still used in production on e.g. Ubuntu 16.04 LTS. Also fix a couple missed text files with CRLF terminators. .bat files likely require it to be processed properly on Windows, but core.autocrlf should take care of converting them on the fly when checking out on Windows.
* Fix CVTT scalar version not compilingelasota2018-08-271-0/+10
|
* Fix CVTT compile failures in VS2015elasota2018-08-241-48/+48
|
* BPTC supportelasota2018-08-214-0/+9706