Jonah Williams 8f76254d3e [Impeller] simplify invert colors flag by supporting composed color filters. (flutter/engine#46391)
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 17:52:05 +00:00
..