summaryrefslogtreecommitdiff
path: root/plugins/fast_float/src
Commit message (Expand)AuthorAgeFilesLines
* add a check for cmsFLAGS_COPY_ALPHAHEADmasterMarti Maria2023-05-161-1/+3
* add a way to get segments from tone curvesMarti Maria2023-04-231-6/+9
* Floating point plug-in no longer clamps values on matrix-shaperMarti Maria2023-04-221-3/+6
* Fix building on case sensitive mingw platformsKleis Auke Wolthuizen2023-03-031-1/+1
* refresh default build system from DebianMarti Maria2023-02-171-3/+3
* version bumpMarti Maria2023-02-1615-15/+15
* Ensure plugins can be built and installed with MesonLovell Fuller2023-01-241-1/+1
* meson: Complete the pkg-config generationL. E. Segovia2022-12-061-0/+2
* meson: Add the DLL metadata for the fast float pluginL. E. Segovia2022-12-062-0/+62
* meson: Support building the fast float pluginL. E. Segovia2022-12-061-0/+34
* fast_float: fix uses of extended ASCII triggering MSVC codepage warningL. E. Segovia2022-12-063-5/+5
* some CMYK profiles doers not work with plug-in optimizationMarti Maria2022-12-041-4/+3
* Fix Krita segfaultMarti Maria2022-10-201-3/+3
* Added a faster 32-bit float to 32-bit float RGB to Lab conversionMarti Maria2022-09-201-3/+18
* Disable plugin for negative handlingMarti Maria2022-08-211-0/+3
* Fix CMYK range on fast float pluginMarti Maria2022-07-241-0/+20
* Fast float cannot deal with float Lab as outputMarti Maria2022-07-211-1/+2
* Fix LUT based optimization on 8 bitsMarti Maria2022-02-201-5/+1
* update copyright noticesMarti Maria2022-01-2915-15/+15
* fix a previous glitchMarti Maria2022-01-241-2/+3
* 8 bit optimization only works on RGB8->RGB8Marti Maria2022-01-241-2/+2
* Final changes for 2.13Marti Maria2022-01-067-9/+9
* fix alpha channel bugMarti Maria2021-11-061-1/+2
* Recreate autotools filesmm22021-11-061-2/+2
* fix small typoMarti Maria2021-11-061-1/+1
* Fix copy alpha for float CMYK and L*a*b*Lynx3d2021-09-212-3/+5
* Use correct input channel indexLynx3d2021-09-213-3/+3
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2021-09-191-1/+1
|\
| * Fix copy alpha type mismatch in FloatCLUTEvalLynx3d2021-09-141-1/+1
* | Exclude softproofing and gamut check from fast float plug-inMarti Maria2021-09-191-0/+2
|/
* fix for bug #272Marti Maria2021-09-071-0/+3
* Really fix alpha handling in fast float (hopefully...)Lynx3d2021-07-294-4/+7
* Remove all autotools filesmm22021-06-241-0/+1
* Add automatic linear space detectionMarti Maria2021-06-205-45/+5
* fix alpha handling on fast floatMarti Maria2021-06-053-6/+12
* add some checks for NAN and denormalizedMarti Maria2021-04-173-7/+34
* remove unused codemm22021-01-304-15/+2
* Clean the _cmsInterpFn16 messMarti Maria2020-12-201-1/+1
* Autotools for latest changesmm22020-12-031-4/+10
* Add Lab -> RGB/CMYK/Gray/Lab kernel to fast float pluginMarti Maria2020-12-025-83/+491
* Plugin supports RGB->LabMarti Maria2020-11-222-33/+58
* XCode 12 & clarify SSE2 detection togglemm22020-11-031-2/+4
* hopefully, fix the plugin compilationmm22020-11-021-752/+0
* remove broken fast plugin compilationmm22020-11-021-0/+752
* First try for fast float plugin automakemm22020-11-027-22/+777
* fast_float autoconf/automake buildGlenn Butcher2020-11-011-3/+2
* Merge branch 'master' of https://github.com/mm2/Little-CMSMarti Maria2020-10-0212-398/+592
|\
| * fast plugin update to development sourcesMarti Maria2020-10-0212-398/+592
* | fast float plugin now can be compiled as C++Marti Maria2020-10-021-2/+1
|/
* added interpolation kernels for more input channelsMarti Maria2020-09-031-0/+11