aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/StructuredIr/AstTextureOperation.cs
AgeCommit message (Expand)Author
2024-05-26Allow texture arrays to use separate descriptor sets on Vulkan (#6870)gdkchan
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...gdkchan
2023-07-03Stop identifying shader textures with handle and cbuf, use binding instead (#...gdkchan
2023-06-28[Ryujinx.Graphics.Shader] Address dotnet-format issues (#5373)TSRBerry
2023-05-26Force reciprocal operation with value biased by constant to be precise on mac...gdkchan
2023-05-25Generate scaling helper functions on IR (#4714)gdkchan
2023-04-27Move solution and projects to srcTSR Berry