summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_spirv_undefined.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-23Move SPIR-V emission functions to their own headerReinUsesLisp1-0/+1
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-5/+5
2021-07-23spirv: Initial bindings supportReinUsesLisp1-2/+2
2021-07-23shader: Support SSA loops on IRReinUsesLisp1-5/+5
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-6/+6
2021-07-23spirv: Initial SPIR-V supportReinUsesLisp1-0/+29