aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Gpu/Shader/DiskCache/DiskCacheHostStorage.cs
AgeCommit message (Collapse)Author
2023-05-12Bump shader cache codegen versionMary
That was missing from #4892
2023-05-05Use correct offset for storage constant buffer elimination (#4821)riperiperi
2023-05-05Allow any shader SSBO constant buffer slot and offset (#2237)gdkchan
* Allow any shader SSBO constant buffer slot and offset * Fix slot value passed to SetUsedStorageBuffer on fallback case * Shader cache version * Ensure that the storage buffer source constant buffer offset is word aligned * Fix FirstBinding on GetUniformBufferDescriptors
2023-04-27Move solution and projects to srcTSR Berry