summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_smaa.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* renderer_vulkan: Use VMA for buffersGPUCode2023-06-181-7/+5
* renderer_vulkan: Use VMA for imagesGPUCode2023-06-181-18/+9
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-19/+18
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-18/+19
* video_core: Integrate SMAALiam2022-12-081-0/+761