mageven 311c2661b8 Replace image format magic numbers with enums (#3631) 3 年 前
..
AutoDeleteCache.cs 951700fdd8 Removed unused usings. (#3593) 3 年 前
FormatInfo.cs 3d055da5fc Allow swizzles to match with "undefined" components (#1538) 5 年 前
FormatTable.cs 311c2661b8 Replace image format magic numbers with enums (#3631) 3 年 前
ITextureDescriptor.cs 383c039037 shader cache: Fix invalid virtual address clean up (#1717) 5 年 前
Pool.cs e747f5cd83 Ensure texture ID is valid before getting texture descriptor (#3406) 3 年 前
PoolCache.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
ReductionFilter.cs 92703af555 Address PR feedback 6 年 前
Sampler.cs 99ffc061d3 Optimize Texture Binding and Shader Specialization Checks (#3399) 3 年 前
SamplerDescriptor.cs c30504e3b3 Use a descriptor cache for faster pool invalidation. (#1977) 5 年 前
SamplerMinFilter.cs 32764f9560 Add XML documentation to Ryujinx.Graphics.Gpu.Image 6 年 前
SamplerMipFilter.cs 32764f9560 Add XML documentation to Ryujinx.Graphics.Gpu.Image 6 年 前
SamplerPool.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
SamplerPoolCache.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
Texture.cs 923089a298 Fast path for Inline-to-Memory texture data transfers (#3610) 3 年 前
TextureBindingInfo.cs 934a78005e Simplify logic for bindless texture handling (#1667) 5 年 前
TextureBindingsManager.cs e87e8b012c Fix texture bindings using wrong sampler pool in some cases (#3583) 3 年 前
TextureCache.cs 923089a298 Fast path for Inline-to-Memory texture data transfers (#3610) 3 年 前
TextureCompatibility.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
TextureComponent.cs 32764f9560 Add XML documentation to Ryujinx.Graphics.Gpu.Image 6 年 前
TextureDependency.cs b530f0e110 Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001) 5 年 前
TextureDescriptor.cs 2232e4ae87 Vulkan backend (#2518) 3 年 前
TextureDescriptorType.cs 32764f9560 Add XML documentation to Ryujinx.Graphics.Gpu.Image 6 年 前
TextureGroup.cs d64594ec74 Fix various issues with texture sync (#3302) 4 年 前
TextureGroupHandle.cs d64594ec74 Fix various issues with texture sync (#3302) 4 年 前
TextureInfo.cs b530f0e110 Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001) 5 年 前
TextureManager.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
TextureMatchQuality.cs 0108004691 Prefer truly perfect texture matches over fomat aliased ones (#1754) 5 年 前
TextureMsaaMode.cs 32764f9560 Add XML documentation to Ryujinx.Graphics.Gpu.Image 6 年 前
TexturePool.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
TexturePoolCache.cs 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) 3 年 前
TextureScaleMode.cs 0a80a837cb Use "Undesired" scale mode for certain textures rather than blacklisting (#2537) 4 年 前
TextureSearchFlags.cs c9c65af59e Perform unscaled 2d engine copy on CPU if source texture isn't in cache. (#3112) 4 年 前
TextureTarget.cs f0b00c1ae9 Fix TXQ for 3D textures. (#2613) 4 年 前
TextureViewCompatibility.cs cda659955c Texture Sync, incompatible overlap handling, data flush improvements. (#2971) 4 年 前