aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/PipelineFull.cs
AgeCommit message (Expand)Author
2023-03-19Vulkan: Migrate buffers between memory types to improve GPU performance (#4540)riperiperi
2023-02-09Vulkan: Flush command buffers for queries less aggressively (#4387)riperiperi
2023-02-08Fix some Vulkan validation errors (#4357)gdkchan
2023-01-24Vulkan: Reset queries on same command buffer (#4329)riperiperi
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2022-12-29Vulkan: Don't flush commands when creating most sync (#4087)riperiperi
2022-12-01chore: Update Silk.NET to 2.16.0 (#3953)Mary-nyan
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
2022-10-08Vulkan: Fix some issues with CacheByRange (#3743)riperiperi
2022-09-14Periodically Flush Commands for Vulkan (#3689)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