aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Engine/Compute/ComputeClass.cs
AgeCommit message (Expand)Author
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-07-02[Ryujinx.Graphics.Gpu] Address dotnet-format issues (#5367)TSRBerry
2023-06-05Fix wrong unaligned SB state when fetching compute shaders (#5223)gdkchan
2023-06-03Implement shader storage buffer operations using new Load/Store instructions ...gdkchan
2023-05-20Limit compute storage buffer size (#5028)gdkchan
2023-05-05Allow any shader SSBO constant buffer slot and offset (#2237)gdkchan
2023-04-27Move solution and projects to srcTSR Berry