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

Commits on Nov 4, 2024

  1. [Impeller] check if memory type is host coherent, avoid flush. (#56350)

    Fixes flutter/flutter#137454
    
    Host coherent memory does not need to be flushed. Almost all mobile devices will have host coherent memory for us to write to, but we still need check because of swiftshader and/or desktop at some point.
    Jonah Williams authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    94d3668 View commit details
    Browse the repository at this point in the history
  2. Add and document et cleanup. (#56327)

    Closes flutter/flutter#157945.
    
    ```sh
    % et cleanup --dry-run
    Checking /Users/matanl/Developer/engine/src/out...
    The following directories were accessed later than 2024-10-02:
      android_debug
      android_debug_arm64
      android_debug_unopt
      android_debug_unopt_arm64_ide
      host_debug_unopt_arm64_ide
      ios_debug
      ios_debug_sim_unopt_arm64
      ios_debug_unopt
      ios_debug_unopt_arm64
      license_script_output
      wasm_release
      web_tests
    Run without --dry-run to reclaim 2.79gb.
    ```
    
    ```sh
    flutter % et cleanup          
    Checking /Users/matanl/Developer/engine/src/out...
    Deleted 12 output directories and reclaimed 2.79gb.
    ```
    matanlurey authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6271a92 View commit details
    Browse the repository at this point in the history
Loading