summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/program_header.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-07-23shader_environment: Add shader_local_memory_crs_size to local memory sizeameerj1-2/+2
Fixes DOOM 2016 missing local memory
2021-07-23shader: Implement indexed Position and ClipDistancesFernandoS271-3/+42
2021-07-23shader: Implement indexed attributesFernandoS271-13/+70
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-0/+143