summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Implement ClipDistanceFernandoS272021-07-231-0/+1
* shader: Add PointCoord attributeFernandoS272021-07-231-0/+1
* shader: Add PointSize attributeameerj2021-07-231-0/+1
* shader: Implement FSWZADDameerj2021-07-231-0/+1
* shader: Better interpolation and disabled attributes supportReinUsesLisp2021-07-231-1/+12
* shader: Implement front faceReinUsesLisp2021-07-231-0/+1
* shader: Implement SHFLameerj2021-07-231-0/+1
* shader: Implement VOTEameerj2021-07-231-0/+1
* spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp2021-07-231-0/+2
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+10
* shader: Partial implementation of LDCReinUsesLisp2021-07-231-0/+6
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-11/+41
* shader: Add denorm flush supportReinUsesLisp2021-07-231-3/+4
* spirv: Initial bindings supportReinUsesLisp2021-07-231-8/+25
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-0/+28