Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter-team-archive/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 215853171cdc
Choose a base ref
...
head repository: flutter-team-archive/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 337ab58e81f7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 20, 2023

  1. Roll Skia from 151d297efcf5 to 69213ba6f68a (2 revisions) (#48236)

    https://skia.googlesource.com/skia.git/+log/151d297efcf5..69213ba6f68a
    
    2023-11-20 lehoangquyen@chromium.org GraphiteDawn: cache single texture bind group
    2023-11-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 63bb05a5e0ad to ac8158a19e0b (1 revision)
    
    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 brianosman@google.com,jamesgk@google.com,jonahwilliams@google.com,rmistry@google.com 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
    skia-flutter-autoroll authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    79f5ee9 View commit details
    Browse the repository at this point in the history
  2. Roll Dart SDK from 09bd5d71062d to ee7aaca9adcc (1 revision) (#48237)

    https://dart.googlesource.com/sdk.git/+log/09bd5d71062d..ee7aaca9adcc
    
    2023-11-20 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.3.0-151.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 dart-vm-team@google.com,jonahwilliams@google.com 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
    skia-flutter-autoroll authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ac942ca View commit details
    Browse the repository at this point in the history
  3. Protect sdk upload script from missing ndk, add documentation for che…

    …cking write access, improve comments to add context (#47989)
    
    Script used to upload 34v7 with ndk 26.1.10909125 
    Added documentation for how to check for write access before running script. 
    Added documentation for why the ndk is in a non standard location. 
    Protected against silent ndk failure caused by a failure to download ndk on m1 macs #47609 (comment)
    Clean up os override so that script does not dirty the environment variables in a shell where it is run.  
    
    See flutter/flutter#117973 for more detail on why a newer ndk is required.
    reidbaker authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    337ab58 View commit details
    Browse the repository at this point in the history
Loading