aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureInfo.cs
AgeCommit message (Expand)Author
2023-02-08Handle mismatching texture size with copy dependencies (#4364)1.1.605gdkchan
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey 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