summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Make typed IRReinUsesLisp2021-07-239-46/+74
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-2/+4
* shader: Initial instruction supportReinUsesLisp2021-07-2316-178/+1039
* shader: SSA and dominanceReinUsesLisp2021-07-238-55/+223
* shader: Initial recompiler workReinUsesLisp2021-07-2324-0/+3555