engine
engine copied to clipboard
The Flutter engine
Update SaveLayerConsolidation unit tests to allow 1px differences due to rounding differences when Skia elides image filter passes and can calculate the CF and opacity in full float without an...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
This introduces the class FlApplication, which handles the passing of command line arguments into dart and bringup of a GtkWindow embedding the FlView with for e.g. desktop specifc quirks. ##...
Simplifies some of the repetitive computations in the cap and join operations in the Impeller stroking code. Precomputes the data and consolidates it into a structure for simplified passing to...
Allows using an EGL surface as a flutter backing store. Way more convenient for GBM than hacking gbm bo's into GL FBOs. This resolves https://github.com/flutter/flutter/issues/58363 Currently, the embedder API assumes...
This needs a bit more work, but when combined with other changes should allow us to make appending to an atlas much cheaper.
Hi from [Dora team](https://www.dora.run/), which powers web developers to build their 3d websites in just a few seconds. This PR fixes: https://github.com/flutter/flutter/issues/133443, related: https://github.com/flutter/flutter/issues/58546 The original codes attempts to cache...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...
At least temporarily, this PR serves to demonstrate the planned runner-facing API changes to enable platform views on Windows. In its current state, it will not be merged. Part of...