aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
AgeCommit message (Expand)Author
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-10-04Use unique temporary variables for function call parameters on SPIR-V (#5757)gdkchan
2023-09-16Replace ShaderOutputLayer with equivalent ShaderViewportIndexLayerEXT capabil...gdkchan
2023-08-29Geometry shader emulation for macOS (#5551)gdkchan
2023-08-16Fix vote and shuffle shader instructions on AMD GPUs (#5540)gdkchan
2023-08-13Delete ShaderConfig and organize shader resources/definitions better (#5509)gdkchan
2023-07-29Fix incorrect fragment origin when YNegate is enabled (#4673)gdkchan
2023-06-28[Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373)TSRBerry
2023-06-08Remove barrier on Intel if control flow is potentially divergent (#5044)gdkchan
2023-05-25Generate scaling helper functions on IR (#4714)gdkchan
2023-04-27Move solution and projects to srcTSR Berry