aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/GpuContext.cs
AgeCommit message (Expand)Author
2024-05-19GPU: Migrate buffers on GPU project, pre-emptively flush device local mapping...riperiperi
2024-05-08Replace "List.ForEach" for "foreach" (#6783)Marco Carvalho
2024-01-22Add a separate device memory manager (#6153)gdkchan
2024-01-18Change shader cache init wait method (#6131)gdkchan
2023-07-11Move support buffer update out of the backends (#5411)gdkchan
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
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