summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Implement Y directionReinUsesLisp2021-07-231-0/+2
* glasm: Implement indirect attribute loadsReinUsesLisp2021-07-231-0/+1
* shader: Split profile and runtime information in separate structsReinUsesLisp2021-07-231-2/+4
* glasm: Properly declare attributes on geometry programsReinUsesLisp2021-07-231-0/+1
* glasm: Implement ImageReadReinUsesLisp2021-07-231-0/+2
* glasm: Implement stores to gl_ViewportIndexReinUsesLisp2021-07-231-2/+6
* glasm: Implement ImageFetchReinUsesLisp2021-07-231-0/+1
* glasm: Support textures used in more than one stageReinUsesLisp2021-07-231-1/+13
* glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp2021-07-231-0/+2
* glasm: Initial GLASM fp64 supportReinUsesLisp2021-07-231-0/+7
* glasm: Make GLASM aware of typesReinUsesLisp2021-07-231-4/+4
* glasm: Implement basic GLASM instructionsReinUsesLisp2021-07-231-2/+3
* glasm: Changes to GLASM register allocator and emit contextReinUsesLisp2021-07-231-3/+24
* glasm: Add GLASM backend infrastructureReinUsesLisp2021-07-231-0/+21