summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_turbo_mode.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-27vk_descriptor_pool: Disallow descriptor set freeGPUCode1-1/+1
2023-06-18renderer_vulkan: Use VMA for buffersGPUCode1-5/+3
2023-06-18memory_allocator: Remove OpenGL interopGPUCode1-1/+1
2023-06-03android: vk_turbo_mode: Remove unnecessary device recreation.bunnei1-2/+9
2023-06-03build: only enable adrenotools on arm64Liam1-3/+3
2023-06-03android: vulkan: Implement adrenotools turbo mode.bunnei1-1/+11
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-01-07renderer_vulkan: pause turbo submissions on inactive queueLiam1-0/+17
2023-01-05vulkan: implement 'turbo mode' clock boosterLiam1-0/+205