yuzu-mirror/src
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 +07:00
..
audio_core Merge pull request #5868 from german77/HandheldFix 2021-02-08 11:33:53 +07:00
common common: Add -fsized-deallocation as a Clang flag 2021-02-09 21:28:33 +07:00
core kernel: More accurately reserve and release resources 2021-02-12 19:05:24 +07:00
input_common Merge pull request #5869 from german77/mousePanning 2021-02-11 09:58:23 +07:00
tests tests/buffer_base: Add cached CPU writes tests 2021-02-13 02:15:29 +07:00
video_core vk_staging_buffer_pool: Add stream buffer for small uploads 2021-02-13 02:17:24 +07:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 +07:00
yuzu vulkan_wrapper: Pull Windows symbols 2021-02-13 02:16:21 +07:00
yuzu_cmd gpu: Report renderer errors with exceptions 2021-02-13 02:16:19 +07:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 +07:00