-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: bb77cf8
head repository: flutter/engine
compare: cd46383
- 11 commits
- 66 files changed
- 7 contributors
Commits on Oct 31, 2024
-
Embedder: migrate Metal surfaces to ARC (#56279)
Migrate Skia and Impeller surface translation units to ARC. Issue: flutter/flutter#137801 No changes to tests since no semantic changes. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for 21b618f - Browse repository at this point
Copy the full SHA 21b618fView commit details -
Roll Dart SDK from f3e3dc44b1dc to bd93105c4fb6 (2 revisions) (#56278)
https://dart.googlesource.com/sdk.git/+log/f3e3dc44b1dc..bd93105c4fb6 2024-10-31 [email protected] Version 3.7.0-88.0.dev 2024-10-31 [email protected] Version 3.7.0-87.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter Engine: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 7f7ed32 - Browse repository at this point
Copy the full SHA 7f7ed32View commit details -
Roll Fuchsia Linux SDK from dDWvmfG4AxSEs0BQA... to MjcuejuzYvYGobbFM…
…... (#56280) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 5deeac2 - Browse repository at this point
Copy the full SHA 5deeac2View commit details -
Vastly rewrite and expand
et/README.md(#56250)Closes flutter/flutter#157876. /cc @dcharkes @jensjoha as well (documented `--gn-args`)
Configuration menu - View commit details
-
Copy full SHA for 76c6f79 - Browse repository at this point
Copy the full SHA 76c6f79View commit details -
[Impeller] make desktop GL render. (#56274)
Fixes flutter/flutter#143387 Will be tested in flutter/flutter#157888
Jonah Williams authoredOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for ab00d95 - Browse repository at this point
Copy the full SHA ab00d95View commit details -
[Impeller] Do not use fast mask blur for stroked shapes (#56247)
A compound test for whether to use the fast blur mechanism for shapes was failing to check for a stroked shape due to misplaced parentheses.
Configuration menu - View commit details
-
Copy full SHA for 32b641e - Browse repository at this point
Copy the full SHA 32b641eView commit details -
Allow BufferViews to have non-owning references to DeviceBuffers (#56224
) issue: flutter/flutter#157538 ## 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 explains my responsibilities. - [x] I read and followed the [Flutter Style Guide] and the [C++, Objective-C, Java style guides]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I added new tests to check the change I am making or feature I am adding, or the PR is [test-exempt]. See [testing the engine] for instructions on writing and running engine tests. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I signed the [CLA]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style [testing the engine]: https://github.com/flutter/flutter/wiki/Testing-the-engine [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
Configuration menu - View commit details
-
Copy full SHA for 0b5aed1 - Browse repository at this point
Copy the full SHA 0b5aed1View commit details -
macOS: migrate third_party/accessibility to ARC (#56281)
Migrates all Objective-C++ translation units under third_party/accessibility to ARC. Issue: flutter/flutter#137801 No test changes because this change introduces no semantic changes. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for e5bc7c2 - Browse repository at this point
Copy the full SHA e5bc7c2View commit details -
Reverts "Allow BufferViews to have non-owning references to DeviceBuf…
…fers (#56224)" (#56285) Reverts: #56224 Initiated by: jonahwilliams Reason for reverting: merge issue. Original PR Author: gaaclarke Reviewed By: {jonahwilliams} This change reverts the following previous change: issue: flutter/flutter#157538 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for cdabd2d - Browse repository at this point
Copy the full SHA cdabd2dView commit details -
Roll Skia from 9168ad248c69 to a5e3b3556739 (1 revision) (#56283)
https://skia.googlesource.com/skia.git/+log/9168ad248c69..a5e3b3556739 2024-10-31 [email protected] [Graphite] Use PushConstants instead of VBO for load msaa draws. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for fd87977 - Browse repository at this point
Copy the full SHA fd87977View commit details -
reland: Allow BufferViews to have non-owning references to DeviceBuff…
…ers (#56286) relands #56224 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Configuration menu - View commit details
-
Copy full SHA for cd46383 - Browse repository at this point
Copy the full SHA cd46383View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff bb77cf8...cd46383