aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Ryujinx.Graphics.Shader.csproj
AgeCommit message (Expand)Author
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2022-01-08Add support for render scale to vertex stage. (#2763)riperiperi
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2021-10-18Fix shader 8-bit and 16-bit STS/STG (#2741)gdkchan
2021-01-26Add support for shader atomic min/max (S32) (#1948)gdkchan
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-05-04Upgrade projects to C#8 (#1193)Ac_K
2020-04-22Update .NET Core to 3.1, and update NuGet Packages (#1121)Michael Kuklinski
2020-01-09Add runtime identifiers to new projectsgdkchan
2020-01-09Support shared color mask, implement more shader instructionsgdkchan
2020-01-09Add a pass to turn global memory access into storage access, and do all stora...gdk
2020-01-09Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing t...gdk
2020-01-09Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc...gdk
2020-01-09Initial workgdk