mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 14:41:44 +00:00
1fc90e57d2
* Update sparsely mapped texture ranges without recreating Important TODO in TexturePool. Smaller TODO: should I look into making textures with views also do this? It needs to be able to detect if the views can be instantly deleted without issue if they're now remapped. * Actually do partial updates * Signal group dirty after mappings changed * Fix various issues (should work now) * Further optimisation Should load a lot less data (16x) when partial updating 3d textures. * Improve stability * Allow granular uploads on large textures, improve rules * Actually avoid updating slices that aren't modified. * Address some feedback, minor optimisation * Small tweak * Refactor DereferenceRequest More specific initialization methods. * Improve code for resetting handles * Explain data loading a bit more * Add some safety for setting null from different threads. All texture sets come from the one thread, but null sets can come from multiple. Only decrement ref count if we succeeded the null set first. * Address feedback 1 * Make a bit safer |
||
---|---|---|
.. | ||
Astc | ||
Encoders | ||
Utils | ||
BC6Decoder.cs | ||
BC7Decoder.cs | ||
BCnDecoder.cs | ||
BCnEncoder.cs | ||
BlockLinearConstants.cs | ||
BlockLinearLayout.cs | ||
Bpp12Pixel.cs | ||
ETC2Decoder.cs | ||
LayoutConverter.cs | ||
OffsetCalculator.cs | ||
PixelConverter.cs | ||
Region.cs | ||
Ryujinx.Graphics.Texture.csproj | ||
Size.cs | ||
SizeCalculator.cs | ||
SizeInfo.cs |