FasTC/Core/include
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
..
BlockStats.h Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
CompressedImage.h Got rid of some more compiler warnings. 2013-01-28 16:57:15 -05:00
CompressionJob.h Add a new interface to compressing files which we will call a 'compression job' 2013-03-09 13:22:42 -05:00
Image.h Fix a bunch of memory leaks. 2013-02-07 17:01:38 -05:00
ReferenceCounter.h Fix a lot of compiler warnings. 2013-01-28 16:30:04 -05:00
TexComp.h Update atomics compression algorithm 2013-03-09 13:34:10 -05:00
TexCompTypes.h Merge MSVC support into master. 2013-01-28 11:49:03 -05:00