suyu/src/video_core/buffer_cache
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
..
buffer_base.h buffer_base: Add support for cached CPU writes 2021-02-13 02:15:29 -03:00
buffer_cache.cpp video_core: Reimplement the buffer cache 2021-02-13 02:17:22 -03:00
buffer_cache.h vk_staging_buffer_pool: Add stream buffer for small uploads 2021-02-13 02:17:24 -03:00