Ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
gdkchan 63f1663fa9
Fix shader 8-bit and 16-bit STS/STG (#2741)
* Fix 8 and 16-bit STG

* Fix 8 and 16-bit STS

* Shader cache version bump
2021-10-18 20:24:15 -03:00
..
BindlessElimination.cs Extend bindless elimination to work with masked and shifted handles (#2727) 2021-10-17 17:28:18 -03:00
BindlessToIndexed.cs Move shader resource descriptor creation out of the backend (#2290) 2021-05-19 23:15:26 +02:00
BranchElimination.cs
ConstantFolding.cs
GlobalToStorage.cs Fix shader 8-bit and 16-bit STS/STG (#2741) 2021-10-18 20:24:15 -03:00
HalfConversion.cs Initial work 2020-01-09 02:13:00 +01:00
Optimizer.cs Implement Shader Instructions SUATOM and SURED (#2090) 2021-08-31 02:51:57 -03:00
Simplification.cs Initial work 2020-01-09 02:13:00 +01:00
Utils.cs