Commit Graph

1132 Commits

Author SHA1 Message Date
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
c4fea3996b Fix typo. Fixes issue 81. 2009-02-03 08:00:59 +00:00
castano
2d477a341f Fix alpha-weighted filtering. 2009-01-28 12:10:04 +00:00
castano
f1844405cc Use alpha-aware resize when alpha is used for transparency and it's not premultiplied. 2009-01-28 10:58:57 +00:00
castano
4071603f91 Add support for alpha weighting to float image. 2009-01-28 10:55:23 +00:00
castano
e5947f378a Fix generation of blended sobel filter. Fixes issue 77. 2009-01-28 00:56:27 +00:00
castano
7b34fd5d07 Fix generation of blended sobel filter. Fixes issue 77. 2009-01-28 00:31:00 +00:00
castano
cd541d6635 Do not use custom FindGLUT cmake script. 2009-01-27 23:39:33 +00:00
castano
db2ecf82a7 Print message when cuda acceleration enabled. 2009-01-20 10:43:56 +00:00
castano
4d3045d5eb Add squish.h to project. 2009-01-19 10:43:53 +00:00
castano
09cfd3f36e Cleanup color rounding and expansion. 2009-01-19 10:42:31 +00:00
castano
fa4768557a Implement FileSystem::exists correctly on win32. 2009-01-19 10:41:51 +00:00
castano
2518292006 Add FileSystem.{h,cpp} to project. 2009-01-19 10:41:09 +00:00
castano
8cca66d9c9 Try to optimize color rounding and expansion.
Detect CUDA 2.1 properly.
2009-01-19 09:54:43 +00:00
castano
e1176deb7b Update changelog. 2009-01-17 03:28:21 +00:00
castano
1fb20ae54d Include correct header file. 2009-01-17 03:27:49 +00:00
castano
bf1213a0b3 Update changelog. 2009-01-17 03:25:55 +00:00
castano
5061b72491 Merge changes from trunk. Fix bugs and warnings under gcc 4.3.2. 2009-01-17 03:25:44 +00:00
castano
846536b8e0 Detect CUDA 2.1 properly. 2009-01-17 03:21:24 +00:00
castano
093d0a8afa Print message indicating whether CUDA is enabled or not. 2009-01-17 03:21:08 +00:00
castano
284fd08d53 Add NV5x/G8x DXT decompression code.
Clean things up a bit, remove old code.
2009-01-13 08:25:04 +00:00
castano
97eaa44acc Fix name of libpng dll. 2009-01-10 04:40:46 +00:00
castano
438e32c3e2 Merge fixes from 2.0 branch. 2009-01-10 01:31:02 +00:00
castano
19cda4f70f Add -fPIC option for GCC, and cleanup a bit. 2009-01-10 01:28:52 +00:00
castano
6e64f04755 Use timer class instead of clock.
Check that file exists before opening.
2009-01-09 05:46:24 +00:00
castano
252efa0aff Fix error sin string builder and path. 2009-01-09 05:45:36 +00:00
castano
57d202acda Implement exists with access instead of stat. 2009-01-09 05:45:02 +00:00
castano
13278326be Implement FileSystem::exists(). 2009-01-09 02:24:32 +00:00
castano
626bba9de5 Remove testing code. 2009-01-05 18:21:50 +00:00
castano
ba38c1b64d Start implementing experimental interface. 2009-01-05 10:17:06 +00:00
castano
279bf10a80 Edited wiki page through web user interface. 2009-01-04 09:33:13 +00:00
castano
cf2d490dfe Update changelog. 2009-01-04 07:34:00 +00:00
castano
44fac078d0 Include correct CUDA runtime headers. 2009-01-04 07:32:41 +00:00
castano
e43887e44b Include correct headers. 2009-01-04 07:29:35 +00:00
castano
e9b65db23f Merge changes from internal branch. Whitespace changes only. 2008-12-29 11:34:39 +00:00
castano
3f3097a2c9 Do not enable testing. 2008-12-29 11:33:48 +00:00
castano
b2af642311 Merge changes from internal branch.
- Better support for win64.
2008-12-29 11:33:20 +00:00
castano
c7b94cf190 Update after changes in nvcore. 2008-12-29 11:29:45 +00:00
castano
c085684b0c Add pull push filter with bilinear filtering. 2008-12-29 11:28:29 +00:00
castano
13f86b74f1 Merge changes from internal branch.
- Add frustum class and bezier evaluation functions.
- Add component accessors to vector.
- Add matrix constructors.
- Fix errors in sparse solvers.
- Better robust orthogonalization.
- Fix montecarlo distribution.
2008-12-29 11:27:13 +00:00
castano
01b67619b5 Merge internal branch.
- Remove old/unused code.
- Remove format string constructors.
- Better win64 support (vsscanf, prefetch, etc).
- Fix radix sort to sort -0 correctly.
- Add misc utilities (constraints, timer, cpuinfo, introsort).
2008-12-29 11:20:06 +00:00
castano
12e495cb2c Update version number. 2008-12-16 20:29:31 +00:00
castano
50ab5b4306 Fix version checking. 2008-12-16 20:27:18 +00:00
castano
0180737695 Check version properly. 2008-12-16 20:25:12 +00:00
javiuniversidad
5b3e3bed97 Update references 2008-12-15 14:26:04 +00:00
castano
989883a20c Include cuda runtime properly. 2008-12-09 11:26:08 +00:00