Commit Graph

269 Commits (2.0.1)
 

Author SHA1 Message Date
castano fa4a7b9af7 Add proper credits. 16 years ago
castano f111d23637 Tag 2.0.1 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.
16 years ago
castano eb36ef86a7 Fix single color compressor. 16 years ago
castano 5dbfb20b60 Add DXT1n and CTX1 CUDA compressors. 16 years ago
castano c7fcc3ef4b Improve stress test to detect errors in the output. 16 years ago
castano 14ae88bb06 Fix leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 16 years ago
castano 03cfa2d793 Add stress test. 16 years ago
castano 3a612b3d3c Add Ptr.h file to nvcore project. 16 years ago
castano c3749f48cd Bug fix. Only use tonormal conversion for top of the mipmap chain. 16 years ago
castano ccd9e86d54 Add script to build source package. 16 years ago
castano f5ec1dd366 Print nvidia-texture-tools instead of nv. 16 years ago
castano f7eb953237 Update gnuwin32 libraries. 16 years ago
castano 9d13742314 Fix errors in DDS loading code. 16 years ago
castano a9bd20270b Fix DDS reading code. 16 years ago
castano 90eae7a480 Fix compilation error when SIMD is not supported. 16 years ago
castano 46dd0fa634 Comment out unused function. 16 years ago
castano 525aa5b40b Remove duplicate. 16 years ago
castano 7569ca136b Add missing file. 16 years ago
castano e1d5bda3e9 prevent overflow when compressing large images. 16 years ago
castano 283cdabc64 Fix nvtt solution configuration. 16 years ago
castano f0f062f51c Fix version in readme and license files. 16 years ago
castano 0b4390a76d Reverse changelog order. 16 years ago
castano 6193780754 Update changelog and version. 16 years ago
castano 248995790e Update version. 16 years ago
castano 3c90686e00 Final API changes.
Rename OutputHandler::mipmap method to beginImage.
Add NVTT_VERSION.
Add nvtt::version function.
16 years ago
castano 91ff256adf Do precomputation only when needed. 16 years ago
castano 7b433f08f3 Minor optimizations.
Fix DXT1a support.
16 years ago
castano 42da2d63ce Update C# wrapper. 16 years ago
castano 357f18c162 Cleanup interface. Provide mipmap filter using a separate method. 16 years ago
castano 3fcf9c9773 Remove commented out code. 16 years ago
castano 039035ae25 Cleanup public header. 16 years ago
castano 79d305008a Add copy constructor and operator=. 16 years ago
castano 3b24951e93 Finish Compressor class.
Move all the image processing to Compressor.cpp.
Finish rescale support, close issue 12.
16 years ago
castano 6f28642282 Set useCuda if CUDA enabled in Compression class. 16 years ago
castano 90a0dc505b Fix typo.
Add bc1n option.
16 years ago
castano 2b291f7871 Fix typos. 16 years ago
castano 67e8ec376d Do not use small keyword. 16 years ago
castano 65842ac7e8 Fix typo.
Do not use small keyword.
16 years ago
castano 1d1dcfe922 Update compressor to new squish interface. 16 years ago