aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/GpuContext.cs
AgeCommit message (Expand)Author
2023-05-31GPU: Dispose Renderer after running deferred actions (#5144)riperiperi
2023-05-17Start GPU performance counter at 0 instead of host GPU value (#4992)OpaqueReptile
2023-05-11GPU: Remove swizzle undefined matching and rework depth aliasing (#4896)riperiperi
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...riperiperi
2023-04-27Move solution and projects to srcTSR Berry