aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureDescriptor.cs
AgeCommit message (Expand)Author
2022-07-31Vulkan backend (#2518)1.1.200gdkchan
2022-06-24Ensure texture ID is valid before getting texture descriptor (#3406)1.1.154gdkchan
2021-03-08Improve Buffer Textures and flush Image Stores (#2088)riperiperi
2021-01-29Use a descriptor cache for faster pool invalidation. (#1977)riperiperi
2020-11-17shader cache: Fix invalid virtual address clean up (#1717)Mary
2020-11-13Salieri: shader cache (#1701)Mary
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2020-01-09Fix typos pointed out by LDj3SNuDgdkchan
2020-01-09Add XML documentation to Ryujinx.Graphics.Gpu.Imagegdkchan
2020-01-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Initial workgdk