summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emit_glasm: Enable ARB_draw_buffers when neededReinUsesLisp2021-07-231-1/+1
* glasm: Add graphics specific shader declarations to GLASMReinUsesLisp2021-07-231-0/+37
* glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp2021-07-231-0/+17
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-1/+20
* glasm: Changes to GLASM register allocator and emit contextReinUsesLisp2021-07-231-2/+6
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+7