Commit Graph

23 Commits

Author SHA1 Message Date
93625c7de8 Do not fail when the process is already using CUDA.
Attempt to use the selected cuda device.
More strict device selection.
2009-11-04 06:16:03 +00:00
0293f73121 Fix comment. 2009-08-26 01:27:23 +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
5dbfb20b60 Add DXT1n and CTX1 CUDA compressors. 2008-02-15 08:58:02 +00:00
3c90686e00 Final API changes.
Rename OutputHandler::mipmap method to beginImage.
Add NVTT_VERSION.
Add nvtt::version function.
2008-02-05 00:28:13 +00:00
357f18c162 Cleanup interface. Provide mipmap filter using a separate method. 2008-02-03 09:30:32 +00:00
039035ae25 Cleanup public header. 2008-02-03 08:24:58 +00:00
65842ac7e8 Fix typo.
Do not use small keyword.
2008-02-01 19:49:22 +00:00
d2105f922c More interface changes, update bindings.
Move globals to Compress class, to do CUDA initialization only once.
enableCUDA is broken, will be fixed later tonight.
2008-01-26 02:46:12 +00:00
196a77fdde Fix interface errors.
Complete C wrapper.
Complete C# wrapper.
2008-01-24 04:25:24 +00:00
c8ac20ee0f Remove errorThreshold. 2008-01-18 23:50:22 +00:00
d89c26889c Add alpha component to color weights. It may be needed in the future. 2008-01-18 06:11:58 +00:00
204d6381f3 Add warnings about functionllity not fully implemented. 2008-01-17 05:44:21 +00:00
9d96f449bf Remove nvcore.h from nvtt.h 2008-01-07 19:08:17 +00:00
2903886498 Some progress with full DXT1a support.
Move quantization settings to compression options.
2008-01-07 07:28:00 +00:00
6fa15f4e5b Output correct number of mipmaps.
Fix nvtt, remove deprecated attributes.
2007-12-17 05:19:55 +00:00
cfa4913ae6 Add support for input rescaling:
- round extents to power of two.
- clamp max extents.
Add output options pimpl.
Other misc API changes.
2007-12-17 03:51:34 +00:00
aefe11a5b4 Fix warnings. 2007-12-03 23:28:03 +00:00
fd9ae63a4f Add kaiser filter parameters. 2007-11-22 01:02:01 +00:00
e0cf992ddb Don't use tabs for alignment, only for indentation. 2007-11-20 22:01:09 +00:00
1b73dcaf7e Add interface to specify color transformations. 2007-11-16 11:52:29 +00:00
e34a12a46f flatten tree. 2007-10-14 08:58:24 +00:00