aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureCache.cs
AgeCommit message (Expand)Author
2023-03-14Update range for remapped sparse textures instead of recreating them (#4442)riperiperi
2023-02-16Validate dimensions before creating texture (#4430)gdkchan
2023-02-10Allow partially mapped textures with unmapped start (#4394)gdkchan
2023-02-08Limit texture cache based on total texture size (#4350)gdkchan
2023-02-08Handle mismatching texture size with copy dependencies (#4364)gdkchan
2023-01-22Allow setting texture data from 1x to fix some textures resetting randomly (#...riperiperi
2023-01-17Add short duration texture cache (#3754)riperiperi
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-12-04Allow SNorm buffer texture formats on Vulkan (#3957)gdkchan
2022-08-26Fast path for Inline-to-Memory texture data transfers (#3610)gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-07-28Fix DMA linear texture copy fast path (#3496)gdkchan
2022-07-15Avoid scaling 2d textures that could be used as 3d (#3464)riperiperi
2022-06-14Support Array/3D depth-stencil render target, and single layer clears (#3400)gdkchan
2022-06-05Copy dependency for multisample and non-multisample textures (#3382)gdkchan
2022-04-08Allow copy texture views to have mismatching multisample state (#3152)gdkchan
2022-03-20De-tile GOB when DMA copying from block linear to pitch kind memory regions (...gdkchan
2022-02-22Allow textures to have their data partially mapped (#2629)gdkchan
2022-02-22Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112)riperiperi
2022-01-11Fix adjacent 3d texture slices being detected as Incompatible Overlaps (#2993)riperiperi
2022-01-09Texture Sync, incompatible overlap handling, data flush improvements. (#2971)riperiperi
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-09-29Only make render target 2D textures layered if needed (#2646)gdkchan
2021-09-19Fast path for Inline2Memory buffer write that skips write tracking (#2624)riperiperi
2021-09-11Lift textures in the AutoDeleteCache for all modifications. (#2615)riperiperi
2021-08-29Avoid deleting textures when their data does not overlap. (#2601)riperiperi
2021-08-20Remove pool cache entries for incompatible overlapping textures (#2568)riperiperi
2021-08-11Use "Undesired" scale mode for certain textures rather than blacklisting (#2537)riperiperi
2021-07-14Ensure that DMA copy target textures are kept alive or flushed (#2478)gdkchan
2021-07-11Separate GPU engines (part 2/2) (#2440)gdkchan
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan