aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
AgeCommit message (Expand)Author
2023-03-04Minor code formatting (#4498)gdkchan
2022-12-29Use vector outputs for texture operations (#3939)gdkchan
2022-11-30Remove shader dependency on SPV_KHR_shader_ballot and SPV_KHR_subgroup_vote e...gdkchan
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-12Use vector transform feedback outputs if possible (#3832)gdkchan
2022-10-01Fix incorrect tessellation inputs/outputs (#3728)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan