Commit Graph

802 Commits

Author SHA1 Message Date
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
c9c7c42d2b Add support for unpacking arbitrary pixel formats. 2007-09-26 18:00:41 +00:00
3c6cc7cfad Fix whitespaces. 2007-09-20 06:18:23 +00:00
6339a585e2 Update changelog
Remove compiler warnings
2007-09-15 07:11:59 +00:00
13335f3d97 Move fast DXT1a compressor to QuickCompress. 2007-09-05 09:18:12 +00:00
793611fe7f Move endpoint optimization to QuickCompress. 2007-09-05 00:12:59 +00:00
a19df8721d Start using refactored fast compressor.
Fix error with DX10 headers.
2007-09-04 22:46:15 +00:00
d1d71dd2b3 Fix a couple of errors.
Disable cone mapping, it is not ready yet.
2007-09-04 21:48:49 +00:00
0008199435 Add dxt1a fast compressor.
Cleanup fast compressors, move them to QuickCompress.
2007-09-04 10:00:32 +00:00
da3a43ba2e Start adding some support for DX10 DDS files. 2007-08-31 07:52:27 +00:00
6164174325 Start adding support cone maps. 2007-08-23 02:11:15 +00:00
ee28a5a37b Fix memory leaks. 2007-08-06 19:48:52 +00:00
6cdfaaca58 Fix PSD file format support. Read stream in big endian format. 2007-07-26 10:39:18 +00:00
2ea2aaaf4d start adding some support for ctx1 and other fixes. 2007-07-22 06:09:14 +00:00
1308795378 RGB conversion fixes. 2007-07-17 10:00:48 +00:00
2cc70162dd Do not select d3dformat according to pfd. 2007-07-17 09:34:06 +00:00
41db8b8c72 validate setPixelFormat arguments. 2007-07-17 09:28:35 +00:00
1cdcea3164 Add support for arbitrary rgb pixel formats. 2007-07-17 09:16:28 +00:00
cc5bb56f3f Fix PSNR formula. 2007-07-17 01:53:56 +00:00
e341366aa0 Init color block from block linear image. 2007-07-09 10:32:39 +00:00
1548c2ed80 Enable support for DXT3 and DXT5 accelerated compressors. 2007-07-09 10:31:54 +00:00
31c9ef0413 DXT3 and DXT5 cuda compressors. 2007-07-09 10:30:16 +00:00
83490b0b66 diff images with alpha channels. 2007-07-08 09:50:30 +00:00
50a71f78b5 Fix errors and optimize kernel. 2007-07-08 09:46:18 +00:00
25f977318f remove poshlib tests 2007-07-08 08:11:30 +00:00
0cbe2baaa5 Remove poshlib tests 2007-07-08 08:11:01 +00:00
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
9fe9f6cc7a Diff utility functional. 2007-07-02 10:45:25 +00:00
c99d46850b Start work on imgdiff tool. 2007-07-02 09:10:33 +00:00
68b0c2697c Add support for loading PSD files.
Add missing files.
2007-07-02 07:27:23 +00:00
b2252fc828 sync with private repository. 2007-07-01 08:52:38 +00:00
8f7086a8ee Apply amorilia's patch. 2007-06-21 08:37:36 +00:00
45235ab1ea Add nvdecompress contributed by amorilia.gamebox. 2007-06-21 08:19:30 +00:00
c4c6b95a50 Fixes for linux64 2007-06-17 06:47:36 +00:00
acbebcc444 fix debug:dumpInfo, backtrace is not available on win32. 2007-05-30 08:52:35 +00:00
fed650036d Make debug code work on darwin. 2007-05-29 11:01:29 +00:00
37d42d300b Get instruction pointer correctly on Darwin. 2007-05-29 10:53:03 +00:00
95332efaa2 Fixes to compute the instruction pointer correctly after a signal. Not sure it works properly. 2007-05-29 09:43:30 +00:00
f1f944f06c Make some progress in separable convolution kernel in CUDA. 2007-05-24 09:57:16 +00:00
55997ba442 some progress in DXT5 cuda compressor. 2007-05-20 10:37:32 +00:00
16641fc6a6 small fix in brute force green compressor. 2007-05-20 10:36:26 +00:00
3d3409e666 Cleanup CUDA compressor. 2007-05-19 22:07:51 +00:00
2c1b75d8f3 - Fix build.
- Add D3DFMTs.
- Add BlockATI#.
2007-05-19 09:45:58 +00:00
3422f2e300 Define more flags. 2007-05-18 23:42:44 +00:00
6df5bd93ae Read block images from DDS file. 2007-05-18 11:12:37 +00:00
51a24b88a3 fix include header.
return true in isSupported()
2007-05-18 11:06:09 +00:00
d0f711c0ae More progress in DDS input support. 2007-05-18 08:42:23 +00:00
de94fce1ce Fix normal map mipmap generation. 2007-05-18 02:19:51 +00:00
5135f30d8e Add ddsinfo utility. 2007-05-17 21:41:10 +00:00
ceef4c3ec0 More progress in DDS read support. 2007-05-17 09:08:36 +00:00