Commit Graph

71 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
118d4d1c82 Update readme. 2007-08-22 22:43:06 +00:00
1729486651 Add options for x86_64 2007-08-21 06:44:23 +00:00
5f327cebd2 Add processor detection and automated optimal compiler option selection. 2007-08-21 06:32:52 +00:00
d6541bbbfa Fix, do not assume p4 by default. 2007-08-20 10:36:49 +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
f420ee365c Increase version number, update changelog. 2007-07-17 01:55:41 +00:00
cc5bb56f3f Fix PSNR formula. 2007-07-17 01:53:56 +00:00
bfb4c39a3d vc8 project fixes. 2007-07-16 22:50:04 +00:00
873e1692bd Remove end of line. 2007-07-15 09:54:13 +00:00
321c946548 Update changelog. 2007-07-15 09:16:11 +00:00
c0dc781f63 Turn off debug information in release. 2007-07-13 22:51:17 +00:00
4ed110bdb6 Upgrade version numbers. 2007-07-13 01:39:18 +00:00
fdb19630fd Update x64 projects. 2007-07-12 09:04:31 +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
6e3ddaadb6 Add nvimgdiff project. 2007-07-02 10:44:02 +00:00
c99d46850b Start work on imgdiff tool. 2007-07-02 09:10:33 +00:00
bb8a0bb4e7 Update README. Fix typos. 2007-07-02 07:31: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
2fee30124c Add project for nvdecompress. 2007-06-21 08:34:10 +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