summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_turbo_mode.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* memory_allocator: Remove OpenGL interopGPUCode2023-06-181-1/+1
* android: vk_turbo_mode: Remove unnecessary device recreation.bunnei2023-06-031-2/+9
* build: only enable adrenotools on arm64Liam2023-06-031-3/+3
* android: vulkan: Implement adrenotools turbo mode.bunnei2023-06-031-1/+11
* 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