Commit Graph

288 Commits (299ad176fc90a8587709df27464198afe33a3668)
 

Author SHA1 Message Date
castano 299ad176fc Add experimental image based interface. 16 years ago
castano 5070cc98d3 Do not use constructor that initializes POD types. 16 years ago
castano 133ebfb282 Remove unused parameter warnings.
Do not compile tokenizer; it's not being used, and does not work on win64 yet.
16 years ago
castano ebe8054728 Cache HAVE_* variables so that they can be edited through the cmake gui. 16 years ago
castano aa14653d96 Do not cache CUDA_FOUND variable. 16 years ago
castano 389adb5368 Update change log, merge 2.0 changes, add attributions. 16 years ago
castano bd3314f4af Add inputOptions argument to compressors, so that they can access alpha mode. 16 years ago
castano 065c5f0689 Cleanup simple compressors. Move code from FastCompress to QuickCompress. 16 years ago
castano cc8656f12b Update project files. 16 years ago
castano d2384cf47f Remove unused methods. 16 years ago
castano aff59c22b8 remove unused compressors 16 years ago
castano 59be16d40a Remove unused fitting code. 16 years ago
castano b7a724448b Remove unnecesary dependency. 16 years ago
castano 259e7c58fd Merge Viktor Linder patch into 2.0 and trunk.
Fixes RGB modes with less than 32 bpp.
16 years ago
castano 307c8b99ee Add support for premultiplied alpha. Patch by Charles Nicholson. 16 years ago
castano 6b933c4f62 Fix post-build command. Copy headers to include/nvtt/. 16 years ago
castano fd1ac3c61f Add quotes around post build command arguments. Reported by Richard Sim. 16 years ago
castano 65aa7e1eaa Add interface for swizzle color xform. 16 years ago
castano f5ae4c1a9a Fix indexMirror error reported by Chris Lambert. 16 years ago
castano 75c09220c8 Fix Image copy ctor bug reported by Richard Sim. 16 years ago
castano 9f4b4bd532 Update comments about hole filling algorithms. 16 years ago
castano bce983f39e Add post build command to copy header files. 16 years ago
castano ff93ad41cb Fix end of lines. 16 years ago
castano 56c7771100 Fix end of lines. 16 years ago
castano ccced843e3 Use smaller allocations to prevent errors.
Check for allocation errors.
16 years ago
castano dafe2b8841 Hide copy ctor and operator to prevent compiler warnings.
Wrap pimpl using NVTT_DECLARE_PIMPL macro.
16 years ago
castano e3e7fcb226 Check cuda errors to find out whether the cuda context initialization succeeded. 16 years ago
castano 970395fba8 Fix osx build. 16 years ago
castano 8a24a93e2f Disable CUDA when memory allocations fail. 16 years ago
castano 7933aeea09 Update changelog with 2.0.1 changes.
Bump version to 2.1.0
16 years ago
castano d0c21cecfb Update stress test.
Fix errors in single color compressor.
16 years ago
castano b41752aa84 Apply singlecolorpatch.diff from Amir Ebrahimi.
Add single color compressor to CUDA implementation.
17 years ago
castano eb36ef86a7 Fix single color compressor. 17 years ago
castano 5dbfb20b60 Add DXT1n and CTX1 CUDA compressors. 17 years ago
castano c7fcc3ef4b Improve stress test to detect errors in the output. 17 years ago
castano 14ae88bb06 Fix leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 17 years ago
castano 03cfa2d793 Add stress test. 17 years ago
castano 3a612b3d3c Add Ptr.h file to nvcore project. 17 years ago
castano c3749f48cd Bug fix. Only use tonormal conversion for top of the mipmap chain. 17 years ago
castano ccd9e86d54 Add script to build source package. 17 years ago
castano f5ec1dd366 Print nvidia-texture-tools instead of nv. 17 years ago
castano f7eb953237 Update gnuwin32 libraries. 17 years ago
castano 9d13742314 Fix errors in DDS loading code. 17 years ago
castano a9bd20270b Fix DDS reading code. 17 years ago
castano 90eae7a480 Fix compilation error when SIMD is not supported. 17 years ago
castano 46dd0fa634 Comment out unused function. 17 years ago
castano 525aa5b40b Remove duplicate. 17 years ago
castano 7569ca136b Add missing file. 17 years ago
castano e1d5bda3e9 prevent overflow when compressing large images. 17 years ago
castano 283cdabc64 Fix nvtt solution configuration. 17 years ago