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: vulkano-rs/vulkano Loading
base: master
Choose a base ref
...
head repository: VideowindoW/vulkano Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 15 files changed
  • 4 contributors

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    fce9c6e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Add support for DMA buffer import

    Update vk.xml
    
    Add test constructor
    
    Change constructor signature
    
    Import image from fd attempt
    
    Fix hardcoded fd
    
    Change to opaque fd
    
    latest changes
    
    latest changes
    
    latest change
    
    latest fixes
    
    latest changes
    
    [skip ci] latest changes
    
    latest changes
    
    Latest changes
    
    Doxument and improve DMA_buf import
    
    Latest changes
    
    Change code to support multiplanar image importing (but memory
    allocation still does not support it)
    
    Make SubresourceData mutable
    
    Add drm format modifier to constructor
    
    Use drm format modifier
    
    Make subresourceData public
    
    Make fields public
    
    Add DrmFormatModifier tiling
    
    Change DRM tiling to linear features
    DavidR86 authored and fayalalebrun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c17d346 View commit details
    Browse the repository at this point in the history
  2. Remove exclusive access requirement for layout transition

    This allows us to render the same storage image more than
    once. Related: #1562
    fayalalebrun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a03cfa0 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.31.1

    fayalalebrun committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3d719b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix checks from #2009 (#2023)

    AustinJ235 authored and fayalalebrun committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    6740142 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Fix physical device surface querying regression #2026 by removing sur…

    …face caching (#2027)
    
    * removed cache check for PhysicalDevice::surface_capabilities_unchecked, fixing window resize bug
    
    * Fixed bug where new caching functionality caused surface queries to be
    out of date. surface_capabilities, surface_formats,
    surface_present_modes and surface_support are no longer cached as it is
    proven that surface properties can change at runtime for a given
    surface/physical device.
    
    * Re-added caching for VK_KHR_surface structs surface_formats, surface_present_modes and surface_support, because unlike surface_capabilities, it is almost certain they won't change at runtime.
    
    * remove surface_capabilities cache from macos/ios to fix builds
    lilly-lizard authored and fayalalebrun committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    32ecdc6 View commit details
    Browse the repository at this point in the history
Loading