aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/renderer_vulkan.cpp
AgeCommit message (Expand)Author
2023-01-09Merge pull request #9581 from liamwhite/turbo2Morph
2023-01-09vulkan_device: refactor feature testingLiam
2023-01-07renderer_vulkan: pause turbo submissions on inactive queueLiam
2023-01-06renderer_vulkan: disable clock boost on unvalidated devicesLiam
2023-01-06Merge pull request #9552 from liamwhite/turboliamwhite
2023-01-04common: add setting for renderer clock workaroundLiam
2023-01-04vulkan: implement 'turbo mode' clock boosterLiam
2023-01-01vulkan_common: unify VK_EXT_debug_utils and selection of validation layerLiam
2022-12-13video_core/vulkan: Explicity check swapchain size when deciding to recreateAlexander Orzechowski
2022-12-04vulkan_common: clean up extension usageLiam
2022-11-16Update renderer_vulkan.cppMatías Locatti
2022-10-06General: Fix clang format.Fernando Sahmkow
2022-10-06Vulkan Swapchain: Overall improvements.Fernando Sahmkow
2022-10-06OpenGl: Implement Channels.Fernando Sahmkow
2022-10-06VideoCore: implement channels on gpu caches.Fernando Sahmkow
2022-04-26renderer_vulkan: Update screen info if the framebuffer size has changedMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-09-24general: Update style to clang-format-12ameerj
2021-09-12vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS ...ameerj
2021-09-02renderer_vulkan: Wait on present semaphore at queue submitameerj
2021-07-28renderers: Add explicit invert_y bool to screenshot callbackameerj
2021-07-28renderer_vulkan: Implement screenshotsameerj
2021-07-28vk_blit_screen: Make Draw method more genericameerj
2021-07-22renderers: Fix clang formattingameerj
2021-07-22vk_swapchain: Handle outdated swapchainsReinUsesLisp
2021-07-22vk_swapchain: Avoid recreating the swapchain on each frameReinUsesLisp
2021-07-22video_core,shader: Clang-format fixesReinUsesLisp
2021-07-22vk_scheduler: Allow command submission on worker threadReinUsesLisp
2021-06-28yuzu qt: Make most UISettings a BasicSettinglat9nq
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-04-14common: Move settings to common from core.bunnei
2021-04-11renderer_vulkan: Check return value of AcquireNextImageJoshua Ashton
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp
2020-12-31renderer_vulkan: Catch and report exceptionsReinUsesLisp
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp