summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/present/util.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-09nvnflinger/gpu: implement blendingLiam1-30/+62
2024-01-31nvnflinger/gpu: implement layer stack compositionLiam1-0/+78
2024-01-31renderer_vulkan: implement layer stack compositionLiam1-8/+23
2024-01-31renderer_vulkan: convert FSR to graphics pipelineLiam1-16/+21
2024-01-31renderer_vulkan: split up blit screen resources into separate antialias and window adapt passesLiam1-0/+50
2024-01-31renderer_vulkan: isolate FXAA from blit screenLiam1-272/+10
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGPUCode1-2/+2
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode1-7/+5
2023-06-18renderer_vulkan: Use VMA for imagesGPUCode1-18/+9
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-19/+18
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-18/+19
2022-12-08video_core: Integrate SMAALiam1-0/+761