A fast texture compressor for various formats
Go to file
Pavel Krajcevski 435f935de3 Update atomics compression algorithm
In general, we want to use this algorithm only with self-contained compression
lists. As such, we've added all of the proper synchronization primitives in
the list object itself. That way, different threads that are working on the
same list will be able to communicate. Ideally, this should eliminate the
number of user-space context switches that happen. Whether or not this is
faster than the other synchronization algorithms that we've tried remains
to be seen...
2013-03-09 13:34:10 -05:00
BPTCEncoder Update atomics compression algorithm 2013-03-09 13:34:10 -05:00
CLTool Add -a flag to unix command line tool as well 2013-03-07 02:31:21 -05:00
Core Update atomics compression algorithm 2013-03-09 13:34:10 -05: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