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
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
[Impeller] added a fallback that will make sure the blur fragment shader doesn't overflow (flutter#53466)
issue: flutter/flutter#150462
This makes that usage never crash. I would like to reevaluate for a better fix later though. Something like:
1) Rework the downsample logic to make sure this gap doesn't exist.
1) Simply increase the kernel size. We already did that before and technically we should be clamped to the 500 sigma so we won't have to do it forever.
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
0 commit comments