FasTC/IO/src
Pavel Krajcevski 8660b24ffe Fix multithreaded npot bug.
There was a bug where certain blocks were not being written due to
improper iterating over non power-of-two textures depending on the
thread that got split across a newline of blocks. This should now
be fixed.

The offending command line arguments looked something like:

CLTool/tc -q 0 -t 32 -j 32 /path/to/npot-texture.png
2014-04-10 13:39:04 -04:00
..
FileStreamUnix.cpp Fix some more compiler warnings. 2013-01-29 17:37:20 -05:00
FileStreamWin32.cpp Make sure MSVC is still OK with our MINGW changes 2013-11-11 18:54:29 -05:00
GLDefines.h Merge branch 'master' into DecompressASTC 2014-03-12 13:29:17 -04:00
ImageFile.cpp Fix a few compiler warnings 2014-03-23 17:48:17 -04:00
ImageLoader.cpp Fix multithreaded npot bug. 2014-04-10 13:39:04 -04:00
ImageLoaderASTC.cpp Add .astc file loader 2014-03-12 19:26:39 -04:00
ImageLoaderASTC.h Add .astc file loader 2014-03-12 19:26:39 -04:00
ImageLoaderKTX.cpp Fix bug caught by clang 2014-03-23 19:52:51 -04:00
ImageLoaderKTX.h Override LoadImage for ktx files 2014-03-11 18:27:37 -04:00
ImageLoaderPNG.cpp Small formatting change 2014-04-02 13:57:17 -04:00
ImageLoaderPNG.h Small formatting change 2014-04-02 13:57:17 -04:00
ImageLoaderPVR.cpp Move default bit depth definitions to abstracted pixel buffer loading function. 2013-11-19 14:55:41 -05:00
ImageLoaderPVR.h Switch the PVR loader to use the library provided with the imagination SDK 2013-08-22 18:08:52 -04:00
ImageLoaderTGA.cpp Add option to flip image along Y-axis to accomodate different image formats. 2013-11-19 15:01:54 -05:00
ImageLoaderTGA.h Add TGA image loaders 2013-11-19 14:22:26 -05:00
ImageWriter.cpp Remove a bunch of code that assumes that we get our pixel data in block stream order... 2013-11-06 18:23:19 -05:00
ImageWriterKTX.cpp Add 2bpp PVRTC compression format 2014-03-12 14:01:31 -04:00
ImageWriterKTX.h Add KTX writer. 2014-01-23 18:24:21 -05:00
ImageWriterPNG.cpp Remove a bunch of code that assumes that we get our pixel data in block stream order... 2013-11-06 18:23:19 -05:00
ImageWriterPNG.h Remove a bunch of code that assumes that we get our pixel data in block stream order... 2013-11-06 18:23:19 -05:00