-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: flutter/engine
base: 5c1f13e1e535
head repository: flutter/engine
compare: d001419b436e
- 4 commits
- 2 files changed
- 3 contributors
Commits on Dec 11, 2023
-
[Android] Add target to have linux_android_emulator_tests run on AVDs…
… with Android 33 & 34 (#48811) Adds target (`Linux linux_android_emulator_tests_api_33`) to have Android emulator testst run on AVDs with Android 33 so that the differences between those tests runs and those running on AVDs with Android 34 (`Linux linux_android_emulator_tests`) may be observed. Related to flutter/flutter#137947. [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 a4f87af - Browse repository at this point
Copy the full SHA a4f87afView commit details -
Roll Skia from e55567fceb5f to 17bd70326a49 (22 revisions) (#48890)
https://skia.googlesource.com/skia.git/+log/e55567fceb5f..17bd70326a49 2023-12-11 [email protected] Revert "[graphite] Allow GetSkColorTypeFromBufferFormat to be used in Graphite" 2023-12-11 [email protected] [graphite] Split cubic sampling of YUV images from non-cubic sampling. 2023-12-11 [email protected] Reland "Remove SkFontPriv functions related to "default" Typeface" 2023-12-11 [email protected] [skif] Mark AutoSurface's device as immutable when snapping 2023-12-11 [email protected] [skif] Add SkSpecialImages::AsBitmap, remove getROPixels() 2023-12-11 [email protected] Revert "Remove SkFontPriv functions related to "default" Typeface" 2023-12-11 [email protected] [graphite] Allow GetSkColorTypeFromBufferFormat to be used in Graphite 2023-12-11 [email protected] Remove SkFontPriv functions related to "default" Typeface 2023-12-11 [email protected] Roll vulkan-deps from f4a64ca5f094 to d895a1c308f3 (1 revision) 2023-12-11 [email protected] Roll SK Tool from 1dd726c2f6be to 9196dd470724 2023-12-11 [email protected] Roll Dawn from 2291a55e72cd to 29ab089da265 (26 revisions) 2023-12-10 [email protected] Update SKP version 2023-12-09 [email protected] Roll vulkan-deps from f3719bdaf8cc to f4a64ca5f094 (3 revisions) 2023-12-09 [email protected] [Fuchsia] Add FIDL HLCPP tables.c file to the build 2023-12-09 [email protected] Roll skcms from ffaff60d9659 to fa4c93a17fe6 (1 revision) 2023-12-08 [email protected] Roll vulkan-deps from d4258544ceac to f3719bdaf8cc (6 revisions) 2023-12-08 [email protected] Update many uses of SkFont that had nullptr SkTypeface 2023-12-08 [email protected] Add Bazel buffet builds for paragraph and accessories 2023-12-08 [email protected] [ganesh] Add BGRA8 / kRGB_888x combo 2023-12-08 [email protected] Add a new wacky_yuv GM that exercises cubic sampling. 2023-12-08 [email protected] Fix text in viewer stats 2023-12-08 [email protected] Roll SK Tool from ae93b7885b44 to f90eb691f29a 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],[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 74d2515 - Browse repository at this point
Copy the full SHA 74d2515View commit details -
Roll Dart SDK from 611fca7f0c20 to 53dfedb82222 (1 revision) (#48891)
https://dart.googlesource.com/sdk.git/+log/611fca7f0c20..53dfedb82222 2023-12-11 [email protected] Version 3.3.0-217.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 196410c - Browse repository at this point
Copy the full SHA 196410cView commit details -
Reverts "[Android] Add target to have linux_android_emulator_tests ru…
…n on AVDs with Android 33 & 34" (#48895) Reverts #48811 Initiated by: camsim99 This change reverts the following previous change: Original Description: Adds target (`Linux linux_android_emulator_tests_api_33`) to have Android emulator testst run on AVDs with Android 33 so that the differences between those tests runs and those running on AVDs with Android 34 (`Linux linux_android_emulator_tests`) may be observed. Related to flutter/flutter#137947. [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 d001419 - Browse repository at this point
Copy the full SHA d001419View 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 5c1f13e1e535...d001419b436e