Skip to content

homescreens/folio: Improve performance of wallpaper blur, and enable by default

Devin Lin requested to merge work/devinlin/fastblur into master

Fixes #306 (closed)

I added a ShaderEffectSource in between so that the blur only samples the wallpaper when necessary

I also switched to FastBlur which seems to be much, much faster than MultiEffect on the PinePhone.

From testing, this made the performance about on-par with no blur at all.

Merge request reports