aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/Shaders/ShaderBinaries.cs
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-17Support copy between multisample and non-multisample depth textures (#4676)gdkchan
2023-02-21Add copy dependency for some incompatible texture formats (#4380)gdkchan
2023-02-07Support safe blit on non-2D textures (#4374)gdkchan
2023-02-06Implement safe depth-stencil blit using stencil export extension (#4356)gdkchan
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-04Implement non-MS to MS copies with draws (#3958)gdkchan
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-07-31Vulkan backend (#2518)gdkchan