Commit 7f13104c authored by ReinUsesLisp's avatar ReinUsesLisp Committed by ameerj
Browse files

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.
parent a55ff229
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment