diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-07-21 18:28:36 -0300 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:41 -0400 |
commit | 7f13104c1778cfdfd54350e92603164070781124 (patch) | |
tree | 9beaef257611df720594b906b304ca075a6b4a7f /src/shader_recompiler/frontend/maxwell/control_flow.cpp | |
parent | a55ff22900c5261915eb8b88f2c0f18a4eb6f30f (diff) |
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.
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/control_flow.cpp')
0 files changed, 0 insertions, 0 deletions