aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/Effects/SmaaPostProcessingEffect.cs
AgeCommit message (Expand)Author
2024-07-17Vulkan: Defer guest barriers, and improve image barrier timings (#7012)riperiperi
2024-04-14Texture loading: reduce memory allocations (#6623)jhorv
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)riperiperi
2024-01-31Vulkan: Add Render Pass / Framebuffer Cache (#6182)riperiperi
2024-01-25Vulkan: Use staging buffer for temporary constants (#6168)riperiperi
2023-07-11Move support buffer update out of the backends (#5411)gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)TSRBerry
2023-06-03Allow BGRA images on Vulkan (#5203)gdkchan
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)gdkchan
2023-04-27Move solution and projects to srcTSR Berry