aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureInfo.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-02-08Handle mismatching texture size with copy dependencies (#4364)gdkchan
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2021-03-02Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)riperiperi
2021-01-17Support for resources on non-contiguous GPU memory regions (#1905)gdkchan
2021-01-15Fix mipmap base level being ignored for sampled textures and images (#1911)gdkchan
2020-01-09Fix typos pointed out by LDj3SNuDgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Some code cleanupgdkchan
2020-01-09Initial workgdk