Commit Graph

1026 Commits

Author SHA1 Message Date
castano
faead5e58b 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
castano
afebe584e9 Patch posh to support freebsd. 2009-11-03 23:58:10 +00:00
castano
379d05a51e Add doc folder. 2009-11-03 23:57:36 +00:00
castano
dd46c4e606 Update cmake scripts. 2009-11-03 23:56:25 +00:00
castano
70090e7848 cmake build system update. 2009-11-03 23:55:38 +00:00
castano
28ce36da62 Add ignore lists. 2009-11-03 23:53:44 +00:00
castano
4cf01ce666 Add properties. 2009-11-03 23:51:41 +00:00
castano
6bd10c71ff Add ignore list. 2009-11-03 23:50:14 +00:00
castano
8386992177 Add ignore properties. 2009-11-03 23:44:05 +00:00
castano
32925b2452 Add ignore properties. 2009-11-03 23:43:35 +00:00
castano
b417c238b0 Add ignore properties. 2009-11-03 23:42:52 +00:00
castano
b12ffa1690 Update ignore file. 2009-11-03 23:40:10 +00:00
castano
9a9957216b Add ignore properties. 2009-11-03 23:39:03 +00:00
castano
30ff5737b5 Do not use external dependencies. 2009-11-03 23:28:18 +00:00
castano
2db0431f0d Update messages. 2009-11-03 23:27:24 +00:00
castano
15cbe0ae39 Fix messages. 2009-11-03 23:17:11 +00:00
castano
6902faa5b1 Update project uuid. 2009-11-03 23:08:11 +00:00
castano
6bb450f45b rename stress->testsuite 2009-11-03 18:48:25 +00:00
castano
435cbde200 Rename stress->testsuite 2009-11-03 18:48:03 +00:00
castano
463823736b use default pixel format, add comment to indicate where to change default 2009-10-30 01:05:31 +00:00
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