Commit Graph

14 Commits (ac87eefa6d431229e704aecdafe54d1b1c924c9f)

Author SHA1 Message Date
castano ac87eefa6d Apply patch to update C# wraper. Fixes issue 184. 10 years ago
castano 2ec37026be Merge changes from the witness. 13 years ago
castano 3c0ab2d3f3 Merge changes from the witness. 13 years ago
castano 9ebcff93de More tweaks. 13 years ago
castano 5f8cd22cdb Merge changes from the-witness. 14 years ago
castano 5f845513ee Fix msvc warnings and errors.
Test TexImage stuff more througly.
Test YCoCg and RGBM.
14 years ago
castano e8dc679874 Merge recent changes from the witness. 14 years ago
castano 77bfabca3b Remove experimental callback mechanism. 14 years ago
castano a32d780347 Experiment with output callbacks instead of handlers. 14 years ago
castano c1f9c4df42 Create default output handle on setFileName to avoid modifying const argument.
Fix ref counting errors in TexImage.
Format TODO messages.
15 years ago
castano 96655b3e7c Work in progress:
- better support for DDS10 file format.
- support for RGBA pixel formats with more than 32 bits.
- support for pixel types other than UNORM.
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 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.
17 years ago
castano cfa4913ae6 Add support for input rescaling:
- round extents to power of two.
- clamp max extents.
Add output options pimpl.
Other misc API changes.
17 years ago