Jonah Williams bccb307c2c [Impeller] Off by default experimental canvas. (flutter/engine#52035)
Canvas implementation that renders directly, requires ENABLE_EXPERIMENTAL_CANVAS to be set to true and only wired up for android/vulkan.

Currently missing:
* Clips
* backdrop filters
* opacity peephole
* More?

This will eventually allow us to delete the aiks layer and cut out most conversion costs. Part of https://github.com/flutter/flutter/issues/142054
2024-04-17 22:38:16 +00:00
..