summaryrefslogtreecommitdiff
path: root/plugins/threaded/src/threaded_split.c
Commit message (Collapse)AuthorAgeFilesLines
* version bumpMarti Maria2023-02-161-1/+1
| | | | | In preparation to 2.15 release candidate Updated copyright year as well
* Fix missing pixels on threaded pluginMarti Maria2022-07-061-0/+6
| | | | | Fix: some spare pixels were not transformed. Added a check on testbed to see if results are same as without plugin
* min macro is not portableMarti Maria2022-06-051-2/+8
| | | | fix for min macro
* A very preliminar new plug-in on multithreaded transformsMarti Maria2022-06-051-0/+204
This is just the first try to get a new plugin type and a working example. Manuals are still missing. Basically a plug-in of this type adds multicore capabilities. May be used for GPU in future.