You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Impeller] Fix mask blurs and the Gaussian blur coverage hint. (flutter#45079)
Resolvesflutter/flutter#132936.
* In some cases, mask blurs were getting applied twice.
* Coverage hint clipping was too aggressive on the second pass of the
gaussian blur.
* Rework the mask blur applicator to support gracefully falling back to
GPU-based color filters when necessary.
This fix requires us to cherry-pick:
flutter#43519
Going a revert-based route to fix all of these problems would also be
pretty complex.
https://github.com/flutter/engine/assets/919017/9ee5e856-af7a-42b9-b135-ea268c2ba53f
(cherry picked from commit 53595c9)
0 commit comments