aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp
AgeCommit message (Expand)Author
2021-07-22shader: Add PointCoord attributeFernandoS27
2021-07-22shader: Add PointSize attributeameerj
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp
2021-07-22shader: Better interpolation and disabled attributes supportReinUsesLisp
2021-07-22shader: Implement front faceReinUsesLisp
2021-07-22shader: Implement NDC [-1, 1], attribute types and default varying initializa...ReinUsesLisp
2021-07-22spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Partial implementation of LDCReinUsesLisp
2021-07-22shader: Primitive Vulkan integrationReinUsesLisp
2021-07-22spirv: Initial bindings supportReinUsesLisp
2021-07-22shader: Initial implementation of an ASTReinUsesLisp
2021-07-22spirv: Initial SPIR-V supportReinUsesLisp