aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureGroup.cs
AgeCommit message (Expand)Author
2023-02-16Clear CPU side data on GPU buffer clears (#4125)1.1.624gdkchan
2023-02-12Fix partial updates for textures. (#4401)1.1.617riperiperi
2023-02-08Limit texture cache based on total texture size (#4350)1.1.606gdkchan
2023-01-17Implement support for page sizes > 4KB (#4252)1.1.568gdkchan
2023-01-14Fix texture flush from CPU WaitSync regression on OpenGL (#4289)1.1.555gdkchan
2023-01-13Fix texture modified on CPU from GPU thread after being modified on GPU not b...1.1.553gdkchan
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)1.1.538gdkchan
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)1.1.297riperiperi
2022-04-29Fix various issues with texture sync (#3302)1.1.107riperiperi
2022-02-22Allow textures to have their data partially mapped (#2629)1.1.52gdkchan
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