summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/ir_opt/verification_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-28GCC 12 fixesGravatar Liam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2021-07-22glasm: Remove unintentionally committed fmt::printsGravatar ReinUsesLisp1-2/+0
2021-07-22shader: Add more strict validation the passGravatar ReinUsesLisp1-0/+42
2021-07-22shader: Move microinstruction header to the value headerGravatar ReinUsesLisp1-1/+1
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorsGravatar lat9nq1-2/+2
2021-07-22shader: Implement CAL inlining function callsGravatar ReinUsesLisp1-8/+8
2021-07-22shader: Initial implementation of an ASTGravatar ReinUsesLisp1-0/+4
2021-07-22shader: Constant propagation and global memory to storage bufferGravatar ReinUsesLisp1-19/+23
2021-07-22shader: Initial recompiler workGravatar ReinUsesLisp1-0/+50