Commit Graph

70 Commits

Author SHA1 Message Date
5c60989043 BC6/7 progress. Work in progress. 2010-06-21 22:23:28 +00:00
f9753b649a Fix mingw warning. 2010-06-10 02:30:38 +00:00
11411bae2b Do not compile ui. 2010-06-10 02:30:25 +00:00
f233188963 Fix format. 2010-06-01 19:25:49 +00:00
c3bc24b165 Merge changes from 2.0. 2010-06-01 19:23:37 +00:00
cf2b20dd43 Fix build error on OSX. 2010-05-29 05:33:28 +00:00
035231a928 Minor changes. 2010-05-28 23:16:06 +00:00
1454cbac14 Fix build. 2010-05-28 07:45:11 +00:00
8cbd2c9ec6 Add mipmap scaling according to alphatest coverage. 2010-05-27 00:37:15 +00:00
27f84c5caa Start work on a simple dds viewer. 2010-05-20 05:25:15 +00:00
bcf0df2b49 use default pixel format, add comment to indicate where to change default 2009-10-30 01:05:31 +00:00
18a3abf794 Enable alpha dithering when using DXT3.
Update timing message.
2009-10-21 07:43:24 +00:00
cb62c3c461 Add support for R16 in DDS headers.
Cleanup DDS header output code.
Temporary testing code added to nvcompress.
2009-07-28 08:05:23 +00:00
720be412fa Return correct error codes. Fix issue 92. 2009-06-13 14:17:46 +00:00
50b8b67185 Hide file format especific savers. Add generic image saver.
Misc fixes under OSX.
2009-03-15 10:18:54 +00:00
25e32c8ff2 Fix msvc warnings. 2009-03-02 09:21:30 +00:00
db63ba7fa4 Fix build in win64. 2009-03-02 09:21:07 +00:00
3a52923697 Add alpha command line option. 2009-03-02 09:07:07 +00:00
9953883d26 Cleanup cmake files. 2009-03-02 07:32:00 +00:00
9d5242594b Add gnome thumbnailer by Frank Richter. Fixes issue 82. 2009-02-03 09:29:25 +00:00
17790a34df Add support for PNG in nvdecompress. Patch by Frank Richter. Fixes issue 80. 2009-02-03 09:08:39 +00:00
8fa870bf0c Fix typo. Fixes issue 82. 2009-02-03 08:02:20 +00:00
f92a2191f2 Print message when cuda acceleration enabled. 2009-01-20 10:43:56 +00:00
19342d8adf Use timer class instead of clock.
Check that file exists before opening.
2009-01-09 05:46:24 +00:00
5234060618 Integrate branch 2.0 to trunk. 2008-10-15 07:16:57 +00:00
16adf94635 Add support for floating point output formats.
Images are currently output in linear space, some color transforms not applied.
2008-07-31 09:55:22 +00:00
e9002a7d86 Adding support for floating point input/output. Work in progress. 2008-07-31 02:04:44 +00:00
bb5b02df0e Adding support for floating point images as input. 2008-07-29 08:56:40 +00:00
c2508d9eeb Add option to use dds10 headers. 2008-07-29 02:31:57 +00:00
7394644719 Move ui to separate folder. 2008-07-05 09:10:00 +00:00
82bed4ac9a Eliminate warning. 2008-06-19 10:01:56 +00:00
ff6f7f0506 Add quick and dirty single frame mpeg encoder based on ffmpeg. 2008-06-13 08:12:58 +00:00
58e5f6534f Print version number in copyright statement. 2008-05-22 21:48:40 +00:00
ea340443d9 Add -mipfilter command line option, per request of Noel Llopis. 2008-05-19 20:10:05 +00:00
0f186e688f Remove 'virtual' from non virtual methods. 2008-05-08 21:15:05 +00:00
4c759f999c Integrate decompressor tool improvements submitted by Amorilia. 2008-04-11 22:03:42 +00:00
307c8b99ee Add support for premultiplied alpha. Patch by Charles Nicholson. 2008-03-07 00:41:03 +00:00
5dbfb20b60 Add DXT1n and CTX1 CUDA compressors. 2008-02-15 08:58:02 +00:00
a9bd20270b Fix DDS reading code. 2008-02-11 07:00:45 +00:00
e1d5bda3e9 prevent overflow when compressing large images. 2008-02-05 22:41:58 +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
3fcf9c9773 Remove commented out code. 2008-02-03 08:27:02 +00:00
039035ae25 Cleanup public header. 2008-02-03 08:24:58 +00:00
90a0dc505b Fix typo.
Add bc1n option.
2008-02-01 19:50:55 +00:00
ebf8234dc6 Update tools to new interface. 2008-01-26 02:47:43 +00:00
92c3dd3f75 remove error threshold. 2008-01-18 23:51:47 +00:00
f3a73e3de5 Small progress with ui. 2008-01-07 07:27:09 +00:00
49ee4eee93 ui fixes. 2007-12-17 09:09:08 +00:00
6861c7f681 Fix msvc warnings. 2007-12-17 06:28:43 +00:00