clean_ryujinx/src/Ryujinx.Graphics.Gpu/Shader/DiskCache
AsperTheDog c0078088dd Add shader non-uniform indexing support (#91)
This PR marks ALL texture indexes as nonuniform to fix an issue with the paths in Tomodachi Life: Living the Dream on AMD cards. It should have a negligible impact on performance (and it should not have an impact at all on NVIDIA cards!)

It's caused by what is called 'implicit non-uniform sampler array indexing'. The idea is basically that some GPUs optimize texture lookups from indexed texture arrays, by assuming that you are never going to index different textures within a single workgroup. What this causes is that visual glitch where a subgroup is tasked with rendering a block of the screen, and in the boundaries some cores are indexing the wrong texture.

Co-authored-by: AsperTheDog <guillerman0000@gmail.com>
Reviewed-on: https://git.ryujinx.app/projects/Ryubing/pulls/91
2026-05-14 08:59:10 +00:00
..
BackgroundDiskCacheWriter.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00
BinarySerializer.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00
CompressionAlgorithm.cs misc: Change disk shader cache compression algorithm to Brotli (RFC 7932) (#6841) 2024-05-26 20:06:41 +02:00
DiskCacheCommon.cs misc: Change disk shader cache compression algorithm to Brotli (RFC 7932) (#6841) 2024-05-26 20:06:41 +02:00
DiskCacheGpuAccessor.cs Add support for bindless textures from storage buffer on Vulkan (#6721) 2024-05-14 16:47:16 +02:00
DiskCacheGuestStorage.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00
DiskCacheHostStorage.cs Add shader non-uniform indexing support (#91) 2026-05-14 08:59:10 +00:00
DiskCacheLoadException.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
DiskCacheLoadResult.cs Add support for large sampler arrays on Vulkan (#6489) 2024-04-07 18:25:55 -03:00
DiskCacheOutputStreams.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
GuestCodeAndCbData.cs [Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367) 2023-07-02 02:47:54 +02:00
ParallelDiskCacheLoader.cs Revert the Metal Experiment (#701) 2025-02-22 21:26:46 -06:00
ShaderBinarySerializer.cs Fix ~3500 analyser issues 2025-05-30 17:08:34 -05:00