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

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    2d4512a View commit details
    Browse the repository at this point in the history
  2. [Skwasm] Implement miscellaneous drawing APIs (#42324)

    Implements `drawVertices`, `drawPoints`, and `drawAtlas`.
    
    These are the last rendering APIs that are unimplemented in Skwasm! (Although we still need to add platform view support).
    eyebrowsoffire authored May 25, 2023
    Configuration menu
    Copy the full SHA
    f32002a View commit details
    Browse the repository at this point in the history
  3. Move checkerboard unit tests onto DisplayList mechanism (#41951)

    Part of an ongoing set of efforts to address flutter/flutter#106448
    
    Move the checkerboard layer unit tests onto the DisplayList version of the paint contexts and fix some bugs in the reusability of the DisplayListBuilder that this migration uncovered.
    flar authored May 25, 2023
    Configuration menu
    Copy the full SHA
    ff04d2f View commit details
    Browse the repository at this point in the history
Loading