A fast texture compressor for various formats
Go to file
Pavel Krajcevski f825b28051 Single color partition with alpha bugfix.
When we detect that a partition has a single color in each subset, we can generate almost an exact representation of this value for most compression modes. However, when we were doing this subset matching, we were ignoring the error introduced by modes that had completely opaque representations against data that had transparent pixels. This bug fix essentially includes this error in our "best fit" calculations and makes everything work out for the better.
2013-03-19 11:58:21 -04:00
BPTCEncoder Single color partition with alpha bugfix. 2013-03-19 11:58:21 -04:00
CLTool Add -a flag to unix command line tool as well 2013-03-07 02:31:21 -05:00
Core Fix a few bugs in our CompressionJobList's 2013-03-11 14:41:08 -04:00
IO Don't freak out if the file already exists... overwrite it. 2013-03-07 02:43:33 -05:00
QtGUI Add license 2012-11-15 11:51:55 -05:00
Windows@326dfccf36 Added header files for libpng 1.5.13 in order to properly match the compiled libraries. 2013-03-07 02:34:09 -05:00
.gitmodules Add submodule to keep track of windows include files and libraries 2013-01-27 12:14:55 -05:00
CMakeLists.txt Fix warnings on Windows and support the treat warnings as errors option. 2013-01-29 13:39:45 -05:00