Archived
1
0
Fork 0
forked from Mirror/Ryujinx
This repository has been archived on 2024-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
jinx/Ryujinx.Graphics.Shader/Translation/Optimizations
2020-01-09 02:13:00 +01:00
..
BindlessToIndexed.cs Add partial support for array of samplers, and add pass to identify them from bindless texture accesses 2020-01-09 02:13:00 +01:00
BranchElimination.cs Initial work 2020-01-09 02:13:00 +01:00
ConstantFolding.cs Implement BFI, BRK, FLO, FSWZADD, PBK, SHFL and TXD shader instructions, misc. fixes 2020-01-09 02:13:00 +01:00
GlobalToStorage.cs Initial work 2020-01-09 02:13:00 +01:00
HalfConversion.cs Initial work 2020-01-09 02:13:00 +01:00
Optimizer.cs Add partial support for array of samplers, and add pass to identify them from bindless texture accesses 2020-01-09 02:13:00 +01:00
Simplification.cs Initial work 2020-01-09 02:13:00 +01:00