Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | ACME-1277 : Delete debug printouts spamming the log | Merov Linden | |
2014-02-13 | ACME-1277 : Final set of filters, added a SnapshotFiltersEnabled debug setting | Merov Linden | |
2014-02-07 | ACME-1315 : Fix anisotropy in filters applied to thumbnail. Deleted some ↵ | Merov Linden | |
unused code | |||
2014-02-07 | ACME-1314 : Fix screen filter to make it less harsh on edges, modify Jules ↵ | Merov Linden | |
Verne and Newspaper filters as a result | |||
2014-02-06 | Clear up comments | Merov Linden | |
2014-02-06 | ACME-1278 : Allow angle to be used in 2D screen filter | Merov Linden | |
2014-02-06 | ACME-1301 : Add colortransform as a secondary filter command | Merov Linden | |
2014-02-06 | ACME-1301 : Add convolve as a secondary filter command | Merov Linden | |
2014-02-05 | ACME-1300 : Rename blend mode dodge to add_back | Merov Linden | |
2014-01-28 | ACME-1195 : WIP : Lazy evaluate intermediate images in snapshot preview so ↵ | Merov Linden | |
perf is better in common cases, allow thumbnail to be computed from grabed frame (for SL Share), thumbnail display still buggy in SL Share | |||
2014-01-23 | ACME-1275 : WIP : Clean up unwanted code and comments in image filter | Merov Linden | |
2014-01-21 | ACME-1236 : Make all filters resolution independent, cleanup comments, move ↵ | Merov Linden | |
example filters to a sub folder in llimage_libtest | |||
2014-01-21 | ACME-1236 : Fixes gamma and brightness code. Also fixes example xml filter ↵ | Merov Linden | |
files. | |||
2014-01-21 | ACME-1240 : Implement convolve filter for 3x3 kernels. Implements sharpen, ↵ | Merov Linden | |
blur and edge detection as examples and tests. | |||
2014-01-20 | ACME-1236 : Fix new blend modes, updated comments | Merov Linden | |
2014-01-17 | ACME-1236 : Refactor vignette into stencil, implement uniform and gradient ↵ | Merov Linden | |
stencils, implement dodge and add blend modes | |||
2014-01-16 | ACME-1236 : Small LLImageFilter clean up | Merov Linden | |
2014-01-15 | ACME-1236 : Clean up llimage after refactoring so there's no difference with ↵ | Merov Linden | |
viewer-release | |||
2014-01-15 | ACME-1236 : Add comments to LLImageFilter | Merov Linden | |
2014-01-14 | ACME-1236 : Refactor filters and vignette into llimagefilter, add example ↵ | Merov Linden | |
filters to llimage_libtest | |||
2014-01-13 | ACME-1244 : Introduced llimage/llimagefilter, refactored the filter ↵ | Merov Linden | |
execution code, simplified llimage_libtest filter testing | |||
2014-01-09 | ACME-1236 : Add lines as a new type of vignette and Brightscan as an example | Merov Linden | |
2014-01-08 | Fix ambiguous pow call (use powf) instead | Merov Linden | |
2014-01-08 | ACME-1236 : WIP : Added mode and angle parameter to filterScreen (renamed ↵ | Merov Linden | |
for consistency) | |||
2014-01-07 | ACME-1236 : WIP : Introduced screenFilter, simple creative screening filter | Merov Linden | |
2014-01-06 | ACME-1236 : WIP : Make each color correct filter use a per channel alpha ↵ | Merov Linden | |
argument, tweak Instagram-like test filters for discussion | |||
2014-01-03 | ACME-1236 : WIP : Add 2 new color correction filters. Add a la Instagram ↵ | Merov Linden | |
composite filters for testing in llimage_libtest | |||
2014-01-03 | ACME-1236 : WIP : Added a min value to vignette | Merov Linden | |
2014-01-03 | ACME-1236 : WIP : Added the vignette mode. Can be applied to colorCorrect ↵ | Merov Linden | |
and color Transform. Added new -v argument to llimage_libtest | |||
2014-01-02 | ACME-1236 : WIP : added all the color correction filters: colorize, ↵ | Merov Linden | |
linarize, equalize, contrast, brightness | |||
2014-01-01 | ACME-1236 : WIP : add filterGamma, computeHistograms, colorCorrect, ↵ | Merov Linden | |
implemented filter gamma to llimage_libtest for testing | |||
2014-01-01 | ACME-1236 : WIP : add filterRotate to rotate hue, add rotate as a valid ↵ | Merov Linden | |
argument to --filter in llimage_libtest | |||
2013-12-30 | ACME-1236 : WIP : Implement saturation/desaturation transform filter, add it ↵ | Merov Linden | |
to llimage_libtest for testing | |||
2013-12-20 | ACME-1236 : WIP : Implement colorTransform filter, grayscale and sepia using ↵ | Merov Linden | |
it, add parameter to llimage_libtest to use filters | |||
2013-12-18 | ACME-1236 : WIP : Added Gray Scale as an experimental filter in Flickr. Lots ↵ | Merov Linden | |
of ugly hacks for now | |||
2013-10-01 | BUILDFIX: old style fast timer use, broken unit test | Richard Linden | |
2013-10-01 | changed over to manual naming of MemTrackable stats | Richard Linden | |
changed claimMem and disclaimMem behavior to not pass through argument added more mem tracking stats to floater_stats | |||
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden | |
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml | |||
2013-09-19 | BUILDFIX: more bad merge stuff | Richard Linden | |
also added ability for statbar to show memtrackable info | |||
2013-09-05 | BUILDFIX: unit tests still using old sMemStat declarations | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-19 | BUILDFIX: #include and dependency cleanup | Richard Linden | |
2013-07-18 | SH-4297 WIP interesting: viewer-interesting starts loading cached scene late | Richard Linden | |
dependency cleanup - removed a lot of unecessary includes | |||
2013-07-01 | BUILDFIX: reverted changes that attempted to automate mem track | Richard Linden | |
stat definition as they don't work on gcc/clang | |||
2013-07-01 | SH-4294 FIX Interesting: Statistics Texture cache hit rate is always 0% | Richard Linden | |
also, removed LLTrace::init and cleanup removed derived class implementation of memory stat for LLMemTrackable is automatic now | |||
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-06-04 | SH-3931 WIP Interesting: Add graphs to visualize scene load metrics | Richard Linden | |
fixed mem stat tracking...now properly tracks memory footprint with floating point precision cleaned up macros for unit declaration renamed units to SI standard for 1024 multiples (kibibytes, etc) fixed units output for scene monitor dump | |||
2013-05-09 | Merge viewer-beta | simon | |