summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_memory_allocator.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow GPUs without rebar to open multiple RenderDoc capturesKelebek12023-10-061-0/+14
* renderer_vulkan: Use VMA for buffersGPUCode2023-06-181-4/+8
* renderer_vulkan: Use VMA for imagesGPUCode2023-06-181-3/+2
* memory_allocator: Remove OpenGL interopGPUCode2023-06-181-8/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* vulkan_memory_allocator: Respect bufferImageGranularityRobin Kertels2021-08-071-0/+2
* vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp2021-06-161-0/+5
* vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp2021-05-271-5/+2
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-1/+1
* vulkan_common: Expose interop and headless devicesReinUsesLisp2021-02-131-3/+15
* video_core: Resolve -Wdocumentation warningsLioncash2021-01-171-3/+2
* vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp2021-01-151-5/+5
* vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp2021-01-151-4/+13
* vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2021-01-151-5/+19
* vulkan_common: Move allocator to the common directoryReinUsesLisp2021-01-151-0/+95