summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_compute_pipeline.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-10renderer_vulkan: separate guest and host compute descriptor queuesLiam1-2/+2
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn1-1/+3
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam1-1/+1
2022-06-27video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman771-2/+2
2022-06-27video_core: Replace VKScheduler with Schedulergerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2021-11-16vulkan: Fix rescaling push constant usageameerj1-1/+0
2021-11-16vulkan: Implement rescaling shader patchingReinUsesLisp1-0/+1
2021-07-28renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp1-0/+2
2021-07-23vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp1-1/+6
2021-07-23buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp1-0/+2
2021-07-23vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp1-0/+1
2021-07-23vulkan: Rework descriptor allocation algorithmReinUsesLisp1-1/+1
2021-07-23shader: Address feedback + clang formatlat9nq1-2/+2
2021-07-23shader: Remove atomic flags and use mutex + cond variable for pipelinesReinUsesLisp1-1/+6
2021-07-23vulkan: Build pipelines in parallel at runtimeReinUsesLisp1-18/+12
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-2/+1
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+4
2021-07-23shader: Primitive Vulkan integrationReinUsesLisp1-5/+38
2021-07-23shader: Remove old shader managementReinUsesLisp1-44/+3
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-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-4/+4
2020-04-29vulkan: Remove unnecessary includesLioncash1-2/+0
2020-04-11renderer_vulkan: Drop Vulkan-HppReinUsesLisp1-15/+15
2020-01-07vk_compute_pipeline: Initial implementationReinUsesLisp1-0/+66