yuzu/src/video_core/vulkan_common
ReinUsesLisp 35df1d1864 vk_staging_buffer_pool: Add stream buffer for small uploads
This uses a ring buffer similar to OpenGL's stream buffer for small
uploads. This stops us from allocating several small buffers, reducing
memory fragmentation and cache locality.

It uses dedicated allocations when possible.
2021-02-13 02:17:24 -03:00
..
nsight_aftermath_tracker.cpp nsight_aftermath_tracker: Fix build issues when enabled 2021-01-23 04:13:39 -03:00
nsight_aftermath_tracker.h nsight_aftermath_tracker: Fix build issues when enabled 2021-01-23 04:13:39 -03:00
vulkan_debug_callback.cpp video_core: Silence -Wmissing-field-initializers warnings 2021-01-24 04:32:19 -03:00
vulkan_debug_callback.h vulkan_debug_callback: Add missing header guard 2021-01-17 02:39:24 -05:00
vulkan_device.cpp vulkan_device: Enable robustBufferAccess 2021-02-13 02:17:23 -03:00
vulkan_device.h vulkan_common: Expose interop and headless devices 2021-02-13 02:16:21 -03:00
vulkan_instance.cpp vulkan_instance: Initialize Vulkan instance in a separate thread 2021-02-13 02:16:21 -03:00
vulkan_instance.h vulkan_instance: Allow different Vulkan versions and enforce 1.1 2020-12-31 02:07:34 -03:00
vulkan_library.cpp vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]] 2021-01-07 17:37:47 +00:00
vulkan_library.h vulkan_common: Move dynamic library load to a separate file 2020-12-31 02:02:48 -03:00
vulkan_memory_allocator.cpp vulkan_common: Expose interop and headless devices 2021-02-13 02:16:21 -03:00
vulkan_memory_allocator.h video_core: Reimplement the buffer cache 2021-02-13 02:17:22 -03:00
vulkan_surface.cpp renderer_vulkan: Initialize surface in separate file 2020-12-31 02:07:33 -03:00
vulkan_surface.h renderer_vulkan: Initialize surface in separate file 2020-12-31 02:07:33 -03:00
vulkan_wrapper.cpp vk_staging_buffer_pool: Add stream buffer for small uploads 2021-02-13 02:17:24 -03:00
vulkan_wrapper.h vk_staging_buffer_pool: Add stream buffer for small uploads 2021-02-13 02:17:24 -03:00