summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pipeline.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vulkan_common: promote descriptor update template usage to coreLiam2022-12-041-1/+1
* video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman772022-06-271-2/+2
* video_core: Replace VKScheduler with Schedulergerman772022-06-271-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core: Reduce unused includesameerj2022-03-191-1/+0
* renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp2021-07-281-0/+2
* vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp2021-07-231-1/+6
* buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp2021-07-231-0/+2
* vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp2021-07-231-0/+1
* vulkan: Rework descriptor allocation algorithmReinUsesLisp2021-07-231-1/+1
* shader: Address feedback + clang formatlat9nq2021-07-231-2/+2
* shader: Remove atomic flags and use mutex + cond variable for pipelinesReinUsesLisp2021-07-231-1/+6
* vulkan: Build pipelines in parallel at runtimeReinUsesLisp2021-07-231-18/+12
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-2/+1
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-0/+4
* shader: Primitive Vulkan integrationReinUsesLisp2021-07-231-5/+38
* shader: Remove old shader managementReinUsesLisp2021-07-231-44/+3
* 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: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-4/+4
* vulkan: Remove unnecessary includesLioncash2020-04-291-2/+0
* renderer_vulkan: Drop Vulkan-HppReinUsesLisp2020-04-111-15/+15
* vk_compute_pipeline: Initial implementationReinUsesLisp2020-01-071-0/+66