summaryrefslogtreecommitdiff
path: root/plugins/fast_float/Projects
Commit message (Collapse)AuthorAgeFilesLines
* fix memory leaks on testbedMarti Maria2022-07-062-6/+8
| | | | | | Fix some memory leaks on fast float plug-in testbed Fix memory leak on unregister plugin for global context Fix MS VS 2022 references
* first 2.13 betaMarti Maria2021-12-224-0/+619
| | | | Making things ready for 2.13 release
* Add Lab -> RGB/CMYK/Gray/Lab kernel to fast float pluginMarti Maria2020-12-022-0/+4
| | | | | | First try, although it seems to work. Is is more accurate close to neutral axis and less accurate on self-flourescent hyper-saturated colors, which are rare. configure have to be regenerated (it will be wiped out soon)
* Merged SSE matrix-shaper optimizerMarti Maria2020-05-252-3/+7
| | | | | | It makes small difference, but here you go! In my computer, matrix shaper runs times x 2.4 faster the core lcms2 without SSE is about times x 2
* Changes from ArtifexMarti Maria2020-05-251-4/+4
| | | | Many thanks for sharing!
* fix resgister keyword in plug-inMarti Maria2020-05-212-2/+1
|
* add manual to projectlcms2.10rc1Marti Maria2020-05-172-0/+4
| | | | plug in documentation
* get rid of bsc files & activate change formatMarti Maria2020-05-171-1/+1
| | | | | - get rid of bsc files - activate change format feature on plugin
* fast float plugin updateMarti Maria2020-05-171-0/+4
| | | | Add an extra check to prevent bogus change of format
* Release of fast floating point plug-in to open sourceMarti Maria2020-04-234-0/+455
Release of fast floating point plug-in to open source. This plug-in greatly increments the throughput in some situations. It is released under GPL3, which is different from the core library, released under MIT.