Tags: BuildAndRelease/engine
Tags
Roll Fuchsia Linux SDK from 7rgqQxifQPjH_2zXB... to 0RfFdaUCok_sFfUN1… …... (flutter#39758) 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],[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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Roll Skia from 9cc86b2a4f27 to f27efe15433d (17 revisions) (flutter#3… …9593) https://skia.googlesource.com/skia.git/+log/9cc86b2a4f27..f27efe15433d 2023-02-13 [email protected] Replace very simple ternaries with mix. 2023-02-13 [email protected] Remove index mappings from SkParagraphCache 2023-02-13 [email protected] [base] Move SkMSAN into base 2023-02-13 [email protected] [skottie] Visual text valign 2023-02-13 [email protected] Implement fixed-value indexing into temporary values. 2023-02-13 [email protected] Validate SkBlendMode in serialized drawAtlas and drawEdgeAAQuad 2023-02-13 [email protected] [graphite] Add Dawn Windows job. 2023-02-13 [email protected] Add -prune to gazelle_update_repo run of gazelle. 2023-02-13 [email protected] Reorder the inputs to RP mix() stage. 2023-02-13 [email protected] Scale strike width for SDFT 2023-02-13 [email protected] Disable short-circuit tests on Mac OpenGL. 2023-02-13 [email protected] Convert TernarySideEffects test to a shared SkSL test. 2023-02-13 [email protected] Add presubmit to generate error if private API is used in named fiddles 2023-02-13 [email protected] Move SkRandom and SkFixed into base 2023-02-13 [email protected] Disable test SkSLIntrinsicMixFloatES3_GPU on Win + RTX3060. 2023-02-13 [email protected] Convert ShortCircuitLogicalAnd test to a shared SkSL test. 2023-02-13 [email protected] Convert ShortCircuitLogicalOr test to a shared SkSL test. 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fix position of BackdropFilter above PlatformView (flutter#39244) * Fix position of BackdropFilter in PlatformView * Add check of PushFilterToVisitedPlatformViews
Manual roll Dart SDK from 9c68f2a74491 to 63b8dc1906e5 (3 revisions) (f… …lutter#39502) Manual roll requested by [email protected] https://dart.googlesource.com/sdk.git/+log/9c68f2a74491..63b8dc1906e5 2023-02-08 [email protected] Version 3.0.0-218.0.dev 2023-02-08 [email protected] Version 3.0.0-217.0.dev 2023-02-08 [email protected] Version 3.0.0-216.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],[email protected],[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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
[Impeller] Support blit passes on Vulkan. (flutter#39438) fixes: flutter/flutter#112649
Migrate iOS and Android to use pushRouteInformation (flutter#39372) * Migrate iOS and Android to use pushRouteInformation * revert * fix test
Roll Skia from 3b1401c4870d to 87dbc81b421f (4 revisions) (flutter#39457 ) https://skia.googlesource.com/skia.git/+log/3b1401c4870d..87dbc81b421f 2023-02-07 [email protected] Build runtime files 2023-02-07 [email protected] Switch path and drawable from action to digest 2023-02-07 [email protected] Use path and drawable API correctly 2023-02-07 [email protected] Implement pop-slots simplification code recursively. 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
iOS keyboard animation synchronization (flutter#37604) * first keyboard commit * first keyboard commit * cleaned up from initial testing * added keyboard animation stop calculation * added keyboard animation stop calculation * lucky updates :) * type change * final touches * final touches * final touches * removed KeyboardAnimationView class * removed KeyboardAnimationView class * dynamic keyboard spring curve implementation * broke out spring curve to own objc files * broke out spring curve to own objc files * simplified and added test * modified spring formula to use damping * added logic for compounding simultaneous animation calls * remove unnecessary code * cleanup * cleanup * update springCurveIos file * cleaning up * simple optimizations * comment update * bool update * credit spring calculation project * improved setupKeyboardAnimationCureveIfNeeded tests Improved setupKeyboardAnimationCurveIfNeeded tests * Optimized compounding animation checks and added new tests * changed viewport update logic * Update FlutterViewControllerTest.mm Updated test nits * Updated license * Updated tests * Cleanup * Migrated spring class based on React * Updated syntax * Update shell/platform/darwin/ios/framework/Source/spring_curve_ios.mm Co-authored-by: Jenn Magder <[email protected]> * Update shell/platform/darwin/ios/framework/Source/spring_curve_ios.h Co-authored-by: Jenn Magder <[email protected]> * Updated naming * Updated naming * Optimized spring model calculations * Improved interpolation accuracy * Revert "Improved interpolation accuracy" This reverts commit 6d02512. * Updated comment * Updated spring curve comments * updated to work with third_party spring animation * updated to use SpringAnimation to/from values * updated license (removed old files) * updates * allow updating springanimation position values * updated test * update * fixes --------- Co-authored-by: Jenn Magder <[email protected]>
Roll Skia from 8de8c6287254 to 45a4fdcc0cb0 (1 revision) (flutter#39394) https://skia.googlesource.com/skia.git/+log/8de8c6287254..45a4fdcc0cb0 2023-02-04 [email protected] SkJpegCodec: Add extended XMP support 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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
PreviousNext