summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Initial implementation of an ASTReinUsesLisp2021-07-2310-477/+238
* spirv: Initial SPIR-V supportReinUsesLisp2021-07-231-5/+5
* shader: Add pools and rename filesReinUsesLisp2021-07-2315-63/+40
* 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