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

Commits on Oct 14, 2020

  1. Update flutter to pass Skia the VkImageUsageFlags and Samples (#21842)

    Previously Skia did not require the clients to pass in the usage flags and Skia would just assumed they contained specific ones depending on how the client wrapped the VkImage. Now Skia allows the client to pass in the specific usage flags used so that Skia knows exactly what type of operations are legal without having to guess/assume what the client did.
    
    Also update to set the sample count as well while I'm in here.
    egdaniel authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    d95a5dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df57e21 View commit details
    Browse the repository at this point in the history
  3. Upgrade to latest process runner, fix commands that throw to fail test (

    #21827)
    
    This fixes the lint script to fail when the clang-tidy command itself fails to execute, and print the exception that was raised.
    gspencergoog authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ce75dda View commit details
    Browse the repository at this point in the history
Loading