summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-4/+13
2021-07-23glasm: Implement GLASM fp16 packing and move bitwise insnsReinUsesLisp1-40/+0
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-18/+77
2021-07-23glasm: Remove unused argument in identity instructions on GLASMReinUsesLisp1-7/+7
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-3/+63
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+95