summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23spirv: Initial SPIR-V supportReinUsesLisp1-5/+5
2021-07-23shader: Add pools and rename filesReinUsesLisp15-63/+40
2021-07-23shader: Make typed IRReinUsesLisp9-46/+74
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-2/+4
2021-07-23shader: Initial instruction supportReinUsesLisp16-178/+1039
2021-07-23shader: SSA and dominanceReinUsesLisp8-55/+223
2021-07-23shader: Initial recompiler workReinUsesLisp24-0/+3555