engine
engine copied to clipboard
The Flutter engine
https://github.com/flutter/flutter/issues/142467 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which...
Move the time-consuming `copyPixelsFromBuffer` function to a background thread to avoid blocking the UI thread. At the same time, remove the unnecessary `currentImage` member. ## Pre-launch Checklist - [x] I...
Update 11/07: Added workarounds to fetch commit history. [Sample pull request](https://github.com/flutter/flutter/pull/138058), [sample workflow](https://github.com/XilaiZhang/miscellaneous-side-project/actions/runs/6794034996/job/18469839842) Context: Synced with Casey and Kevin and did more researches on evaluating approaches to fetch green post...
Following up on https://github.com/flutter/engine/pull/39208 and https://github.com/flutter/engine/pull/42789, which added predictive back support for FlutterActivity. My test app for this is: https://github.com/justinmc/flutter-add-to-app I tried this both with the Flutter app as the...
Resolves https://github.com/flutter/flutter/issues/116168. Makes it possible for us to use arbitrary vertex layouts, including SoA layouts with attributes stored in different DeviceBuffers.
Fixes https://github.com/flutter/flutter/issues/129085 ## Changes to `FlutterMouseCursorPlugin` - `none` cursor is not handled by hiding the cursor anymore. That was too big of a hammer as it also affects other views...
https://skia.googlesource.com/skia.git/+log/9fd1dc779589..2eefe4daabf3 2024-07-03 [email protected] Manual roll Dawn from acaa69d72c2d to e0bb763d4c49 (5 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here:...
... as part of buildmoot.
Part of https://github.com/flutter/flutter/issues/143953. If this merges cleanly, and is not reverted, we can delete `run_ios_tests.sh` and be done.
Second attempt to reland https://github.com/flutter/engine/pull/52023 Fixes since the previous reland attempt: * We need to pass the skwasm main JS URI when loading the module so that it can pass...