summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Better interpolation and disabled attributes supportReinUsesLisp1-1/+12
2021-07-23shader: Implement front faceReinUsesLisp1-0/+1
2021-07-23shader: Implement SHFLameerj1-0/+1
2021-07-23shader: Implement VOTEameerj1-0/+1
2021-07-23spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp1-0/+2
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+10
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-0/+6
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-11/+41
2021-07-23shader: Add denorm flush supportReinUsesLisp1-3/+4
2021-07-23spirv: Initial bindings supportReinUsesLisp1-8/+25
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-0/+28