summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_update_descriptor.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman772022-06-271-3/+3
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp2021-07-231-1/+3
* vulkan: Create pipeline layouts in separate threadsReinUsesLisp2021-07-231-1/+1
* vk_update_descriptor: Inline and improve code for binding buffersReinUsesLisp2021-02-131-13/+15
* renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp2021-01-031-3/+3
* vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapper.hReinUsesLisp2020-12-311-1/+1
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-13/+17
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-1/+1
* vk_update_descriptor: Upload descriptor sets data directlyReinUsesLisp2020-06-181-17/+15
* vulkan: Remove unnecessary includesLioncash2020-04-291-1/+0
* buffer_cache: Return handles instead of pointer to handlesReinUsesLisp2020-04-161-11/+5
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-22/+20
* vk_update_descriptor: Initial implementationReinUsesLisp2020-01-061-0/+86