summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_memory_allocator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Garbage Collection: Redesign the algorithm to do a better use of memory.Fernando Sahmkow2022-03-251-1/+1
* vulkan_memory_allocator: Respect bufferImageGranularityRobin Kertels2021-08-071-2/+6
* vulkan_memory_allocator: Release allocations with no commitsReinUsesLisp2021-06-161-5/+17
* vulkan_memory_allocator: Allow textures to be allocated in host memoryReinUsesLisp2021-05-271-26/+41
* vulkan_common: enable OpenGL interop on other UnicesJan Beich2021-03-301-4/+4
* vulkan_common: Expose interop and headless devicesReinUsesLisp2021-02-131-10/+68
* vulkan_memory_allocator: Remove unnecesary 'device' memory from commitsReinUsesLisp2021-01-151-10/+10
* vulkan_memory_allocator: Add allocation support for download typesReinUsesLisp2021-01-151-51/+78
* vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2021-01-151-5/+19
* vulkan_common: Move allocator to the common directoryReinUsesLisp2021-01-151-0/+227