Commit Graph

596 Commits

Author SHA1 Message Date
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
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
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
castano
57f567457e Some progress implementing new api. 2009-07-06 09:02:20 +00:00
castano
b61801302e Add NV5x DXT5 decompressor. 2009-07-06 09:00:30 +00:00
castano
9649eec53f Fix msvc warnings. 2009-07-06 08:59:48 +00:00
castano
21e932977f Add a QPF timer. 2009-07-06 08:57:36 +00:00
castano
31b641011b Merge changes from 2.0 branch. 2009-07-06 08:56:55 +00:00
castano
7ef57321d6 Add dxt5 tests to testsuite. 2009-07-04 19:34:42 +00:00
castano
632d50c0f8 Add simd power solver. 2009-07-04 19:33:55 +00:00
castano
0c7c96656d Add example textures with alpha. 2009-07-04 19:32:09 +00:00
castano
b85360a3c9 Update cmake scripts to use new FindCUDA package. 2009-06-26 06:34:19 +00:00
castano
371f367c03 Use official FindCUDA cmake script. 2009-06-26 06:33:34 +00:00
castano
0a5c0283f6 Mark threads as required. 2009-06-13 14:27:53 +00:00
castano
62b36e8302 Fix error in zero padding. 2009-06-13 14:18:31 +00:00
castano
4ab1d782de Return correct error codes. Fix issue 92. 2009-06-13 14:17:46 +00:00
castano
1a587cb8de Use memory allocator correctly. 2009-06-13 14:17:10 +00:00
castano
26d5d2ef75 Update vc9 project files. 2009-04-21 09:31:59 +00:00
castano
6f74d0c99c Add alpha flag to DXT1a files. 2009-04-16 20:06:08 +00:00
castano
ec598dd4da Update nvmath project file. 2009-04-16 08:43:16 +00:00
castano
aa3ad3355a Update vc9 project. 2009-04-16 08:38:39 +00:00
castano
aa9ce389bd Remove static member that was not thread safe! 2009-04-12 03:13:13 +00:00
castano
0a4cc06206 Add comment about thread safety. 2009-04-12 03:10:40 +00:00
javiuniversidad@gmail.com
dd08e288f0 Add include to all configurations. 2009-04-11 16:10:31 +00:00
javiuniversidad@gmail.com
07e0cf1315 Required include added 2009-04-11 16:07:12 +00:00
castano
6d7f3600c4 Update wrapper, disable error handler temporarily. 2009-04-03 21:39:44 +00:00
castano
a19b0d5ff5 Update nvtt wrapper. 2009-04-03 21:37:50 +00:00
castano
b8e8b5fdc1 Remove msvc warnings. 2009-04-01 07:17:25 +00:00
castano
f829cbb02f Update projects. 2009-04-01 07:13:47 +00:00
castano
34727a87aa Add constructor that takes a stream. 2009-04-01 07:13:13 +00:00
castano
66a1e89cf8 Add option to select decompression algorithm to test suite. 2009-03-24 17:35:40 +00:00
castano
2ed7f9b369 Add support for FreeBSD. Patch by AMDmi3. 2009-03-21 07:44:26 +00:00
castano
6d90879515 Fix errors on win32. Define function pointers properly. 2009-03-21 07:43:15 +00:00
castano
b9a3f17802 Add proper todo message. 2009-03-21 07:42:36 +00:00
castano
227e1a7987 Add single color table generation code. 2009-03-19 10:06:42 +00:00
castano
a600aaa73e Update single color compression tables. 2009-03-19 10:00:43 +00:00
castano
2bfd30e21a Add farbrausch images to testsuite. 2009-03-19 10:00:26 +00:00
castano
075bed161e Fix errors in the pixel format conversion code. 2009-03-19 08:57:49 +00:00
castano
5c6d4f8b40 Fix win32 errors and errors in the png saving code. 2009-03-19 08:57:28 +00:00
castano
1a2c14ed6f Add farbrausch textures. 2009-03-19 06:28:32 +00:00
castano
df97ce883c Add data to repro bug reports. 2009-03-19 06:18:31 +00:00