summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_control_flow.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20shader_recompiler: Reduce unused includesameerj1-1/+0
2021-12-06emit_spirv: Reduce emit_spirv.h include overheadameerj1-0/+1
2021-07-23glasm: Rework control flow introducing a syntax listReinUsesLisp1-26/+7
2021-07-23Move SPIR-V emission functions to their own headerReinUsesLisp1-0/+1
2021-07-23spirv: Add OpKill fallback to demoteReinUsesLisp1-2/+6
2021-07-23shader: Implement VertexA stageFernandoS271-0/+4
2021-07-23shader: Implement BRXFernandoS271-0/+4
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-10/+13
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-1/+1
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-5/+5
2021-07-23spirv: Initial bindings supportReinUsesLisp1-0/+26
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-25/+0
2021-07-23spirv: Initial SPIR-V supportReinUsesLisp1-0/+30