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

Commits on Aug 31, 2023

  1. Add a build_bucket_golden_scraper tool. (#45243)

    As discussed offline, this is best deleted when Skia-gold is used for
    all of our engine tests.
    
    However, this will be useful for unblocking some PRs until then :)
    
    See README.md for details!
    matanlurey authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    64ae66a View commit details
    Browse the repository at this point in the history
  2. [Impeller] Reland DlAiksCanvas (#45232)

    Relands #45131
    
    Fixes flutter/flutter#132416
    
    Differences from last time:
    
    - Some minor merge conflict fixes
    - Use the RTree to get the bounds instead of recalculating the bounds
    - Make the iOS platform view controller implementation use the impeller-aware slices instead of the display list ones. This has been fixed for Android and the desktop embedding, but I missed iOS. The unit tests weren't actually running before I branched for my PR, @zanderso fixed them up separately and this resulted in catching the failures on post submit last time.
    dnfield authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3b75e3d View commit details
    Browse the repository at this point in the history
Loading