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

Commits on Sep 14, 2023

  1. [Impeller] Add Entity::RenderingMode enum. (#45845)

    Resolves flutter/flutter#134681.
    
    For the various places where we track if a rendered entity is a subpass or not. After landing this, I think the next winning move is to make this an Entity field and remove the `SetRenderingMode` junk from the filter graph. That refactor is a bit more risky, so I plan to do that separately.
    bdero authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    669e912 View commit details
    Browse the repository at this point in the history
  2. Enable private field promotion (#45722)

    New feature in upcoming Dart 3.2. See dart-lang/language#2020. Feature is enabled by bumping the min SDK version to 3.2.
    
    Part of flutter/flutter#134476.
    goderbauer authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    45bc430 View commit details
    Browse the repository at this point in the history
Loading