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: 0c5504e15e15
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 739ae15e8bf2
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    8bf0a56 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 4a97d01dfedd to 9632ef8f18c1 (7 revisions) (#54154)

    https://skia.googlesource.com/skia.git/+log/4a97d01dfedd..9632ef8f18c1
    
    2024-07-26 [email protected] Rework stable function calls.
    2024-07-26 [email protected] Rename PipelineUtils to SkSLToBackend.
    2024-07-26 [email protected] Add Analysis::GetParameterMappingsForFunction helper.
    2024-07-26 [email protected] [ganesh] Check for null ThreadSafeProxy in GrImageContext::abandoned()
    2024-07-26 [email protected] Fix bug with specialization of functions that are inlined.
    2024-07-26 [email protected] [graphite] Add AtlasProvider::freeGpuResources() take 2
    2024-07-26 [email protected] Reland "[skif] Use src blending when possible"
    
    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
    skia-flutter-autoroll authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    762ad15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699cadf View commit details
    Browse the repository at this point in the history
  4. Split up mac_host_engine builds (#53571)

    This PR does a few things. Mainly it makes the builds in
    mac_host_engine.json each build fewer targets to increase parallelism
    for post-submit and release builds. To ensure that increasing
    parallelism doesn't lead to capacity issues, this change also allows the
    mac_host_engine.json builds to run on either intel or arm64 macOS hosts.
    Finally, when building on an arm64 macOS host to target macOS, this PR
    changes the `gn` script to ensure that the arm64 native clang toolchain
    will be used.
    
    To keep mac_host_engine.json focused on builds that produce artifacts,
    this PR also moves tests from that file into the ill-named
    mac_unopt.json. In a subsequent PR, I'll rename all the *_unopt.json
    files to *_tests.json or something similar.
    
    The artifacts produced by these builds are passing framework presubmit
    checks in flutter/flutter#152345.
    zanderso authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    739ae15 View commit details
    Browse the repository at this point in the history
Loading