summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Implement InvocationIdReinUsesLisp2021-07-231-0/+3
* glasm: Implement geometry shader attribute readsReinUsesLisp2021-07-231-0/+3
* glasm: Properly declare attributes on geometry programsReinUsesLisp2021-07-231-1/+8
* glasm: Implement ImageReadReinUsesLisp2021-07-231-0/+10
* glasm: Fix compute stage nameReinUsesLisp2021-07-231-1/+1
* glasm: Implement stores to gl_ViewportIndexReinUsesLisp2021-07-231-1/+3
* glasm: Implement ImageFetchReinUsesLisp2021-07-231-5/+8
* glasm: Support textures used in more than one stageReinUsesLisp2021-07-231-1/+9
* 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