[go: nahoru, domu]

Skip to content
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 Loading
base: 7541e902f1b4
Choose a base ref
...
head repository: flutter/engine Loading
compare: 79536627661a
Choose a head ref
  • 2 commits
  • 33 files changed
  • 1 contributor

Commits on Mar 9, 2024

  1. [Impeller] Make DeviceHolder follow convention for backend specific u…

    …tilities. (#51300)
    
    Utilities below the HAL that are backend specific have the VK (in case of Vulkan) suffix. The only class that doesn't follow this convention is/was DeviceHolder. This caused some confusion when reading code leading to wondering what a device holder above the HAL was supposed to do/mean. Adds the VK suffix to device holder with a docstring. Also adds the file the source set as it was missing.
    
    No change in functionality. Just a rename of an existing class.
    chinmaygarde committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    eef5247 View commit details
    Browse the repository at this point in the history
  2. [Impeller] Use the AHB prefix for utils that work with Android Hardwa…

    …re Buffers. (#51298)
    
    Also doesn't compile the TU on non-Android platforms.
    
    Part of #51213 being chopped up.
    
    No change in functionality. Just renames and moves stuff around.
    chinmaygarde committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    7953662 View commit details
    Browse the repository at this point in the history
Loading