summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_buffer_cache.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vk_update_descriptor: Inline and improve code for binding buffersReinUsesLisp2021-02-131-4/+0
* vk_buffer_cache: Add support for null index buffersReinUsesLisp2021-02-131-4/+35
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-11/+12
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-139/+227
* vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp2021-01-151-4/+4
* renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp2021-01-151-6/+6
* vk_memory_manager: Improve memory manager and its APIReinUsesLisp2021-01-151-16/+14
* vk_buffer_cache: Remove unused functionReinUsesLisp2021-01-151-4/+0
* renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp2021-01-041-1/+1
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-3/+3
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-23/+44
* video_core: Resolve more variable shadowing scenarios pt.3Lioncash2020-12-051-55/+55
* video_core: Remove all Core::System references in rendererReinUsesLisp2020-09-061-8/+9
* vk_buffer_cache: Make use of designated initializers where applicableLioncash2020-07-161-30/+33
* gl_buffer_cache: Copy to buffers created as STREAM_READ before downloadingReinUsesLisp2020-06-261-3/+3
* buffer_cache: Use buffer methods instead of cache virtual methodsReinUsesLisp2020-06-241-43/+46
* gl_buffer_cache: Mark buffers as residentReinUsesLisp2020-06-241-2/+2
* buffer_cache: Avoid passing references of shared pointers and misc style changesReinUsesLisp2020-06-091-13/+9
* buffer_cache: Use boost::intrusive::set for cachingReinUsesLisp2020-05-211-0/+1
* vulkan: Remove unnecessary includesLioncash2020-04-291-4/+0
* 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