summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23emit_glasm: Enable ARB_draw_buffers when neededReinUsesLisp1-1/+1
2021-07-23glasm: Add graphics specific shader declarations to GLASMReinUsesLisp1-0/+37
2021-07-23glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp1-0/+17
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-1/+20
2021-07-23glasm: Changes to GLASM register allocator and emit contextReinUsesLisp1-2/+6
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-6/+1
2021-04-13nvidia_flags: Add missing header guardLioncash1-0/+2
2021-01-21renderer_opengl: Avoid precompiled cache and force NV GL cache directoryReinUsesLisp1-0/+10