yuzu/src
ReinUsesLisp 7f13104c17 shader: Support out of bound local memory reads and immediate writes
Support ignoring immediate out of bound writes. Writing dynamically out
of bounds is not yet supported (e.g. R0+0x4).

Reading out of bounds yields zero. This is supported checking for the
size from the IR; if the input is immediate, the optimization passes
will drop it.
2021-07-22 21:51:41 -04:00
..
audio_core Merge pull request #6571 from Kelebek1/Mix 2021-07-12 22:09:05 -07:00
common cmake: Remove shader cache version 2021-07-22 21:51:40 -04:00
core cmake: Remove shader cache version 2021-07-22 21:51:40 -04:00
input_common Merge pull request #6654 from german77/custom_threshold 2021-07-21 20:31:33 -04:00
shader_recompiler shader: Support out of bound local memory reads and immediate writes 2021-07-22 21:51:41 -04:00
tests shader_recompiler,video_core: Cleanup some GCC and Clang errors 2021-07-22 21:51:26 -04:00
video_core vulkan/blit_image: Commit descriptor sets within worker thread 2021-07-22 21:51:40 -04:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu qt: Remove "experimental" from asynchronous shader building UI 2021-07-22 21:51:40 -04:00
yuzu_cmd general: Add setting shader_backend 2021-07-22 21:51:39 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt shader: Initial recompiler work 2021-07-22 21:51:21 -04:00