aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TexturePool.cs
AgeCommit message (Expand)Author
2022-07-27Add a sampler pool cache and improve texture pool cache (#3487)1.1.194gdkchan
2022-06-17Optimize Texture Binding and Shader Specialization Checks (#3399)1.1.149riperiperi
2022-03-15Implement S8D24 texture format and tweak depth range detection (#2458)1.1.74gdkchan
2022-01-10Fix sampled multisample image size (#2984)gdkchan
2021-09-29Replace CacheResourceWrite with more general "precise" write (#2684)riperiperi
2021-08-29Avoid deleting textures when their data does not overlap. (#2601)riperiperi
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-24Initial support for GPU channels (#2372)gdkchan
2021-03-08Improve Buffer Textures and flush Image Stores (#2088)riperiperi
2021-03-06Improve handling for unmapped GPU resources (#2083)riperiperi
2021-01-29Use a descriptor cache for faster pool invalidation. (#1977)riperiperi
2021-01-19Fix out of range exception when a invalid base lod is used (#1931)gdkchan
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-12-09GPU - Improve Memory Allocation (#1722)sharmander
2020-11-27Prefer truly perfect texture matches over fomat aliased ones (#1754)riperiperi
2020-11-09Size hints for copy regions and viewport dimensions to avoid data loss (#1686)riperiperi
2020-09-29Convert 1D texture targets to 2D (#1584)gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-07-13Fix depth stencil formats copy by matching equivalent color formats (#1198)gdkchan
2020-07-07Implement Zero-Configuration Resolution Scaling (#1365)riperiperi
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD
2020-05-29Add new depth-stencil formats (#1284)gdkchan
2020-05-27Support separate textures and samplers (#1216)gdkchan
2020-05-03Use correct swizzle on depth-stencil textures (#1196)gdkchan
2020-01-13Add a GetSpan method to the memory manager and use it on GPU (#877)gdkchan
2020-01-09Change GPU errors to debug and reduce log messagesgdkchan
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-09Support texture rectangle targets (non-normalized coords)gdkchan
2020-01-09Small optimizations on texture and sampler pool invalidationgdk
2020-01-09Initial support for image stores, support texture sample on computegdk
2020-01-09Initial workgdk