summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Split profile and runtime information in separate structsReinUsesLisp1-2/+4
2021-07-23glasm: Properly declare attributes on geometry programsReinUsesLisp1-0/+1
2021-07-23glasm: Implement ImageReadReinUsesLisp1-0/+2
2021-07-23glasm: Implement stores to gl_ViewportIndexReinUsesLisp1-2/+6
2021-07-23glasm: Implement ImageFetchReinUsesLisp1-0/+1
2021-07-23glasm: Support textures used in more than one stageReinUsesLisp1-1/+13
2021-07-23glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp1-0/+2
2021-07-23glasm: Initial GLASM fp64 supportReinUsesLisp1-0/+7
2021-07-23glasm: Make GLASM aware of typesReinUsesLisp1-4/+4
2021-07-23glasm: Implement basic GLASM instructionsReinUsesLisp1-2/+3
2021-07-23glasm: Changes to GLASM register allocator and emit contextReinUsesLisp1-3/+24
2021-07-23glasm: Add GLASM backend infrastructureReinUsesLisp1-0/+21