Commit Graph

640 Commits

Author SHA1 Message Date
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
castano
a86f68e745 Add one more exclude rule to pkg builder script. 2009-03-18 06:55:54 +00:00
castano
9ed0f6e143 Remove verbose error checking. 2009-03-18 05:51:15 +00:00
castano
9ba140126e Fix memory leaks.
Shutdown CUDA properly when nvtt context is destroyed.
Fixes issue 83.
2009-03-18 05:46:53 +00:00
castano
5145c9dcbc Merge changes from 2.0 2009-03-18 04:05:39 +00:00
castano
9311ca532f Add todo message. 2009-03-17 08:16:00 +00:00
castano
3569d8bdbc Add image saving code. 2009-03-17 08:14:28 +00:00
castano
58f37d31f4 Remove commented out code. 2009-03-17 06:33:31 +00:00
castano
3f34f7895b Avoid msvc8 warnings. 2009-03-16 21:08:09 +00:00
castano
d37549ba5c rename gnuwin back to gnuwin32 2009-03-16 19:42:25 +00:00
castano
f30b33f98e fix blend, add setborder and fill methods. 2009-03-16 09:05:32 +00:00
castano
02688520df Implement alpha premultiplication and color blending. 2009-03-16 08:54:43 +00:00
castano
2c510a0fe0 Implement toGreyScale.
Skip undefined images.
2009-03-16 08:47:20 +00:00
castano
34bbc55d87 More progress with imperative api.
Rename Texture to TexImage.
Implement image initialization.
Add stubs for all methods.
2009-03-16 08:37:07 +00:00
castano
cc90ac0e9e Install doc files in doc folder. 2009-03-16 06:05:51 +00:00
castano
d5ed8a8703 Generate debs on linux only. 2009-03-15 18:35:00 +00:00
castano
30bc7c68fe Fix warning. 2009-03-15 18:34:46 +00:00
castano
be9ed87e90 Hide file format especific savers. Add generic image saver.
Misc fixes under OSX.
2009-03-15 10:18:54 +00:00
castano
e822dfcb92 Include readme in the installer. 2009-03-14 08:02:47 +00:00
castano
217eeabe1d Update readme. 2009-03-14 08:02:33 +00:00
castano
b0a705b41c Testsuite cleanups and improvements.
Add ctest support.
Add FileSystem::changeDirectory method.
2009-03-14 07:27:25 +00:00
castano
ea184f3d48 Add testsuite images. 2009-03-14 07:09:26 +00:00
castano
c59323406d Compile libraries as dynamic libs.
Excluse qtproject folder in source packages.
Add support for package generation using cpack.
2009-03-14 06:04:33 +00:00
castano
697575dcd0 Update project files with recently added files. 2009-03-14 03:31:12 +00:00
castano
4c9d604d6a Update version checking code. 2009-03-14 03:30:20 +00:00
castano
0748d6163b Eliminate some warnings with MSVC. 2009-03-14 03:29:43 +00:00
castano
274f8138db Fallback to CPU compressor only on smaller images. 2009-03-14 03:29:14 +00:00
castano
630b94c6bf Some more progress in the imperative API. 2009-03-07 07:14:00 +00:00
castano
9c3c65b624 Some more progress in the imperative API. 2009-03-05 05:34:28 +00:00
castano
2de748ff98 Add RefCounted base class back to the reposotory. 2009-03-05 05:33:53 +00:00
castano
af7eff156a Fix some endiannes errors. 2009-03-04 09:36:40 +00:00
castano
4bbf9bfd29 Fix errors on ibook G4. 2009-03-04 07:04:32 +00:00
castano
6169a30aa4 Delete win64 dlls, not very useful without the corresponding lib files. 2009-03-02 09:50:47 +00:00
castano
dbfec13093 Update vc9 project files. 2009-03-02 09:45:17 +00:00
castano
f077ffa1d9 Update changelog. 2009-03-02 09:28:11 +00:00
castano
3802feea74 Add property file. 2009-03-02 09:27:51 +00:00
castano
441df1c2e5 Update vc8 project files. 2009-03-02 09:27:07 +00:00
castano
47b01fa6a2 Includer project headers first. 2009-03-02 09:21:48 +00:00
castano
8be0573599 Fix msvc warnings. 2009-03-02 09:21:30 +00:00
castano
f9855c6f0e Fix build in win64. 2009-03-02 09:21:07 +00:00
castano
5c08d6dbef Do not use CUDA to compress small mipmaps. 2009-03-02 09:09:05 +00:00
castano
6b1e49e31b Add alpha command line option. 2009-03-02 09:07:07 +00:00
castano
1f6201ac6a Cleanup cmake files. 2009-03-02 07:32:00 +00:00
castano
9328c4da6c Move poshlib to extern. 2009-03-02 07:30:38 +00:00
castano
89fb0bcfe5 Update changelog and buildpkg script. 2009-03-02 07:01:06 +00:00
castano
0e8223ea92 More cleanup. Remove files that are not strictly required. 2009-03-01 02:38:24 +00:00
castano
d7f667ae96 Merge changes from private tree.
Eliminate files that are not needed for NVTT.
2009-03-01 00:18:47 +00:00
castano
61376efe8b Gnome thumbnailer. Fixes issue 82. 2009-02-03 09:32:54 +00:00
castano
beac56bf12 Update changelog. 2009-02-03 09:30:54 +00:00
castano
b83b6d8957 Add gnome thumbnailer by Frank Richter. Fixes issue 82. 2009-02-03 09:29:25 +00:00
castano
763de3172f Add support for comments. 2009-02-03 09:23:58 +00:00
castano
42595b26e2 Fix const-correctness. 2009-02-03 09:22:30 +00:00
castano
a998460157 Add support for PNG in nvdecompress. Patch by Frank Richter. Fixes issue 80. 2009-02-03 09:08:39 +00:00
castano
41a6c23d44 Add support for saving PNG files. Patch by Frank Richter. Fixes issue 79. 2009-02-03 09:06:21 +00:00
castano
d35ef3a509 Merge changes from p4. 2009-02-03 08:22:35 +00:00
castano
3048fb2db3 Fix typo. Fixes issue 82. 2009-02-03 08:02:20 +00:00
castano
2d477a341f Fix alpha-weighted filtering. 2009-01-28 12:10:04 +00:00