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: a78f5ce
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aa9afcd
Choose a head ref
  • 1 commit
  • 23 files changed
  • 1 contributor

Commits on Jun 28, 2024

  1. [DisplayList] Add support for clipOval to leverage Impeller optimizat…

    …ion (#53622)
    
    Impeller supports `ClipOval` and will detect oval paths and rrects and use that call instead when appropriate. Adding support for `ClipOval` to DisplayList allows that optimization code to be moved up into the recording process.
    flar authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    aa9afcd View commit details
    Browse the repository at this point in the history
Loading