aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm_context_get_set.cpp
AgeCommit message (Expand)Author
2021-07-22shader: Add loggingReinUsesLisp
2021-07-22emit_glasm_context_get_set: Remove unused variablelat9nq
2021-07-22shader,glasm: Implement legacy texcoord loadsReinUsesLisp
2021-07-22glasm: Implement legacy varyingsReinUsesLisp
2021-07-22shader: Add support for "negative" and unaligned offsetsReinUsesLisp
2021-07-22emit_glasm_context_get_set: Remove unused variablelat9nq
2021-07-22glasm: Implement indirect attribute loadsReinUsesLisp
2021-07-22glasm: Implement gl_Layer storesReinUsesLisp
2021-07-22glasm: Simplify patch readsReinUsesLisp
2021-07-22glasm: Fix output patch readsReinUsesLisp
2021-07-22emit_glasm_context_get_and_set.cpp: Add missing semicolonsameerj
2021-07-22glasm: Implement PrimitiveId attribute readReinUsesLisp
2021-07-22glasm: Implement clip distance storesReinUsesLisp
2021-07-22glasm: Fix tessellation input attributesReinUsesLisp
2021-07-22glasm: Add missing semicolon on tesscoord readingReinUsesLisp
2021-07-22glasm: Implement TessellationEvaluationPointReinUsesLisp
2021-07-22glasm: Implement patch memoryReinUsesLisp
2021-07-22glasm: Implement geometry shader attribute readsReinUsesLisp
2021-07-22glasm: Properly declare attributes on geometry programsReinUsesLisp
2021-07-22glasm: Implement stores to gl_ViewportIndexReinUsesLisp
2021-07-22glasm: Implement gl_PointSize storesReinUsesLisp
2021-07-22glasm: Implement gl_PointCoordReinUsesLisp
2021-07-22glasm: Implement gl_FrongFacing attributeReinUsesLisp
2021-07-22glasm: Implement gl_FragDepth and gl_SampleMask storesReinUsesLisp
2021-07-22glasm: Implement InstanceId and VertexIdReinUsesLisp
2021-07-22emit_glasm: Add support for reading position attributesReinUsesLisp
2021-07-22glasm: Implement some graphics instructions on GLASMReinUsesLisp
2021-07-22glasm: Implement local memory for glasmameerj
2021-07-22glasm: Make GLASM aware of typesReinUsesLisp
2021-07-22glasm: Implement basic GLASM instructionsReinUsesLisp
2021-07-22glasm: Add GLASM backend infrastructureReinUsesLisp