mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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