Commit Graph

298 Commits

Author SHA1 Message Date
cd112e2133 Merge fixes from trunk. Prevent CUDA dll mismatches. 2008-10-27 09:17:09 +00:00
b013aa64b9 Add Library to the build. 2008-10-27 09:16:33 +00:00
112bf2c5c3 Fix error in CUDA single color compressor. 2008-10-27 07:49:32 +00:00
7a85fdc59a Merge fixes from trunk. 2008-10-22 05:32:56 +00:00
f167b79cfd Merge fixes from trunk. 2008-10-22 05:32:35 +00:00
73288eb24b Merge fixes from trunk. 2008-10-22 05:31:53 +00:00
3f13eb89f1 Merge fixes from trunk. 2008-10-22 05:31:28 +00:00
ad43f6e5f2 Increment revision number. 2008-10-22 05:17:55 +00:00
da506404ad Compile nvtt as a shared library. 2008-10-15 18:39:28 +00:00
d253e4bf4f Implement sinc filter... 2008-10-05 09:58:21 +00:00
c59e4db15a Implement general scale filter, including upsampling 2008-09-27 07:32:11 +00:00
d38e970221 Set binary flag 2008-09-27 05:40:51 +00:00
bdebc937be Fix infinite loop in indexMirror. Fixes issue 65. 2008-09-24 00:37:38 +00:00
d938e2d753 Update changelog.
Update version.
2008-06-12 01:20:46 +00:00
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.
2008-06-12 01:16:52 +00:00
f95d09d1e9 Update version numbers. 2008-06-09 19:13:01 +00:00
0b17e3095a Update 2.0 project file.
Fix backported cuda kernel.
2008-06-09 19:05:49 +00:00
6e1a87129f Integrate bug fixes from trunk. 2008-06-09 08:27:00 +00:00
e8bb3f2886 Merge Noel's fix to the 2.0 branch. 2008-05-19 18:30:08 +00:00
f7bbd4b4d7 Merge improved DXT3 compressor from trunk. Fix issue 38. 2008-04-26 08:05:21 +00:00
7bb46a4df7 Fix changelog. 2008-04-17 09:05:20 +00:00
7f6c257e9f Add -m32/-m64 compiler flag when compiling cu files.
Add /ltcg to prevent msvc warnings.
2008-04-17 08:26:34 +00:00
3f1472b193 Add Plane.* to vc8 project. 2008-04-17 08:17:00 +00:00
056aedea97 Fix error in DXT3 cuda compressor. 2008-04-17 08:16:10 +00:00
dda3b661dd Update version number of DDS files. 2008-04-17 08:15:23 +00:00
214ca6c65c Update changelog. 2008-04-17 07:17:20 +00:00
08ca2fbe16 Set correct swizzle code for 3Dc files. 2008-04-17 07:14:27 +00:00
de042e828a Add plane class. 2008-04-17 07:06:00 +00:00
64cbd74ef0 Merge trunk fixes. 2008-04-17 07:04:20 +00:00
3d1b9324e1 Add single color compressor for DXT1a. 2008-03-27 05:07:40 +00:00
07df6e7539 Merge trunk fixes to 2.0 branch. Get things ready for 2.0.2 release. 2008-03-27 04:44:29 +00:00
46334cb96a Merge Viktor Linder patch into 2.0 and trunk.
Fixes RGB modes with less than 32 bpp.
2008-03-11 21:22:54 +00:00
67dc3a9739 Copy header files to correct path. 2008-03-07 00:00:49 +00:00
b5e8428f9c Merge trunk fixes. Update changelog. 2008-03-05 23:28:52 +00:00
21fb83c081 Merge fixes from trunk. 2008-03-05 19:44:00 +00:00
4c3549cb66 Merge copy ctor bug reported by Richard Sim.
Update ChangeLog.
2008-03-05 19:17:06 +00:00
3dae7f9b70 Add missing changes. 2008-02-28 22:34:18 +00:00
ebe47a0f78 Merge fixes from trunk.
- better error CUDA checking.
 - eliminate compiler warnings.
 - fix end of lines.
2008-02-28 22:29:37 +00:00
21859216bc I should be using branches instead of tags. 2008-02-28 07:49:13 +00:00
7933aeea09 Update changelog with 2.0.1 changes.
Bump version to 2.1.0
2008-02-28 07:43:37 +00:00
d0c21cecfb Update stress test.
Fix errors in single color compressor.
2008-02-28 03:09:51 +00:00
b41752aa84 Apply singlecolorpatch.diff from Amir Ebrahimi.
Add single color compressor to CUDA implementation.
2008-02-16 09:53:07 +00:00
eb36ef86a7 Fix single color compressor. 2008-02-16 02:48:28 +00:00
5dbfb20b60 Add DXT1n and CTX1 CUDA compressors. 2008-02-15 08:58:02 +00:00
c7fcc3ef4b Improve stress test to detect errors in the output. 2008-02-14 09:21:57 +00:00
14ae88bb06 Fix leaks. Allocate CUDA memory only once. Free allocations when Compressor is destroyed. 2008-02-14 05:08:26 +00:00
03cfa2d793 Add stress test. 2008-02-14 05:07:20 +00:00
3a612b3d3c Add Ptr.h file to nvcore project. 2008-02-14 05:05:44 +00:00
c3749f48cd Bug fix. Only use tonormal conversion for top of the mipmap chain. 2008-02-11 08:35:32 +00:00
ccd9e86d54 Add script to build source package. 2008-02-11 07:44:54 +00:00