summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_buffer_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* buffer_cache: Return handles instead of pointer to handlesReinUsesLisp2020-04-161-6/+6
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-60/+89
* Buffer Cache: Use vAddr instead of physical memory.Fernando Sahmkow2020-04-061-4/+4
* vk_stream_buffer/vk_buffer_cache: Avoid halting and use generic cacheReinUsesLisp2020-01-061-0/+143
* vk_buffer_cache: Temporarily remove buffer cacheReinUsesLisp2020-01-061-122/+0
* core/memory: Migrate over GetPointer()Lioncash2019-11-271-3/+3
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-1/+3
* vk_scheduler: Drop execution context in favor of viewsReinUsesLisp2019-07-071-2/+2
* video_core/engines: Remove unnecessary inclusions where applicableLioncash2019-04-061-0/+1
* video_core: Amend constructor initializer list order where applicableLioncash2019-03-271-2/+2
* gpu: Move GPUVAddr definition to common_types.bunnei2019-03-211-2/+1
* gpu: Use host address for caching instead of guest address.bunnei2019-03-151-10/+17
* video_core/engines: Remove unnecessary includesLioncash2019-03-061-1/+1
* vk_buffer_cache: Implement a buffer cacheReinUsesLisp2019-03-011-0/+116