Files
flutter/engine
auto-submit[bot] 38a714dd32 Reverts "[Impeller] simplify invert colors flag by supporting composed color filters." (flutter/engine#46414)
Reverts flutter/engine#46391
Initiated by: jonahwilliams
This change reverts the following previous change:
Original Description:
Fixes https://github.com/flutter/flutter/issues/135699

To avoid the ugly complicated code for conditionally applying both colorfilters, make the dl dispatcher handle merging these filters together in a defined order. The original bug is caused by not checking for invert colors in a CPU fast path.
2023-09-29 18:01:26 +00:00
..