Commit Graph

1156 Commits

Author SHA1 Message Date
castano
503adfb29a Add more todo items.
Delete images more efficiently?
2009-10-21 19:20:30 +00:00
castano
ba4da115e9 Add todo item to perform color transforms before compression. 2009-10-21 19:19:09 +00:00
castano
558f39695e Who knows what msvc decided to change. 2009-10-21 18:29:46 +00:00
castano
b43118453c Enable weighted cluster fit compressor by default. 2009-10-21 07:50:24 +00:00
castano
77330f6535 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
castano
226540a1c4 Enable alpha dithering when using DXT3.
Update timing message.
2009-10-21 07:43:24 +00:00
castano
af6ea428bd Use minimal set by default. 2009-10-21 07:42:33 +00:00
castano
3d312d98f7 Add todo messages.
Use DXT3 nvidia decoder if requested.
2009-10-21 07:42:08 +00:00
castano
8638fbc0da Add DXT3 nvidia decoder. 2009-10-21 07:40:49 +00:00
castano
178c378a86 Update info message. 2009-10-21 07:40:23 +00:00
castano
6edbba720e Implement generic swizzle, remove specialized ones. 2009-10-21 07:39:59 +00:00
castano
720a9a7c42 Fix timer. 2009-10-21 07:39:08 +00:00
castano
3b7aa7f84a Update project files. Many minor changes. Enable OpenMP. 2009-10-21 07:38:11 +00:00
castano
6db5381e2d Define new macro to point to extern dir. 2009-10-21 07:37:21 +00:00
castano
dde7d71ab6 Add comment. 2009-10-19 05:42:27 +00:00
castano
d04b641333 Add expand and pack normal methods.
Set normal map flag.
2009-10-18 20:04:39 +00:00
castano
e29744de47 Implement normal map generation for floating point images. 2009-10-18 20:03:21 +00:00
castano
bb809d3d5a Tweak implementation of scaleBias. 2009-10-18 20:02:43 +00:00
castano
2d77d59127 Update FindCUDA script to latest. 2009-10-18 08:11:51 +00:00
castano
4a89425f0c Merge changes from 2.0 2009-10-18 08:10:28 +00:00
castano
2891aeb151 Create default output handle on setFileName to avoid modifying const argument.
Fix ref counting errors in TexImage.
Format TODO messages.
2009-10-18 08:09:20 +00:00
castano
c9bd60f596 When compiling with gcc, define NV_FILE_LINE using gcc convention. 2009-10-18 08:04:25 +00:00
castano
e8490c2b2b Set default alpha mode to none. 2009-10-14 00:07:06 +00:00
castano
00f0d117a5 Some more progress towards 2.1:
- Add raw input methods in context.
- Implement some of the TexImage input methods in context.
- Add output header context method for TexImage.
2009-10-12 07:56:02 +00:00
castano
082d2bd50c Fix error in Snow Leopard. 2009-10-12 00:44:50 +00:00
castano
26364f0ce4 Fix error in Snow Leopard. 2009-10-12 00:44:03 +00:00
castano
f9d5499f4b Fix cmake build. 2009-10-11 23:51:22 +00:00
castano
19373b9345 Fix color weighted compression for single color blocks. Fixes issue 96. 2009-09-21 18:46:48 +00:00
castano
d587683ed8 Rename texture to teximage. 2009-09-14 22:43:53 +00:00
castano
cdefe97afc Fix comment. 2009-08-26 01:27:50 +00:00
castano
81e6833a23 Fix comment. 2009-08-26 01:27:23 +00:00
castano
c635b6cff9 Edited wiki page through web user interface. 2009-08-26 00:23:28 +00:00
castano
3c76d4e8dd Edited wiki page through web user interface. 2009-08-26 00:21:55 +00:00
castano
b1a99a62f0 Edited wiki page through web user interface. 2009-08-26 00:21:01 +00:00
castano
eee2094cb1 Edited wiki page through web user interface. 2009-08-26 00:16:50 +00:00
castano
ae38d0826a Edited wiki page through web user interface. 2009-08-26 00:15:48 +00:00
castano
3651fcfb11 Edited wiki page through web user interface. 2009-08-26 00:14:34 +00:00
castano
72bd6376a9 Add files to repro bugs/request. 2009-07-28 08:07:48 +00:00
castano
8a23ca0357 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
castano
c8a90e2d42 Add support for UINT16 images when using freetype. 2009-07-28 08:03:36 +00:00
castano
8c01f119f7 Use tabs not spaces. 2009-07-28 08:03:08 +00:00
castano
8df929450c Edited wiki page through web user interface. 2009-07-12 18:43:14 +00:00
castano
f201def11d Edited wiki page through web user interface. 2009-07-12 18:42:51 +00:00
castano
1201b88f15 Edited wiki page through web user interface. 2009-07-12 18:41:11 +00:00
castano
0b0165a6eb Experimental quality improvements and speed optimizations. 2009-07-06 09:08:09 +00:00
castano
6743acae1d Add support function for stb compressor. 2009-07-06 09:06:40 +00:00
castano
f68be6a023 Remove commented out code. 2009-07-06 09:06:17 +00:00
castano
c2324d7a64 Add DXT5 tests.
Use timer class.
2009-07-06 09:05:54 +00:00
castano
1af471cb16 Add more third-party compressors. 2009-07-06 09:04:29 +00:00
castano
501688a4b6 Init default values. 2009-07-06 09:03:12 +00:00