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: 5b9fc4eaec84
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: b2bdd68ede15
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 16, 2024

  1. [macOS] Eliminate archive_gen_snapshot target (#53948)

    This target produced an unused zipfile named `gen_snapshot.zip` containing the `gen_snapshot_${target_arch}` binary for the current build's target architecture.
    
    The macOS recipe JSON produces the real `gen_snapshot.zip` that gets uploaded to the cloud bucket and pulled down by the tool. See: https://github.com/flutter/engine/blob/e5215e6854bc61cf8d5bae48715d73293bc1f91c/ci/builders/mac_host_engine.json#L555-L592
    
    The recipe did, however, rely on the `archive_gen_snapshot` rule to ensure that the underlying `gen_snapshot` targets were actually built. See, for example:
    https://github.com/flutter/engine/blob/e5215e6854bc61cf8d5bae48715d73293bc1f91c/ci/builders/mac_host_engine.json#L45
    
    A few benefits:
    * Eliminates an unnecessary zip operation.
    * Eliminates confusion from grepping for gen_snapshot.zip and finding the wrong location in the source.
    * Grepping for create_macos_gen_snapshots will turn up the usage in the JSON build file.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    cbracken authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    119a057 View commit details
    Browse the repository at this point in the history
  2. [Impeller] Use depth transform in framebuffer blend entities. (#53951)

    \Without this the depth always ends up being a very large z depth of 0.5, which can cause clips to be ignored.
    bdero authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b2bdd68 View commit details
    Browse the repository at this point in the history
Loading