aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/HelperShader.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-03-19Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)riperiperi
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-05misc: Fix obsolete warnings in Ryujinx.Graphics.Vulkan (#4020)Mary-nyan
2022-12-04Implement non-MS to MS copies with draws (#3958)gdkchan
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-11-24GAL: Send all buffer assignments at once rather than individually (#3881)riperiperi
2022-11-16Implement HLE macro for DrawElementsIndirect (#3748)gdkchan
2022-11-02Vulkan: Implement multisample <-> non-multisample copies and depth-stencil re...gdkchan
2022-09-20Convert Quads to Triangles in Vulkan (#3715)riperiperi
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-08-04Implement HLE macros for render target clears (#3528)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan