summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagefilter.cpp
AgeCommit message (Expand)Author
2024-06-10Re-enable compiler warnings C4018, C4100, C4231 and C4506Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-22Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-AAnsariel
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ...Andrey Lihatskiy
2023-12-21SL-20743 Use LLMutex in LLImageBase for internal data thread-safetyAlexander Gavriliuk
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-04-10restore the ll[io]fstream because we need them as wrappers on Windows for wid...Oz Linden
2015-04-07replace llifstream and llofstream with std::ifstream and std::ofstream respec...Oz Linden
2015-04-07convert llifstream and llofstream to std::ifstream and std::ofstream respecti...Oz Linden
2014-11-18Fix for gpu_bench crash without parallels knock-onGraham Linden
2014-02-14ACME-1277 : Delete debug printouts spamming the logMerov Linden
2014-02-13ACME-1277 : Final set of filters, added a SnapshotFiltersEnabled debug settingMerov Linden
2014-02-07ACME-1315 : Fix anisotropy in filters applied to thumbnail. Deleted some unus...Merov Linden
2014-02-07ACME-1314 : Fix screen filter to make it less harsh on edges, modify Jules Ve...Merov Linden
2014-02-06Clear up commentsMerov Linden
2014-02-06ACME-1278 : Allow angle to be used in 2D screen filterMerov Linden
2014-02-06ACME-1301 : Add colortransform as a secondary filter commandMerov Linden
2014-02-06ACME-1301 : Add convolve as a secondary filter commandMerov Linden
2014-02-05ACME-1300 : Rename blend mode dodge to add_backMerov Linden
2014-01-23ACME-1275 : WIP : Clean up unwanted code and comments in image filterMerov Linden
2014-01-21ACME-1236 : Make all filters resolution independent, cleanup comments, move e...Merov Linden
2014-01-21ACME-1236 : Fixes gamma and brightness code. Also fixes example xml filter fi...Merov Linden
2014-01-21ACME-1240 : Implement convolve filter for 3x3 kernels. Implements sharpen, bl...Merov Linden
2014-01-20ACME-1236 : Fix new blend modes, updated commentsMerov Linden
2014-01-17ACME-1236 : Refactor vignette into stencil, implement uniform and gradient st...Merov Linden
2014-01-16ACME-1236 : Small LLImageFilter clean upMerov Linden
2014-01-15ACME-1236 : Add comments to LLImageFilterMerov Linden
2014-01-14ACME-1236 : Refactor filters and vignette into llimagefilter, add example fil...Merov Linden
2014-01-13ACME-1244 : Introduced llimage/llimagefilter, refactored the filter execution...Merov Linden