-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: f2154ef
head repository: flutter/engine
compare: bb77cf8
- 6 commits
- 19 files changed
- 4 contributors
Commits on Oct 31, 2024
-
Refactor
ArgParser.usagetests forBuildPlanto reduce duplicatio……n. (#56254) Part of flutter/flutter#157870. I figured I'd tackle a theme of tests at a time - easier for me to do in little spurts between other tasks.
Configuration menu - View commit details
-
Copy full SHA for a369482 - Browse repository at this point
Copy the full SHA a369482View commit details -
Configuration menu - View commit details
-
Copy full SHA for c056b18 - Browse repository at this point
Copy the full SHA c056b18View commit details -
[Impeller] Reland: disable AHBs on devices that were upgraded to 29. (#…
…56221) Uses ro.product.first_api_level to disable AHBs on devices that began life pre 29. Fixes flutter/flutter#157113
Jonah Williams authoredOct 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 165e6ad - Browse repository at this point
Copy the full SHA 165e6adView commit details -
Roll Skia from 3c628426f85f to 9168ad248c69 (3 revisions) (#56272)
https://skia.googlesource.com/skia.git/+log/3c628426f85f..9168ad248c69 2024-10-31 [email protected] [mac] Update build target to for x86 to be 10.15 2024-10-31 [email protected] Roll vulkan-deps from 1d891d46a65c to 37d41da69cc4 (2 revisions) 2024-10-31 [email protected] Revert "Add verb measurement utils to SkContourMeasure" 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 d0bf057 - Browse repository at this point
Copy the full SHA d0bf057View commit details -
iOS,macOS: migrate shell/gpu to ARC (#56157)
Migrates Objective-C code in shell/gpu to ARC. Migrate `sk_cfp::reset(__bridge_retained ptr)` to `sk_cfp::retain(__bridge ptr)`. `reset` `CFRelease`s the previously held pointer and sets the pointer to the new pointer. `retain` `CFRetain`s the new pointer prior to setting it. No changes to tests since this makes no semantic changes. Issue: flutter/flutter#137801 [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 a65f1d5 - Browse repository at this point
Copy the full SHA a65f1d5View commit details -
iOS: migrate Metal testing types to ARC (#56156)
This migrates Flutter's TestMetalContext and TestMetalSurface to ARC. Also migrates to using `sk_cfp::retain` (which retains the passed in pointer) rather than `sk_cfp::reset`, which only releases the previous pointer but doesn't retain the incoming pointer. No changes to tests since no semantic changes. Issue: flutter/flutter#137801 [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 bb77cf8 - Browse repository at this point
Copy the full SHA bb77cf8View 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 f2154ef...bb77cf8