aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Translation/Optimizations/BindlessElimination.cs
AgeCommit message (Expand)Author
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-23Extend bindless elimination to see through shuffle (#5958)1.1.1093gdkchan
2023-11-19Extend bindless elimination to see through Phis with the same results (#5957)1.1.1091gdkchan
2023-10-03Implement textureSamples texture query shader instruction (#5750)1.1.1039gdkchan
2023-08-13Delete ShaderConfig and organize shader resources/definitions better (#5509)1.1.985gdkchan
2023-07-03Stop identifying shader textures with handle and cbuf, use binding instead (#...1.1.952gdkchan
2023-06-28[Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373)1.1.929TSRBerry
2023-04-27Move solution and projects to srcTSR Berry