summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-239-25/+73
|
* shader: Initial instruction supportReinUsesLisp2021-07-238-65/+398
|
* shader: SSA and dominanceReinUsesLisp2021-07-2311-19/+178
|
* shader: Initial recompiler workReinUsesLisp2021-07-2321-0/+3027