aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Shader/ShaderSpecializationList.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2022-12-04GPU: Use lazy checks for specialization state (#4004)riperiperi
2022-11-17GPU: Eliminate CB0 accesses when storage buffer accesses are resolved (#3847)riperiperi
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-06-17Optimize Texture Binding and Shader Specialization Checks (#3399)riperiperi
2022-05-12Implement Viewport Transform Disable (#3328)riperiperi
2022-04-10New shader cache implementation (#3194)gdkchan