Commit Graph

62 Commits (8e8b3b82e18f52edcfc829cdff4996599fe379bc)

Author SHA1 Message Date
Remi Papillie b03d5178fc Fix .hdr images being loaded as LDR before compression 6 years ago
Ignacio 383331bb42 Fix issue #240. 8 years ago
Ignacio 1a75484520 Minor fixes. 8 years ago
Timothy Pearson 47b06d3255 Fix build failure due to PPM save incorrect data types
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
8 years ago
sanderd17 65b3dfa4a6 Fix compilation on GCC 6
GCC 6 apparently doesn't want to cast booleans to pointers anymore. So this fixes it for us. See also our changeset: http://trac.wildfiregames.com/changeset/18364
8 years ago
castano d019cd7080 Merge changes from the witness. 10 years ago
castano 2ec37026be Merge changes from the witness. 13 years ago
castano 676a0b2908 work in progress. 13 years ago
castano 95811dfdff Cleanups. 13 years ago
castano 3c0ab2d3f3 Merge changes from the witness. 13 years ago
castano af9ba8ae90 Add support for 3D texture. Integrate patch provided in issue 28 plus some additional changes. 13 years ago
castano 2952480d30 Fix tabs. Fix leak. 13 years ago
castano 66d02325d8 Swap red and blue channels when using stb_image. Fixes issue 164. 13 years ago
castano 144a8d6d4b Fix errors in meta data api. 13 years ago
castano 9ebcff93de More tweaks. 13 years ago
castano ce8647c51d Tweaks. 13 years ago
castano 43b16d85f4 Use STB image by default.
Add buffer object, try to reduce binary size.
13 years ago
castano cd6f798b85 tabs to spaces 13 years ago
castano 49482d1441 Work in progress.
Merging squish into nvtt. 
Using squish only to find endpoints, do discrete refinement afterwards.
14 years ago
castano 5f845513ee Fix msvc warnings and errors.
Test TexImage stuff more througly.
Test YCoCg and RGBM.
14 years ago
castano ea42b83573 Fix linux build errors. 14 years ago
castano 5ae77ae037 Fix warnings. 14 years ago
castano 09e46ead48 Fix some messages. Add support for range scaling in TexImage. 14 years ago
castano bd74a9ffc6 Merge changes from the-witness. 14 years ago
castano 5d80fb8219 Fix TGA loading using FreeImage. Fixes issue 141. 14 years ago
castano e8dc679874 Merge recent changes from the witness. 14 years ago
castano 68cbe543b0 Add missing files for previous change.
Some cleanup.
14 years ago
castano caff2c9006 Fix assert when reading paletted TGA images. Fixes issue 125. 14 years ago
castano da503d2b3e Imperative api is sort of working now. Fixed various bugs. 14 years ago
castano 51a4fe7e2d Merge private branch. 14 years ago
castano 573cc1b371 Add support for UINT16 images when using freetype. 15 years ago
castano 009eaf2aa6 Fix msvc warnings. 15 years ago
castano 8a48250bcb Fix win32 errors and errors in the png saving code. 15 years ago
castano 72543c9307 Add todo message. 15 years ago
castano 872c61e1d1 Add image saving code. 15 years ago
castano 8e836591ee Fix warning. 15 years ago
castano 50b8b67185 Hide file format especific savers. Add generic image saver.
Misc fixes under OSX.
15 years ago
castano 03c9ec0f62 More cleanup. Remove files that are not strictly required. 15 years ago
castano 88fc5ca18e Merge changes from private tree.
Eliminate files that are not needed for NVTT.
15 years ago
castano 69c74d7a5e Add support for comments. 15 years ago
castano 7741a99b90 Add support for saving PNG files. Patch by Frank Richter. Fixes issue 79. 15 years ago
castano 36dd7fb76b Merge changes from p4. 15 years ago
castano a769831fb5 Add const keyword to const arguments. 16 years ago
castano c70e5d6121 Reorg header files. 16 years ago
castano c38c3dc584 Fix win32 buid errors and warnings due to FreeImage. 16 years ago
castano e068964423 Fix EXR loading code. Issue 45. Fix provided by alastairpatrick. 16 years ago
castano fb2b0cb38c Fix bug reported by Noel Llopis.
Make sure FreeImage declarations are not used when FreeImage is not available.
16 years ago
castano c01566cd2f Add support for FreeImage in nvimage.
Add support for floating point input images in nvtt.
16 years ago
castano 7d3facd81a Merge private branch. 16 years ago
castano 3e702e563b Add support for win64.
Disable PFM.
Disable Tokenizer.
17 years ago