yuzu/src/shader_recompiler/frontend/maxwell/translate
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
..
impl shader: Support out of bound local memory reads and immediate writes 2021-07-22 21:51:41 -04:00
translate.cpp shader: Handle host exceptions 2021-07-22 21:51:34 -04:00
translate.h glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00