Skip to content

Some fixes + incremental calculation of gaussian values for BlurEffect

Jonas Dreßler requested to merge verdre/gnome-shell:blur-fixes into master

Fix some bugs in the blur effect, use the sigma value instead of the radius and add another performance improvement to the blur shader: Incremental calculation of the gaussian values as it's used in webrender.

cc @feaneron

Merge request reports