aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Shader/DiskCache/DiskCacheHostStorage.cs
AgeCommit message (Expand)Author
2022-08-02Fix geometry shader passthrough fallback being used when feature is supported...gdkchan
2022-08-02SPIR-V: Initialize undefined variables with 0 (#3526)riperiperi
2022-07-31Vulkan backend (#2518)gdkchan
2022-07-24Add support for conditional (with CC) shader Exit instructions (#3470)gdkchan
2022-07-23Fix decoding of block after shader BRA.CC instructions without predicate (#3472)gdkchan
2022-07-23Avoid adding shader buffer descriptors for constant buffers that are not used...gdkchan
2022-07-12Propagate Shader phi nodes with the same source value from all blocks (#3457)gdkchan
2022-07-05Add support for alpha to coverage dithering (#3069)gdkchan
2022-07-02Bindless elimination for constant sampler handle (#3424)gdkchan
2022-05-12Implement Viewport Transform Disable (#3328)riperiperi
2022-04-10New shader cache implementation (#3194)gdkchan