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 25, 2025. It is now read-only.
[Impeller] Use multiple command buffers for blur submission. (#54846)
Fixesflutter/flutter#154046
Use three different command buffers when it would be possible to combine the operations into a single buffer. From testing and user bug reports (see flutter/flutter#154046 ), this sometimes causes deviceLost errors on older Adreno devices. Breaking the work up into three different command buffers seems to prevent this crash.
I suspect this is due to some internal timeouts we may be hitting in the adreno driver.
0 commit comments