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

Commits on Jun 23, 2023

  1. [Impeller] re-enable buffer to texture blit Vulkan. (#43129)

    I was missing the VMA flush.
    
    Because skia is writing directly to the exposed ptr, we don't go through the OnSetContents which makes a flush call. Add a flush API and implement it for Vk DeviceBuffers.
    Jonah Williams authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    34f9837 View commit details
    Browse the repository at this point in the history
  2. Add osx_sdk context to mac_clang_tidy (#43115)

    With context, recipes logic should be simplified without checking corresponding platform/property conditions.
    
    With the `osx_sdk` context, it will install xcode accordingly.
    keyonghan authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e50f31a View commit details
    Browse the repository at this point in the history
  3. [impeller] Explicitly cast enum class to int before passing it to a f…

    …ormatted string (#43139)
    
    Next version of the crosstool will start warning about this (see: llvm/llvm-project#38717)
    Casey Hillers authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    060cd9c View commit details
    Browse the repository at this point in the history
Loading