Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement module-in-focus process cache
The standard pixelpipe cache offers *input* data for a module to be fully processed if all parameters including blending stuff match. This commit implements a single line cache per pixelpipe only effective for a module being in focus *and* doing some blending. Data are possibly read from this cache instead of the possibly costly module->process/_cl. Possibly write to that cache if data were not valid before. Fixes #18180
- Loading branch information