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/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43f727e4748a
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: df12fff329a1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    9bad4ed View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 28773cec6e8d to 826e38ba8db3 (5 revisions) (#44031)

    https://skia.googlesource.com/skia.git/+log/28773cec6e8d..826e38ba8db3
    
    2023-07-26 [email protected] [sksl][compute] Enable SPIR-V compute test outputs
    2023-07-25 [email protected] Roll vulkan-deps from 6f1c3384ecb6 to 46bff0d3d3cf (6 revisions)
    2023-07-25 [email protected] [sksl][compute] Move compute tests to common filegroup
    2023-07-25 [email protected] [skif] Don't overload empty bounds in internalSaveLayer
    2023-07-25 [email protected] Decouple SkSpecialSurface and GPU backends
    
    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
    skia-flutter-autoroll authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c3c898d View commit details
    Browse the repository at this point in the history
  3. [web] Preserve canvaskit variant during tests. (#43868)

    A ~~simpler~~ very similar version of #43854
    
    * Makes it harder for users to accidentally remove default configuration values, while still allowing them to do so if needed (configuration is now overridden with a subset of values, rather than passing a full configuration object).
      * Moves `merge` from the configuration object and into the override method.
    * Removes a test-only configuration option:
      * `window._flutter_canvaskit_variant_for_test_only`
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    ditman authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    df12fff View commit details
    Browse the repository at this point in the history
Loading