ryubing/Ryujinx.Graphics.Gpu/Image
gdkchan c3a5716a95
Add copy dependency for some incompatible texture formats (#4380)
* Add copy dependency for some incompatible texture formats

* Simplify compatibility check
2023-02-21 19:21:57 -03:00
..
AutoDeleteCache.cs Limit texture cache based on total texture size (#4350) 2023-02-08 14:19:43 +01:00
FormatInfo.cs
FormatTable.cs
ITextureDescriptor.cs
Pool.cs Clear CPU side data on GPU buffer clears (#4125) 2023-02-16 18:28:49 -03:00
PoolCache.cs
ReductionFilter.cs
Sampler.cs
SamplerDescriptor.cs
SamplerMinFilter.cs
SamplerMipFilter.cs
SamplerPool.cs
SamplerPoolCache.cs
Texture.cs Limit texture cache based on total texture size (#4350) 2023-02-08 14:19:43 +01:00
TextureBindingInfo.cs
TextureBindingsManager.cs
TextureCache.cs Validate dimensions before creating texture (#4430) 2023-02-16 11:16:31 -03:00
TextureCompatibility.cs Add copy dependency for some incompatible texture formats (#4380) 2023-02-21 19:21:57 -03:00
TextureComponent.cs
TextureDependency.cs
TextureDescriptor.cs
TextureDescriptorType.cs
TextureGroup.cs Clear CPU side data on GPU buffer clears (#4125) 2023-02-16 18:28:49 -03:00
TextureGroupHandle.cs
TextureInfo.cs Handle mismatching texture size with copy dependencies (#4364) 2023-02-08 08:48:09 +01:00
TextureManager.cs Handle mismatching texture size with copy dependencies (#4364) 2023-02-08 08:48:09 +01:00
TextureMatchQuality.cs
TextureMsaaMode.cs
TexturePool.cs Handle mismatching texture size with copy dependencies (#4364) 2023-02-08 08:48:09 +01:00
TexturePoolCache.cs
TextureScaleMode.cs
TextureSearchFlags.cs Handle mismatching texture size with copy dependencies (#4364) 2023-02-08 08:48:09 +01:00
TextureTarget.cs
TextureViewCompatibility.cs