summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/ir_emitter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Misc fixesReinUsesLisp2021-07-231-0/+2
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-9/+34
* spirv: Initial SPIR-V supportReinUsesLisp2021-07-231-6/+6
* shader: Make typed IRReinUsesLisp2021-07-231-91/+184
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-3/+17
* shader: Initial instruction supportReinUsesLisp2021-07-231-12/+188
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+533