summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_memory_allocator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-10Not not allocate DeviceLocal buffers as mappedKelebek11-4/+4
2023-10-06Allow GPUs without rebar to open multiple RenderDoc capturesKelebek11-4/+17
2023-07-31vma: enable options everywhereAlexandre Bouvier1-2/+1
2023-07-02vulkan_common: use device local preferred for image memoryLiam1-2/+2
2023-06-26externals: Use cmake subdirectoryGPUCode1-2/+0
2023-06-22vulkan_common: Remove required flagsGPUCode1-15/+1
2023-06-18renderer_vulkan: Add missing initializersGPUCode1-1/+5
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode1-24/+83
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode1-8/+22
2023-06-18memory_allocator: Remove OpenGL interopGPUCode1-56/+2
2023-05-14vulkan_common: fix incompatible property flagsLiam1-1/+1
2022-11-23general: fix compile for Apple ClangLiam1-0/+1
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-25Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow1-1/+1
2021-08-07vulkan_memory_allocator: Respect bufferImageGranularityRobin Kertels1-2/+6
2021-06-16vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp1-5/+17
2021-05-27vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp1-26/+41
2021-03-30vulkan_common: enable OpenGL interop on other UnicesJan Beich1-4/+4
2021-02-13vulkan_common: Expose interop and headless devicesReinUsesLisp1-10/+68
2021-01-15vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp1-10/+10
2021-01-15vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp1-51/+78
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp1-5/+19
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp1-1/+1
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-7/+7
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp1-120/+117
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp1-1/+1
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-4/+4
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-1/+1
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-9/+9
2020-07-17vk_memory_manager: Make use of designated initializers where applicableLioncash1-7/+6
2020-04-22vk_memory_manager: Remove unified memory model flagReinUsesLisp1-12/+1
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-60/+44
2020-01-06vk_memory_manager: Misc changesReinUsesLisp1-76/+82
2019-02-27vk_memory_manager: Reorder constructor initializer list in terms of member declaration orderLioncash1-1/+1
2019-02-24vk_memory_manager: Fixup commit interval allocationReinUsesLisp1-2/+1
2019-02-19vk_memory_manager: Implement memory managerReinUsesLisp1-0/+253