aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs
AgeCommit message (Expand)Author
2023-03-19Remove MultiRange Min/MaxAddress and rename GetSlice to Slice (#4566)gdkchan
2023-03-14GPU: Fast path for adding one texture view to a group (#4528)riperiperi
2023-03-14Update range for remapped sparse textures instead of recreating them (#4442)riperiperi
2023-02-16Clear CPU side data on GPU buffer clears (#4125)gdkchan
2023-02-12Fix partial updates for textures. (#4401)riperiperi
2023-02-08Limit texture cache based on total texture size (#4350)gdkchan
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-14Fix texture flush from CPU WaitSync regression on OpenGL (#4289)gdkchan
2023-01-13Fix texture modified on CPU from GPU thread after being modified on GPU not b...gdkchan
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)gdkchan
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-04-29Fix various issues with texture sync (#3302)riperiperi
2022-02-22Allow textures to have their data partially mapped (#2629)gdkchan
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-09-29Force copy when auto-deleting a texture with dependencies (#2687)riperiperi
2021-08-20Remove pool cache entries for incompatible overlapping textures (#2568)riperiperi
2021-08-20Fix GetHandleInformation for mipmapped 3d textures (#2569)riperiperi
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-03-19Improve linear texture compatibility rules (#2099)riperiperi
2021-03-06Improve handling for unmapped GPU resources (#2083)riperiperi
2021-03-02Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001)riperiperi