aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/Instructions/InstEmitTexture.cs
AgeCommit message (Expand)Author
2023-10-22Fix NRE on gather operations with depth compare on macOS (#5832)1.1.1060gdkchan
2023-10-03Implement textureSamples texture query shader instruction (#5750)1.1.1039gdkchan
2023-08-16Prefer jagged arrays over multidimensional (#5562)1.1.994Marco Carvalho
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