aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/SizeInfo.cs
AgeCommit message (Expand)Author
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-08-29Avoid deleting textures when their data does not overlap. (#2601)riperiperi
2021-03-02Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)riperiperi
2021-01-17Support for resources on non-contiguous GPU memory regions (#1905)gdkchan
2020-04-25Implement texture buffers (#1152)gdkchan
2020-01-09Initial workgdk