castano
|
5f8cd22cdb
|
Merge changes from the-witness.
|
2011-01-08 04:54:06 +00:00 |
|
castano
|
96b757130d
|
Fix build on powerpc/mac.
|
2010-11-26 07:20:23 +00:00 |
|
castano
|
23b140416a
|
Work in progress. Experiment with lightmap compression.
|
2010-11-12 03:32:46 +00:00 |
|
castano
|
1f1afe0c33
|
Add SCIE-Lab error metric. Work in progress.
|
2010-11-11 19:10:14 +00:00 |
|
castano
|
5cf219a22e
|
Add perceptual color distance function.
|
2010-11-10 03:28:44 +00:00 |
|
castano
|
26283c8c25
|
Minor fixes.
|
2010-11-09 19:34:45 +00:00 |
|
castano
|
49482d1441
|
Work in progress.
Merging squish into nvtt.
Using squish only to find endpoints, do discrete refinement afterwards.
|
2010-11-09 03:38:03 +00:00 |
|
castano
|
1d4a2ea710
|
Testsuite outputs graphs using google api.
|
2010-11-08 19:03:20 +00:00 |
|
castano
|
1e2567e4a3
|
More work toward 2.1: Implement InputOptions using TexImage.
|
2010-11-03 18:31:16 +00:00 |
|
castano
|
1c588e3311
|
Fix some warnings.
|
2010-10-28 05:39:02 +00:00 |
|
castano
|
bd74a9ffc6
|
Merge changes from the-witness.
|
2010-10-21 18:44:10 +00:00 |
|
castano
|
df13c904b2
|
Stop using custom memory allocators.
Fix aliasing errors. Fixes issue 139 in trunk.
Fix build errors under OSX.
|
2010-10-06 02:56:35 +00:00 |
|
castano
|
9e881f28d1
|
Merge changes from the-witness.
Fix DXT5n compressor.
|
2010-07-22 10:25:14 +00:00 |
|
castano
|
9ae9ec1975
|
Fix power method initial estimate as in squish.
|
2010-05-31 07:40:08 +00:00 |
|
castano
|
1454cbac14
|
Fix build.
|
2010-05-28 07:45:11 +00:00 |
|
castano
|
c09067e477
|
Merge private branch.
|
2010-05-27 23:19:24 +00:00 |
|
castano
|
447634d263
|
Fix cmake build in msvc. Fixes issue 111.
|
2010-03-18 00:13:31 +00:00 |
|
castano
|
e848645e88
|
Add a few utils. Start converting tabs to spaces.
|
2010-03-17 07:54:07 +00:00 |
|
castano
|
73851ab86f
|
misc
|
2010-03-16 22:35:38 +00:00 |
|
castano
|
f2090df7a5
|
Add support for FreeBSD. Patch by AMDmi3.
|
2009-03-21 07:44:26 +00:00 |
|
castano
|
03c9ec0f62
|
More cleanup. Remove files that are not strictly required.
|
2009-03-01 02:38:24 +00:00 |
|
castano
|
88fc5ca18e
|
Merge changes from private tree.
Eliminate files that are not needed for NVTT.
|
2009-03-01 00:18:47 +00:00 |
|
castano
|
b4f17b968a
|
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
|
a30490ab9b
|
Preserve cluster location for empty partitions.
|
2008-11-24 10:35:42 +00:00 |
|
castano
|
379605d30a
|
Use metric to measure distance to clusters.
|
2008-11-22 21:32:27 +00:00 |
|
castano
|
d4a713451e
|
Fix 4 means clustering.
|
2008-11-22 11:32:51 +00:00 |
|
castano
|
a4dcd414ca
|
Fix errors.
|
2008-11-22 08:35:04 +00:00 |
|
castano
|
4ff8a83f90
|
Add fitting code to build.
|
2008-11-22 08:30:55 +00:00 |
|
castano
|
48da357385
|
Add PCA, and 4-means implementation.
|
2008-11-22 08:30:20 +00:00 |
|
castano
|
6d1891a7e9
|
Remove gcc-4.3 warning.
|
2008-11-14 02:19:39 +00:00 |
|
castano
|
8fb1d70d0b
|
Fix bug detected by gcc-4.3.
|
2008-11-14 02:19:07 +00:00 |
|
castano
|
1628831878
|
Fix comment.
|
2008-10-27 08:00:46 +00:00 |
|
castano
|
b2d6122769
|
Fix linux build.
|
2008-10-05 19:20:42 +00:00 |
|
castano
|
16adf94635
|
Add support for floating point output formats.
Images are currently output in linear space, some color transforms not applied.
|
2008-07-31 09:55:22 +00:00 |
|
castano
|
bccdcd49da
|
Use standard gram schmidt
|
2008-05-15 06:04:17 +00:00 |
|
castano
|
6a6b3edce1
|
factorial optimization suggested by pponywong.
|
2008-05-06 06:37:06 +00:00 |
|
castano
|
17a4f765fb
|
Merge private branch.
|
2008-04-17 06:58:43 +00:00 |
|
castano
|
59be16d40a
|
Remove unused fitting code.
|
2008-03-14 08:39:03 +00:00 |
|
castano
|
db380be946
|
Fix typo.
|
2008-01-19 08:56:03 +00:00 |
|
castano
|
2b23d97d1d
|
Add missing method.
|
2008-01-19 08:54:57 +00:00 |
|
castano
|
f76e76cbe6
|
Export basic classes instead of exporting only their methods.
|
2008-01-17 05:32:50 +00:00 |
|
castano
|
3f30093d02
|
Fix warnings.
|
2007-12-17 06:27:17 +00:00 |
|
castano
|
f8377cf7ed
|
Remove msvc warnings.
|
2007-12-03 23:26:48 +00:00 |
|
castano
|
d55631384c
|
Remove old comments.
Fix errors discovered with -Wall.
|
2007-11-27 08:34:41 +00:00 |
|
castano
|
98b2377a11
|
Merge internal branch.
|
2007-11-06 10:14:57 +00:00 |
|
castano
|
645eda8fd4
|
Merge internal repository.
Delete TODO list, use issue list instead.
|
2007-10-16 20:53:12 +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
|
0008199435
|
Add dxt1a fast compressor.
Cleanup fast compressors, move them to QuickCompress.
|
2007-09-04 10:00:32 +00:00 |
|
castano
|
2ea2aaaf4d
|
start adding some support for ctx1 and other fixes.
|
2007-07-22 06:09:14 +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 |
|