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

Commits on Apr 1, 2024

  1. Never panic in finally { ... }, check output logs on success only. (#…

    …51814)
    
    Work towards flutter/flutter#145988.
    
    Should be a NO-OP in behavior, but hopefully make some of the false negatives less confusing (i.e. getting "missing X outputted files when the test is about to fail anyway".
    matanlurey authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dfced6d View commit details
    Browse the repository at this point in the history
  2. [Impeller] Set RGBA8888 as the default Vulkan color format before the…

    … app acquires a surface (#51770)
    
    An app may render offscreen images before it gets a window. The ContextVK needs to have a default color format so that render passes can be created before the ContextVK is updated to use the window's format.
    jason-simmons authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    74d93dc View commit details
    Browse the repository at this point in the history
  3. Use the stripped Vulkan validation library in Android engine builds b…

    …y default (#51628)
    
    The unstripped build will be used if GN is configured with the --no-stripped flag
    jason-simmons authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8dff6b8 View commit details
    Browse the repository at this point in the history
Loading