Ryujinx/Ryujinx.Graphics.Gpu/Image
Ac_K 73f6149bd6
gpu: Implement missing texture formats (#1867)
* gpu: Implement Etc2Rgba texture format

* Add more format

* Fix wrong pixel format
2021-01-05 06:02:49 +01:00
..
AutoDeleteCache.cs
FormatInfo.cs
FormatTable.cs gpu: Implement missing texture formats (#1867) 2021-01-05 06:02:49 +01:00
ITextureDescriptor.cs
Pool.cs Cache delegate for QueryModified, use regular multi handle. (#1771) 2020-12-03 19:34:32 +01:00
ReductionFilter.cs
Sampler.cs
SamplerDescriptor.cs
SamplerMinFilter.cs
SamplerMipFilter.cs
SamplerPool.cs
Texture.cs Extract texture Target from Info for quick access (#1774) 2020-12-03 20:34:27 +01:00
TextureBindingInfo.cs
TextureBindingsManager.cs Extract texture Target from Info for quick access (#1774) 2020-12-03 20:34:27 +01:00
TextureCompatibility.cs Prefer truly perfect texture matches over fomat aliased ones (#1754) 2020-11-27 19:46:23 +01:00
TextureComponent.cs
TextureDescriptor.cs
TextureDescriptorType.cs
TextureInfo.cs
TextureManager.cs GPU - Improve Memory Allocation (#1722) 2020-12-09 19:26:05 -03:00
TextureMatchQuality.cs Prefer truly perfect texture matches over fomat aliased ones (#1754) 2020-11-27 19:46:23 +01:00
TextureMsaaMode.cs
TexturePool.cs GPU - Improve Memory Allocation (#1722) 2020-12-09 19:26:05 -03:00
TexturePoolCache.cs
TextureScaleMode.cs
TextureSearchFlags.cs
TextureTarget.cs
TextureViewCompatibility.cs