castano
|
fff7b3cf56
|
Fix z reconstruction.
|
2007-10-15 10:50:29 +00:00 |
|
castano
|
6cee7e2892
|
Fix loading of dds normal maps.
Fix computation of angular deviation.
|
2007-10-15 10:36:49 +00:00 |
|
castano
|
fbfc9c2bc1
|
Add normal error to imgdiff.
Rename dxtlib.cpp to nvtt.cpp
|
2007-10-14 09:44:52 +00:00 |
|
castano
|
e34a12a46f
|
flatten tree.
|
2007-10-14 08:58:24 +00:00 |
|
castano
|
b553bb11b8
|
remove redundant code.
|
2007-10-12 06:25:18 +00:00 |
|
castano
|
4d0eaf93c4
|
Add silent flag to disable progress output. Fixes issue 17.
|
2007-10-12 06:13:56 +00:00 |
|
castano
|
dbe3546690
|
small fixes.
|
2007-10-10 23:59:08 +00:00 |
|
castano
|
44e6560111
|
Fix vc8 warnings.
|
2007-10-10 17:06:42 +00:00 |
|
castano
|
36ee0aee8d
|
Fix error, do not report that RGB images are not supported.
|
2007-10-08 10:05:43 +00:00 |
|
castano
|
4b0fca6eca
|
Fix endiannes error.
|
2007-10-08 03:21:03 +00:00 |
|
castano
|
e7aca55ba3
|
Improved floating point random number generation.
Fixed loading RGB images, as reported in issue 15.
Moved pixel format conversion helpers to PixelFormat.h
|
2007-10-08 00:56:58 +00:00 |
|
castano
|
c9c7c42d2b
|
Add support for unpacking arbitrary pixel formats.
|
2007-09-26 18:00:41 +00:00 |
|
castano
|
3c6cc7cfad
|
Fix whitespaces.
|
2007-09-20 06:18:23 +00:00 |
|
castano
|
6339a585e2
|
Update changelog
Remove compiler warnings
|
2007-09-15 07:11:59 +00:00 |
|
castano
|
13335f3d97
|
Move fast DXT1a compressor to QuickCompress.
|
2007-09-05 09:18:12 +00:00 |
|
castano
|
793611fe7f
|
Move endpoint optimization to QuickCompress.
|
2007-09-05 00:12:59 +00:00 |
|
castano
|
a19df8721d
|
Start using refactored fast compressor.
Fix error with DX10 headers.
|
2007-09-04 22:46:15 +00:00 |
|
castano
|
d1d71dd2b3
|
Fix a couple of errors.
Disable cone mapping, it is not ready yet.
|
2007-09-04 21:48:49 +00:00 |
|
castano
|
0008199435
|
Add dxt1a fast compressor.
Cleanup fast compressors, move them to QuickCompress.
|
2007-09-04 10:00:32 +00:00 |
|
castano
|
da3a43ba2e
|
Start adding some support for DX10 DDS files.
|
2007-08-31 07:52:27 +00:00 |
|
castano
|
6164174325
|
Start adding support cone maps.
|
2007-08-23 02:11:15 +00:00 |
|
castano
|
ee28a5a37b
|
Fix memory leaks.
|
2007-08-06 19:48:52 +00:00 |
|
castano
|
6cdfaaca58
|
Fix PSD file format support. Read stream in big endian format.
|
2007-07-26 10:39:18 +00:00 |
|
castano
|
2ea2aaaf4d
|
start adding some support for ctx1 and other fixes.
|
2007-07-22 06:09:14 +00:00 |
|
castano
|
1308795378
|
RGB conversion fixes.
|
2007-07-17 10:00:48 +00:00 |
|
castano
|
2cc70162dd
|
Do not select d3dformat according to pfd.
|
2007-07-17 09:34:06 +00:00 |
|
castano
|
41db8b8c72
|
validate setPixelFormat arguments.
|
2007-07-17 09:28:35 +00:00 |
|
castano
|
1cdcea3164
|
Add support for arbitrary rgb pixel formats.
|
2007-07-17 09:16:28 +00:00 |
|
castano
|
cc5bb56f3f
|
Fix PSNR formula.
|
2007-07-17 01:53:56 +00:00 |
|
castano
|
e341366aa0
|
Init color block from block linear image.
|
2007-07-09 10:32:39 +00:00 |
|
castano
|
1548c2ed80
|
Enable support for DXT3 and DXT5 accelerated compressors.
|
2007-07-09 10:31:54 +00:00 |
|
castano
|
31c9ef0413
|
DXT3 and DXT5 cuda compressors.
|
2007-07-09 10:30:16 +00:00 |
|
castano
|
83490b0b66
|
diff images with alpha channels.
|
2007-07-08 09:50:30 +00:00 |
|
castano
|
50a71f78b5
|
Fix errors and optimize kernel.
|
2007-07-08 09:46:18 +00:00 |
|
castano
|
25f977318f
|
remove poshlib tests
|
2007-07-08 08:11:30 +00:00 |
|
castano
|
0cbe2baaa5
|
Remove poshlib tests
|
2007-07-08 08:11:01 +00:00 |
|
castano
|
cf1d93ebf4
|
Sync with perforce repository.
Several bugfixes in nvcore.
Add imgdiff to cmakefiles and fix compilation errors on linux.
|
2007-07-08 08:08:52 +00:00 |
|
castano
|
9fe9f6cc7a
|
Diff utility functional.
|
2007-07-02 10:45:25 +00:00 |
|
castano
|
c99d46850b
|
Start work on imgdiff tool.
|
2007-07-02 09:10:33 +00:00 |
|
castano
|
68b0c2697c
|
Add support for loading PSD files.
Add missing files.
|
2007-07-02 07:27:23 +00:00 |
|
castano
|
b2252fc828
|
sync with private repository.
|
2007-07-01 08:52:38 +00:00 |
|
castano
|
8f7086a8ee
|
Apply amorilia's patch.
|
2007-06-21 08:37:36 +00:00 |
|
castano
|
45235ab1ea
|
Add nvdecompress contributed by amorilia.gamebox.
|
2007-06-21 08:19:30 +00:00 |
|
castano
|
c4c6b95a50
|
Fixes for linux64
|
2007-06-17 06:47:36 +00:00 |
|
castano
|
acbebcc444
|
fix debug:dumpInfo, backtrace is not available on win32.
|
2007-05-30 08:52:35 +00:00 |
|
castano
|
fed650036d
|
Make debug code work on darwin.
|
2007-05-29 11:01:29 +00:00 |
|
castano
|
37d42d300b
|
Get instruction pointer correctly on Darwin.
|
2007-05-29 10:53:03 +00:00 |
|
castano
|
95332efaa2
|
Fixes to compute the instruction pointer correctly after a signal. Not sure it works properly.
|
2007-05-29 09:43:30 +00:00 |
|
castano
|
f1f944f06c
|
Make some progress in separable convolution kernel in CUDA.
|
2007-05-24 09:57:16 +00:00 |
|
castano
|
55997ba442
|
some progress in DXT5 cuda compressor.
|
2007-05-20 10:37:32 +00:00 |
|