mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
* Ground work for separate GPU channels * Rename TextureManager to TextureCache * Decouple texture bindings management from the texture cache * Rename BufferManager to BufferCache * Decouple buffer bindings management from the buffer cache * More comments and proper disposal * PR feedback * Force host state update on channel switch * Typo * PR feedback * Missing using |
||
|---|---|---|
| .. | ||
| AutoDeleteCache.cs | ||
| FormatInfo.cs | ||
| FormatTable.cs | ||
| ITextureDescriptor.cs | ||
| Pool.cs | ||
| ReductionFilter.cs | ||
| Sampler.cs | ||
| SamplerDescriptor.cs | ||
| SamplerMinFilter.cs | ||
| SamplerMipFilter.cs | ||
| SamplerPool.cs | ||
| Texture.cs | ||
| TextureBindingInfo.cs | ||
| TextureBindingsManager.cs | ||
| TextureCache.cs | ||
| TextureCompatibility.cs | ||
| TextureComponent.cs | ||
| TextureDependency.cs | ||
| TextureDescriptor.cs | ||
| TextureDescriptorType.cs | ||
| TextureGroup.cs | ||
| TextureGroupHandle.cs | ||
| TextureInfo.cs | ||
| TextureManager.cs | ||
| TextureMatchQuality.cs | ||
| TextureMsaaMode.cs | ||
| TexturePool.cs | ||
| TexturePoolCache.cs | ||
| TextureScaleMode.cs | ||
| TextureSearchFlags.cs | ||
| TextureTarget.cs | ||
| TextureViewCompatibility.cs | ||