Brandon DeRosier 4f9622c56b [Impeller] Remove the DrawPaint->Clear optimization (flutter/engine#41711)
Fixes https://github.com/flutter/flutter/issues/125906.
Fixes https://github.com/flutter/flutter/issues/125908.

Going to add this back once I'm able to work out why the clear colors
aren't working on GL/Vulkan. Stepping though with a debugger for both
GLES and Vulkan, the clear colors seems to be getting piped through as
expected. But the frame captures reveal that they're actually not.
2023-05-03 17:16:38 -07:00
..