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

Commits on Mar 13, 2024

  1. [Impeller] cleanup and test vk image usage flags. (#51301)

    Cleanups to the vk::ImageUsageFlagBits
    
    * add unit tests
    * remove input attachment from depth stencil
    * remove defensive checks
    Jonah Williams authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3d89dfa View commit details
    Browse the repository at this point in the history
  2. Small improvements to et lint command (#51372)

    - Default to dumping out lint logs (can be disabled with `--quiet`
    flag).
    - Add Logger.fatal which logs an error and throws a FatalError which is
    caught in main.
    - Simplify `findDartBinDirectory` implementation.
    - Make JSON serialized process artifacts more human readable.
    johnmccutchan authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d65c7e4 View commit details
    Browse the repository at this point in the history
Loading