Commit Graph

333 Commits (5be5a6b922540f0ab659a6f964583db6544747a9)
 

Author SHA1 Message Date
castano 5be5a6b922 Update changelog.
Formatting fixes.
15 years ago
castano 7629e396b8 Add SIMD implementation of power method. Fixes issue 94. 15 years ago
castano 341c393dde Set threads package required. Hopefully fixes issue 97. 15 years ago
castano cbbefe953f Update changelog. 15 years ago
castano cfb7d7e4ed Return correct error codes. Fix issue 92. 15 years ago
castano 5eef915c0b Fix issue 92. Return correct error codes. 15 years ago
castano a5fdca595a Use memory allocator. 15 years ago
castano b5e5d4b0a2 Fix error. 15 years ago
castano 82f99ea9d2 Fix non-thread-safe code. 15 years ago
castano dc8fe745c0 Fix msvc warning. 15 years ago
castano 3322367311 Update single color compression tables. Fixes issue 85. 15 years ago
castano 963d2969b8 Fix pixel format conversion code. Fixes issue 87. 15 years ago
castano 6d9e6881d3 Shutdown CUDA properly. Fixes issue 83. 15 years ago
castano 4f58a1bf8b Merge changes from trunk. 15 years ago
castano 30eb24149e Fix typo. Fixes issue 81. 16 years ago
castano 794e4e90c6 Fix generation of blended sobel filter. Fixes issue 77. 16 years ago
castano c5d618807f Update changelog. 16 years ago
castano bdb9502ac6 Include correct header file. 16 years ago
castano 00af7f75bc Update changelog. 16 years ago
castano 92f76113e5 Merge changes from trunk. Fix bugs and warnings under gcc 4.3.2. 16 years ago
castano bd7013a37b Detect CUDA 2.1 properly. 16 years ago
castano 1ec9f130e2 Print message indicating whether CUDA is enabled or not. 16 years ago
castano 5910d3f4bf Add -fPIC option for GCC, and cleanup a bit. 16 years ago
castano d292859745 Remove testing code. 16 years ago
castano 58d6c8d243 Update changelog. 16 years ago
castano 4c197ab48c Include correct CUDA runtime headers. 16 years ago
castano 7165dab99f Update version number. 16 years ago
castano d827cee863 Fix version checking. 16 years ago
castano d787b30379 Select fastest CUDA device. Merged from trunk. 16 years ago
castano cc4741ed03 Set host compilation mode explicitely.` 16 years ago
castano 559bf61f4a Link all libraries dynamically, when nvtt is linked dynamically. 16 years ago
castano dbfb36b812 Fix CUDA Library detection on Linux. 16 years ago
castano 8314ac076f Update changelog. 16 years ago
castano d58fd00fd9 Fix cmake file. Add NVTT_SHARED=1 definition to export DLL symbols. 16 years ago
castano 117c892141 Add library.* to project. 16 years ago
castano cd112e2133 Merge fixes from trunk. Prevent CUDA dll mismatches. 16 years ago
castano b013aa64b9 Add Library to the build. 16 years ago
castano 112bf2c5c3 Fix error in CUDA single color compressor. 16 years ago
castano 7a85fdc59a Merge fixes from trunk. 16 years ago
castano f167b79cfd Merge fixes from trunk. 16 years ago
castano 73288eb24b Merge fixes from trunk. 16 years ago
castano 3f13eb89f1 Merge fixes from trunk. 16 years ago
castano ad43f6e5f2 Increment revision number. 16 years ago
castano da506404ad Compile nvtt as a shared library. 16 years ago
castano d253e4bf4f Implement sinc filter... 16 years ago
castano c59e4db15a Implement general scale filter, including upsampling 16 years ago
castano d38e970221 Set binary flag 16 years ago
castano bdebc937be Fix infinite loop in indexMirror. Fixes issue 65. 16 years ago
castano d938e2d753 Update changelog.
Update version.
16 years ago
castano 5fbeb8d34b Fixed error in CompressRGB, as reported by jonsoh in issue 49.
Added support for RGBA pixel format dithering. Fixes issue 50 and issue 51.
Add PixelFormat.h to vc8 project.
16 years ago