summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/renderer_vulkan.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-03vk_present_manager: recreate surface on any surface lossLiam1-4/+0
2023-09-08renderer_vulkan: Remove debug reportGPUCode1-3/+1
2023-08-02vulkan: centralize configAlexandre Bouvier1-1/+2
2023-06-28renderer_vulkan: Add suport for debug report callbackGPUCode1-1/+4
2023-06-03android: renderer_vulkan: Fix crash with surface recreation.bunnei1-0/+4
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei1-1/+1
2023-05-01renderer_vulkan: Async presentationGPUCode1-0/+2
2023-01-05vulkan: implement 'turbo mode' clock boosterLiam1-0/+5
2022-06-27video_core: Replace VKSwapchain with Swapchaingerman771-1/+1
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-2/+2
2022-06-27video_core: Replace VKBlitScreen with BlitScreengerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-07-29renderer_vulkan: Implement screenshotsameerj1-0/+2
2021-06-21video_core: Add GPU vendor name to window title barameerj1-0/+4
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-2/+1
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp1-26/+17
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp1-2/+2
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-2/+2
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp1-1/+0
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp1-1/+1
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp1-2/+0
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp1-3/+1
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp1-1/+1
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-2/+1
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-3/+3
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp1-1/+0
2020-09-19renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphoreReinUsesLisp1-4/+1
2020-09-06video_core: Remove all Core::System references in rendererReinUsesLisp1-3/+13
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-1/+4
2020-08-20vk_device: Use Vulkan 1.0 properlyReinUsesLisp1-0/+2
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-5/+5
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp1-5/+11
2020-04-07renderer_vulkan: Query device names from the backendReinUsesLisp1-0/+3
2020-03-25Frontend/GPU: Refactor context managementJames Rowe1-1/+1
2020-02-28vk_state_tracker: Initial implementationReinUsesLisp1-0/+4
2020-02-26frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei1-6/+2
2020-01-17renderer_vulkan: Add header as placeholderReinUsesLisp1-0/+72