aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/ShaderCollection.cs
AgeCommit message (Expand)Author
2024-01-26Allow skipping draws with broken pipeline variants on Vulkan (#5807)gdkchan
2024-01-20Vulkan: Use templates for descriptor updates (#6014)riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-09-26Reduce the amount of descriptor pool allocations on Vulkan (#5673)gdkchan
2023-09-05Delete ResourceAccess (#5626)gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)Marco Carvalho
2023-06-10Implement transform feedback emulation for hardware without native support (#...gdkchan
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)gdkchan
2023-04-27Move solution and projects to srcTSR Berry