aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/Effects/FxaaPostProcessingEffect.cs
AgeCommit message (Expand)Author
2024-09-17Change image format view handling to allow view incompatible formats (#7311)1.1.1392gdkchan
2024-07-17Vulkan: Defer guest barriers, and improve image barrier timings (#7012)1.1.1352riperiperi
2024-02-17Vulkan: Improve texture barrier usage, timing and batching (#6240)1.1.1199riperiperi
2024-01-25Vulkan: Use staging buffer for temporary constants (#6168)1.1.1127riperiperi
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-07-11Move support buffer update out of the backends (#5411)1.1.959gdkchan
2023-07-01[Ryujinx.Graphics.Vulkan] Address dotnet-format issues (#5378)1.1.946TSRBerry
2023-06-03Allow BGRA images on Vulkan (#5203)1.1.857gdkchan
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)1.1.812gdkchan
2023-04-27Move solution and projects to srcTSR Berry