aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Ryujinx.Graphics.Gpu.csproj
AgeCommit message (Expand)Author
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-07-31Vulkan backend (#2518)gdkchan
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2020-11-15infra: Migrate to .NET 5 (#1694)Mary
2020-11-13Salieri: shader cache (#1701)Mary
2020-07-23New GPFifo and fast guest constant buffer updates (#1400)gdkchan
2020-05-04Upgrade projects to C#8 (#1193)Ac_K
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-22Update .NET Core to 3.1, and update NuGet Packages (#1121)Michael Kuklinski
2020-02-02Use correct shader local memory size instead of a hardcoded size (#914)gdkchan
2020-01-09Add runtime identifiers to new projectsgdkchan
2020-01-09Initialize GPU physical memory accessor from KProcess, to allow homebrew that...gdkchan
2020-01-09Initial workgdk