engine icon indicating copy to clipboard operation
engine copied to clipboard

The Flutter engine

Results 339 engine issues
Sort by recently updated
recently updated
newest added

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...

platform-ios

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. ##...

affects: desktop
platform-linux

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...

e: impeller

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...

Work in progress (WIP)

platform-ios
platform-android
affects: desktop
platform-macos
e: impeller

This needs a bit more work, but when combined with other changes should allow us to make appending to an atlas much cheaper.

e: impeller

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...

platform-web
will affect goldens

*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...

platform-ios

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...

affects: desktop
platform-windows