aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Instructions/InstEmitAttribute.cs
AgeCommit message (Expand)Author
2024-05-14Add support for bindless textures from storage buffer on Vulkan (#6721)gdkchan
2023-08-29Geometry shader emulation for macOS (#5551)gdkchan
2023-08-16Implement scaled vertex format emulation (#5564)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-22Fix regression introduced by 1.1.1733 on Intel GPUs (#5311)Kurochi51
2023-05-20Replace constant buffer access on shader with new Load instruction (#4646)gdkchan
2023-04-27Move solution and projects to srcTSR Berry