summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_smaa.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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