Ryujinx/src/Ryujinx.Graphics.Shader/Translation/Optimizations
gdkchan d717aef2be
Shader: Assume the only remaining source is the right one when all others are undefined (#7331)
* Shader: Assume the only remaining source is the right one when all other are undefined

* Shader cache version bump

* Improve comment
2024-09-19 21:23:09 -03:00
..
BindlessElimination.cs Extend bindless elimination to catch a few more specific cases (#6921) 2024-06-16 14:46:27 -03:00
BindlessToArray.cs Extend bindless elimination to catch a few more specific cases (#6921) 2024-06-16 14:46:27 -03:00
BranchElimination.cs [Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373) 2023-06-28 08:59:13 +02:00
ConstantFolding.cs Delete ShaderConfig and organize shader resources/definitions better (#5509) 2023-08-13 22:26:42 -03:00
DoubleToFloat.cs [Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373) 2023-06-28 08:59:13 +02:00
GlobalToStorage.cs Strings should not be concatenated using '+' in a loop (#5664) 2023-10-05 12:41:00 +02:00
Optimizer.cs Extend bindless elimination to catch a few more specific cases (#6921) 2024-06-16 14:46:27 -03:00
Simplification.cs Extend bindless elimination to catch a few more specific cases (#6921) 2024-06-16 14:46:27 -03:00
Utils.cs Shader: Assume the only remaining source is the right one when all others are undefined (#7331) 2024-09-19 21:23:09 -03:00