3c6f5e10f20b69a709df4ad0cecee0077b119020
As discovered by @knopp in https://github.com/flutter/flutter/issues/131567#issuecomment-1678210475, this is actually reducing performance substantially when there are multiple blurs. In the case of https://github.com/flutter/flutter/issues/132735 , removing this capbility improves GPU performance from 400ms per frame to ~100 ms per frame. Fixes https://github.com/flutter/flutter/issues/131567#issuecomment-1678210475 ----- Â | Macrobench | Example App -- | -- | -- TOT | 250 | 450 W/Out OnScreen | 203-187 | 125-109 W/Out Onscreen and Resolve | 203 | 125
Description
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%