aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Memory
AgeCommit message (Expand)Author
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-10Implement transform feedback emulation for hardware without native support (#...gdkchan
2023-06-03Implement shader storage buffer operations using new Load/Store instructions ...gdkchan
2023-05-18GPU: Avoid using garbage size for non-cb0 storage buffers (#4999)riperiperi
2023-05-05GPU: Remove CPU region handle containers (#4817)riperiperi
2023-05-05GPU: Allow granular buffer updates from the constant buffer updater (#4749)riperiperi
2023-05-01GPU: Pre-emptively flush textures that are flushed often (to imported memory ...riperiperi
2023-05-01GPU: Fix errors handling texture remapping (#4745)riperiperi
2023-04-27Move solution and projects to srcTSR Berry