summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_update_descriptor.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-17renderer_vulkan: allow up to 7 swapchain imagesLiam1-1/+1
2023-06-03android: GPU: Enable async presentation, increase frames in flight.bunnei1-1/+1
2023-05-10renderer_vulkan: separate guest and host compute descriptor queuesLiam1-1/+5
2023-05-01renderer_vulkan: Fix crashing when updating descriptorsGPUCode1-1/+9
2022-06-27video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman771-3/+3
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-07-23vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp1-1/+3
2021-07-23vulkan: Create pipeline layouts in separate threadsReinUsesLisp1-1/+1
2021-02-13vk_update_descriptor: Inline and improve code for binding buffersReinUsesLisp1-13/+15
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp1-3/+3
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-13/+17
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-1/+1
2020-06-18vk_update_descriptor: Upload descriptor sets data directlyReinUsesLisp1-17/+15
2020-04-29vulkan: Remove unnecessary includesLioncash1-1/+0
2020-04-16buffer_cache: Return handles instead of pointer to handlesReinUsesLisp1-11/+5
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-22/+20
2020-01-06vk_update_descriptor: Initial implementationReinUsesLisp1-0/+86