summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_memory_allocator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek11-0/+14
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode1-4/+8
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode1-3/+2
2023-06-18memory_allocator: Remove OpenGL interopGPUCode1-8/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-08-07vulkan_memory_allocator: Respect bufferImageGranularityRobin Kertels1-0/+2
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp1-0/+5
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp1-5/+2
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+1
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp1-3/+15
2021-01-17video_core: Resolve -Wdocumentation warningsLioncash1-3/+2
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp1-5/+5
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp1-4/+13
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp1-5/+19
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp1-0/+0
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-5/+5
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp1-88/+51
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-5/+5
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-7/+13
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-5/+5
2020-04-22vk_memory_manager: Remove unified memory model flagReinUsesLisp1-11/+2
2020-04-16video_core: Amend doxygen comment referencesLioncash1-1/+1
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-17/+17
2020-01-06vk_memory_manager: Misc changesReinUsesLisp1-12/+60
2019-02-19vk_memory_manager: Implement memory managerReinUsesLisp1-0/+87