Commit Graph

353 Commits (92f730457c6ddee8ca639c11940dceca28f1bffe)
 

Author SHA1 Message Date
castano 92f730457c Set executable property to dll 16 years ago
castano 90be3fa28d Tag 2.0.3 release. 16 years ago
castano 55e7d3dec4 Delete outdated comment. 16 years ago
castano b5e373b734 Compile NVTT under G5/leopard 16 years ago
castano 6ce542b5c0 Fix error in cmake file. 16 years ago
castano 58e5f6534f Print version number in copyright statement. 16 years ago
castano eda4786ca6 Update version number. 16 years ago
castano 29a720bf82 Do not print text. 16 years ago
castano 1120f83f7d Fix errors. 16 years ago
castano c38c3dc584 Fix win32 buid errors and warnings due to FreeImage. 16 years ago
castano 7d3d0ede9d Update projects to use FreeImage. 16 years ago
castano bc66a7ad74 Update cmake files. 16 years ago
castano ca8d17abf5 Reorganize external libs. 16 years ago
castano 10e79dac9d Update changelog. 16 years ago
castano e068964423 Fix EXR loading code. Issue 45. Fix provided by alastairpatrick. 16 years ago
castano ea340443d9 Add -mipfilter command line option, per request of Noel Llopis. 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 47bdab8e27 Define FREEIMAGE_LIBRARIES. 16 years ago
castano 70267fda15 Add support for input floating point images. Patch provided by Jim Tilander. See issue 27. 16 years ago
castano aebcea412c Search for freeimage. 16 years ago
castano bccdcd49da Use standard gram schmidt 16 years ago
castano 68e9f05794 Add freeimage cmake file. 16 years ago
castano 0f186e688f Remove 'virtual' from non virtual methods. 16 years ago
castano 38e9652d64 Remove executable flag. 16 years ago
castano f08114c1b5 Whops, check fix for vc9. 16 years ago
castano 7b9f891f92 Update vc9 projects. 16 years ago
castano 787c9bb8fb Add vc9 projects. 16 years ago
castano 42220b981e Add vc9 folder 16 years ago
castano 70331a37fd Refactor compression functions, group them into class methods. 16 years ago
castano 2ffc4cd7ad Ups, checked in the file before saving it. 16 years ago
castano 4ba8e87a38 Ups, checked in file before saving it. 16 years ago
castano d440d68aa8 Update ChangeLog. 16 years ago
castano 48f61dbfc0 Add support for linear and swizzle transforms. Fixes issue 4. 16 years ago
castano 94c3fa75a8 Add comments indicating where to perform linear color transforms. 16 years ago
castano c562af6d9b Integrate YCoCg color space conversion by Jim Tilander. 16 years ago
castano a889f2fda6 Add support for alpha modes in the CUDA compressors. 16 years ago
castano d855d0461b Add single color checks to CUDA compressors.
Use optimized bitmap table for CTX compressor.
16 years ago
castano 246f2a409a Add cpp file to project so that a library is built. 16 years ago
castano 6a6b3edce1 factorial optimization suggested by pponywong. 16 years ago
castano 52b3bc9437 Update project files. Remove fast compressor, add optimal compressor. 16 years ago
castano f6ab357b09 Add missing files to project. 16 years ago
castano ce3a65c03e Fix operator= in String class. 16 years ago
castano 8d9bf5c0b3 Fix after refactoring CPU compressors. Changes were not tested with CUDA enabled. 16 years ago
castano ab5265e642 Remove declaration of method that was removed. 16 years ago
castano fd1d5e41c7 Add missing files! 16 years ago
castano 3980d5dc21 Update changelog. 16 years ago
castano 15e7125b4b Check for single color blocks in all compressors. 16 years ago
castano 921ee354c0 Remove legacy compressors.
Add iteration count parameter to iterative alpha compressor.
Add optimal compressors.
16 years ago
castano e3f7e303e4 Use FLT_MAX instead of INFINITE. The latter not supported in msvc. 16 years ago