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: ee65be7d8fb1
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: da45a21708f2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on May 3, 2023

  1. Roll Dart SDK from 3cfcfb24bc6a to 59787216f670 (2 revisions) (#41718)

    https://dart.googlesource.com/sdk.git/+log/3cfcfb24bc6a..59787216f670
    
    2023-05-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-72.0.dev
    2023-05-03 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.1.0-71.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 aam@google.com,dart-vm-team@google.com,jimgraham@google.com,rmistry@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://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
    skia-flutter-autoroll authored May 3, 2023
    Configuration menu
    Copy the full SHA
    ac27cfb View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. [Impeller] Remove the DrawPaint->Clear optimization (#41711)

    Fixes flutter/flutter#125906.
    Fixes flutter/flutter#125908.
    
    Going to add this back once I'm able to work out why the clear colors
    aren't working on GL/Vulkan. Stepping though with a debugger for both
    GLES and Vulkan, the clear colors seems to be getting piped through as
    expected. But the frame captures reveal that they're actually not.
    bdero authored May 4, 2023
    Configuration menu
    Copy the full SHA
    1fee026 View commit details
    Browse the repository at this point in the history
  2. Make run_tests.py assert that the ios test dylib is at least as new a…

    …s libFlutter.dylib (#41720)
    
    This would have helped me figure out why I wasn't getting the same failures as on CI more quickly.
    dnfield authored May 4, 2023
    Configuration menu
    Copy the full SHA
    da45a21 View commit details
    Browse the repository at this point in the history
Loading