c3bc24b165
Merge changes from 2.0.
2010-06-01 19:23:37 +00:00
caff2c9006
Fix assert when reading paletted TGA images. Fixes issue 125.
2010-06-01 17:51:57 +00:00
da503d2b3e
Imperative api is sort of working now. Fixed various bugs.
2010-06-01 02:04:33 +00:00
4b08c20b0e
More cleanup.
2010-05-31 08:13:23 +00:00
c8bf853ba4
More cleanup.
2010-05-31 07:41:01 +00:00
9ae9ec1975
Fix power method initial estimate as in squish.
2010-05-31 07:40:08 +00:00
8e074b2e28
Remove executable properties. Add cmake file.
2010-05-30 05:43:14 +00:00
757e372726
Integrate bc6 compressor into nvtt.
2010-05-30 05:40:29 +00:00
cf2b20dd43
Fix build error on OSX.
2010-05-29 05:33:28 +00:00
fd6b8449bf
Add bc6 and bc7 compressors from nvidia.
2010-05-29 02:47:57 +00:00
035231a928
Minor changes.
2010-05-28 23:16:06 +00:00
1454cbac14
Fix build.
2010-05-28 07:45:11 +00:00
c09067e477
Merge private branch.
2010-05-27 23:19:24 +00:00
51a4fe7e2d
Merge private branch.
2010-05-27 23:18:39 +00:00
e7f2d1e2bc
Merge private branch.
2010-05-27 23:18:08 +00:00
56401d5f7d
fix polyphase filter
2010-05-27 19:28:49 +00:00
8cbd2c9ec6
Add mipmap scaling according to alphatest coverage.
2010-05-27 00:37:15 +00:00
77bfabca3b
Remove experimental callback mechanism.
2010-05-20 05:25:50 +00:00
27f84c5caa
Start work on a simple dds viewer.
2010-05-20 05:25:15 +00:00
a32d780347
Experiment with output callbacks instead of handlers.
2010-05-18 17:13:30 +00:00
d38b89edc7
fix comment.
2010-05-18 17:12:36 +00:00
0322f1b54a
Add comment.
2010-05-18 17:12:01 +00:00
f6a39d6eab
Remove duplicate code.
2010-05-14 04:58:08 +00:00
639f11d0b9
Use the same defaults as nvtt 2.0
2010-05-11 17:18:08 +00:00
85db14f213
Add vertical flip.
2010-05-05 00:24:31 +00:00
ac5f849e91
Better estimation of principle component. Fixes issue 120.
2010-04-19 18:41:42 +00:00
4783d5621e
Add missing files to cmake build as reported by amorilia.
2010-03-21 18:38:26 +00:00
447634d263
Fix cmake build in msvc. Fixes issue 111.
2010-03-18 00:13:31 +00:00
f436a71479
Add support for RGBE.
2010-03-17 07:55:03 +00:00
e848645e88
Add a few utils. Start converting tabs to spaces.
2010-03-17 07:54:07 +00:00
78b55e1e37
Finish pixel format converter.
2010-03-17 02:25:06 +00:00
3b0e0c3402
Fix errors after merge. Update cmake files.
2010-03-16 22:46:09 +00:00
a19e25228f
reorg.
2010-03-16 22:37:25 +00:00
d8ed531e4c
minor optimization.
2010-03-16 22:36:14 +00:00
73851ab86f
misc
2010-03-16 22:35:38 +00:00
0cabfb6cfa
misc.
2010-03-16 22:35:20 +00:00
1fafffd8af
Detect OpenMP properly.
2010-03-16 22:31:27 +00:00
96f22f8cd4
Fix isColorNoAlpha, but leave it commented out.
2010-03-10 08:49:40 +00:00
558f7970b1
Fix issue 112.
2010-03-02 01:29:48 +00:00
0e5a1877a8
Some progress on the CUDA compressors.
2009-11-05 09:27:03 +00:00
dfe081d32a
Update messages.
2009-11-03 23:27:24 +00:00
acc02abaf1
Fix messages.
2009-11-03 23:17:11 +00:00
bcf0df2b49
use default pixel format, add comment to indicate where to change default
2009-10-30 01:05:31 +00:00
8c7f54056c
Add more todo items.
...
Delete images more efficiently?
2009-10-21 19:20:30 +00:00
34cd266d8c
Add todo item to perform color transforms before compression.
2009-10-21 19:19:09 +00:00
8820c43175
Large refactoring of compressor codes:
...
- Define compressor interface.
- Implement compressor interface for different compressors.
- Add parallel compressor using OpenMP. Experimental.
- Add generic GPU compressor, so far only DXT1 enabled.
2009-10-21 07:48:27 +00:00
18a3abf794
Enable alpha dithering when using DXT3.
...
Update timing message.
2009-10-21 07:43:24 +00:00
384f74ba39
Use minimal set by default.
2009-10-21 07:42:33 +00:00
7d75840398
Add todo messages.
...
Use DXT3 nvidia decoder if requested.
2009-10-21 07:42:08 +00:00
8ea52efbf4
Add DXT3 nvidia decoder.
2009-10-21 07:40:49 +00:00