yuzu-android/src
ameerj 642c14f0c7 OpenGL: Make use of persistent buffer maps in buffer cache downloads
Persistent buffer maps were already used by the texture cache, this extends their usage for the buffer cache.

In my testing, using the memory maps for uploads was slower than the existing "ImmediateUpload" path, so the memory map usage is limited to downloads for the time being.
2023-05-28 00:38:46 -04:00
..
audio_core Smooth out the DSP callback by adding a 5ms wait time limit 2023-05-18 13:03:32 +01:00
common textures: add BC1 and BC3 compressors and recompression setting 2023-05-23 12:54:40 -04:00
core Merge pull request #10396 from german77/amiibo_write 2023-05-25 14:07:16 -07:00
dedicated_room Run clang-format to fix all. 2023-04-19 17:52:09 +00:00
input_common Merge pull request #10396 from german77/amiibo_write 2023-05-25 14:07:16 -07:00
network general: fix spelling mistakes 2023-03-12 11:33:01 -04:00
shader_recompiler shader_recompiler: fix copy-paste error 2023-05-26 00:36:12 -04:00
tests Buffer cache: always use async buffer downloads and fix regression. 2023-05-07 23:46:12 +02:00
video_core OpenGL: Make use of persistent buffer maps in buffer cache downloads 2023-05-28 00:38:46 -04:00
web_service general: fixes for gcc 13 2023-04-02 19:02:04 -04:00
yuzu textures: add BC1 and BC3 compressors and recompression setting 2023-05-23 12:54:40 -04:00
yuzu_cmd Don't exit when using "-u" option in yuzu-cmd 2023-05-25 20:07:52 +02:00
.clang-format chore: make yuzu REUSE compliant 2022-07-27 12:53:49 +02:00
CMakeLists.txt CMake: Enable type limits on Clang 2023-05-02 02:07:36 -04:00