This website requires JavaScript.
Explore
Help
Sign In
tstarr
/
ryujinx
Watch
1
Star
0
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2024-10-02 16:50:20 -07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ryujinx
/
src
/
Ryujinx.Graphics.Shader
/
Translation
/
Optimizations
History
gdkchan
402f05b8ef
Replace constant buffer access on shader with new Load instruction (
#4646
)
2023-05-20 16:19:26 -03:00
..
BindlessElimination.cs
Move solution and projects to src
2023-04-27 23:51:14 +02:00
BindlessToIndexed.cs
Replace constant buffer access on shader with new Load instruction (
#4646
)
2023-05-20 16:19:26 -03:00
BranchElimination.cs
Move solution and projects to src
2023-04-27 23:51:14 +02:00
ConstantFolding.cs
Replace constant buffer access on shader with new Load instruction (
#4646
)
2023-05-20 16:19:26 -03:00
GlobalToStorage.cs
Replace constant buffer access on shader with new Load instruction (
#4646
)
2023-05-20 16:19:26 -03:00
Optimizer.cs
Replace constant buffer access on shader with new Load instruction (
#4646
)
2023-05-20 16:19:26 -03:00
Simplification.cs
Move solution and projects to src
2023-04-27 23:51:14 +02:00
Utils.cs
Eliminate redundant multiplications by gl_FragCoord.w on the shader (
#4578
)
2023-05-19 11:52:31 -03:00