aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/vk_update_descriptor.h
AgeCommit message (Expand)Author
2023-12-16renderer_vulkan: allow up to 7 swapchain imagesLiam
2023-06-03android: GPU: Enable async presentation, increase frames in flight.bunnei
2023-05-10renderer_vulkan: separate guest and host compute descriptor queuesLiam
2023-05-01renderer_vulkan: Fix crashing when updating descriptorsGPUCode
2022-06-26video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman77
2022-06-26video_core: Replace VKScheduler with Schedulergerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2021-07-22vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp
2021-07-22vulkan: Create pipeline layouts in separate threadsReinUsesLisp
2021-02-13vk_update_descriptor: Inline and improve code for binding buffersReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-06-18vk_update_descriptor: Upload descriptor sets data directlyReinUsesLisp
2020-04-28vulkan: Remove unnecessary includesLioncash
2020-04-16buffer_cache: Return handles instead of pointer to handlesReinUsesLisp
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-01-06vk_update_descriptor: Initial implementationReinUsesLisp