Commit Graph

273 Commits (214ca6c65c934489807db4a01fea8cd26c6e4310)
 

Author SHA1 Message Date
castano 214ca6c65c Update changelog. 16 years ago
castano 08ca2fbe16 Set correct swizzle code for 3Dc files. 16 years ago
castano de042e828a Add plane class. 16 years ago
castano 64cbd74ef0 Merge trunk fixes. 16 years ago
castano 3d1b9324e1 Add single color compressor for DXT1a. 16 years ago
castano 07df6e7539 Merge trunk fixes to 2.0 branch. Get things ready for 2.0.2 release. 16 years ago
castano 46334cb96a Merge Viktor Linder patch into 2.0 and trunk.
Fixes RGB modes with less than 32 bpp.
16 years ago
castano 67dc3a9739 Copy header files to correct path. 16 years ago
castano b5e8428f9c Merge trunk fixes. Update changelog. 16 years ago
castano 21fb83c081 Merge fixes from trunk. 16 years ago
castano 4c3549cb66 Merge copy ctor bug reported by Richard Sim.
Update ChangeLog.
16 years ago
castano 3dae7f9b70 Add missing changes. 16 years ago
castano ebe47a0f78 Merge fixes from trunk.
- better error CUDA checking.
 - eliminate compiler warnings.
 - fix end of lines.
16 years ago
castano 21859216bc I should be using branches instead of tags. 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
castano f0f062f51c Fix version in readme and license files. 17 years ago
castano 0b4390a76d Reverse changelog order. 17 years ago
castano 6193780754 Update changelog and version. 17 years ago
castano 248995790e Update version. 17 years ago
castano 3c90686e00 Final API changes.
Rename OutputHandler::mipmap method to beginImage.
Add NVTT_VERSION.
Add nvtt::version function.
17 years ago
castano 91ff256adf Do precomputation only when needed. 17 years ago
castano 7b433f08f3 Minor optimizations.
Fix DXT1a support.
17 years ago
castano 42da2d63ce Update C# wrapper. 17 years ago
castano 357f18c162 Cleanup interface. Provide mipmap filter using a separate method. 17 years ago
castano 3fcf9c9773 Remove commented out code. 17 years ago
castano 039035ae25 Cleanup public header. 17 years ago
castano 79d305008a Add copy constructor and operator=. 17 years ago
castano 3b24951e93 Finish Compressor class.
Move all the image processing to Compressor.cpp.
Finish rescale support, close issue 12.
17 years ago
castano 6f28642282 Set useCuda if CUDA enabled in Compression class. 17 years ago
castano 90a0dc505b Fix typo.
Add bc1n option.
17 years ago