yuzu/src/shader_recompiler/frontend
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
..
ir shader_recompiler, video_core: Resolve clang errors 2021-07-22 21:51:40 -04:00
maxwell shader: Support out of bound local memory reads and immediate writes 2021-07-22 21:51:41 -04:00