summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_turbo_mode.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-2/+2
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-2/+2
* renderer_vulkan: pause turbo submissions on inactive queueLiam2023-01-071-0/+17
* vulkan: implement 'turbo mode' clock boosterLiam2023-01-051-0/+205