summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Misc fixesReinUsesLisp2021-07-233-9/+13
* shader: Initial implementation of an ASTReinUsesLisp2021-07-2311-58/+914
* spirv: Initial SPIR-V supportReinUsesLisp2021-07-232-14/+10
* shader: Better constant foldingReinUsesLisp2021-07-231-1/+1
* shader: Properly store phi on InstReinUsesLisp2021-07-234-59/+115
* shader: Add pools and rename filesReinUsesLisp2021-07-2310-24/+73
* shader: Make typed IRReinUsesLisp2021-07-237-212/+389
* 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