yuzu/src
ameerj 5119a57614 maxwell_3d: Implement a safer CB data upload
This makes constant buffer uploads safer and more accurate by updating the GPU memory as soon as the CB Data method is invoked. The previous implementation was deferring the updates until a different maxwell 3d method was detected, then writing all CB data at once.
2022-03-14 19:18:36 -04:00
..
audio_core audio_core: Update current process revision 2022-02-11 00:56:13 -05:00
common cpu_detect: Add additional x86 flags and telemetry 2022-03-11 10:27:00 -08:00
core dynarmic: Reduce size of code caches 2022-03-13 22:17:14 +00:00
input_common Merge pull request #7859 from german77/battery_again 2022-02-24 11:42:51 -08:00
shader_recompiler emit_spirv, vk_compute_pass: Resolve VS2022 compiler errors 2022-03-12 02:54:33 -05:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core maxwell_3d: Implement a safer CB data upload 2022-03-14 19:18:36 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu config: Write dynarmic exclusive memory configs 2022-03-12 03:42:50 -05:00
yuzu_cmd dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00