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

Commits on May 4, 2023

  1. [Impeller] Remove the DrawPaint->Clear optimization (#41711)

    Fixes flutter/flutter#125906.
    Fixes flutter/flutter#125908.
    
    Going to add this back once I'm able to work out why the clear colors
    aren't working on GL/Vulkan. Stepping though with a debugger for both
    GLES and Vulkan, the clear colors seems to be getting piped through as
    expected. But the frame captures reveal that they're actually not.
    bdero authored May 4, 2023
    Configuration menu
    Copy the full SHA
    1fee026 View commit details
    Browse the repository at this point in the history
  2. Make run_tests.py assert that the ios test dylib is at least as new a…

    …s libFlutter.dylib (#41720)
    
    This would have helped me figure out why I wasn't getting the same failures as on CI more quickly.
    dnfield authored May 4, 2023
    Configuration menu
    Copy the full SHA
    da45a21 View commit details
    Browse the repository at this point in the history
Loading