aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/GpuContext.cs
AgeCommit message (Expand)Author
2023-07-11Move support buffer update out of the backends (#5411)1.1.959gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)1.1.951TSRBerry
2023-05-31GPU: Dispose Renderer after running deferred actions (#5144)1.1.848riperiperi
2023-05-17Start GPU performance counter at 0 instead of host GPU value (#4992)1.1.802OpaqueReptile
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)1.1.791riperiperi
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...1.1.741riperiperi
2023-04-27Move solution and projects to srcTSR Berry