summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_smaa.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-18/+19
Signed-off-by: arades79 <scravers@protonmail.com>
2022-12-08video_core: Integrate SMAALiam1-0/+761
Co-authored-by: goldenx86 <goldenx86@users.noreply.github.com> Co-authored-by: BreadFish64 <breadfish64@users.noreply.github.com>