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

Commits on Jul 25, 2023

  1. [Impeller] Skip rect clips that do nothing. (#43948)

    Resolves flutter/flutter#131100
    
    * Skip rect clips that we know won't further restrict the clip shape.
    * Don't append clips to enforce subpass bounds. We currently don't collapse passes when subpass clips are added anyhow, so just a restriction to subpass collapsing in order to keep the current behavior intact.
    * Small refactor to reduce confusion: Just place the subpass bounds limit into `EntityPass` itself instead of the delegate.
    
    Built on #43946 (because iOS currently fails validation without it).
    
    Gallery home screen before/after:
    
    ![compare](https://github.com/flutter/engine/assets/919017/34608633-6b3b-4979-be2b-f2685b32168f)
    bdero authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    410838b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e92014f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a0192d View commit details
    Browse the repository at this point in the history
Loading