aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan/vk_graphics_pipeline.h
AgeCommit message (Expand)Author
2023-05-10renderer_vulkan: separate guest and host compute descriptor queuesLiam
2023-01-05video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn
2022-12-04vulkan_common: promote descriptor update template usage to coreLiam
2022-11-03Merge pull request #8858 from vonchenplus/mipmapbunnei
2022-10-06VideoCore: Fix channels with disk pipeline/shader cache.Fernando Sahmkow
2022-09-20video_core: Generate mipmap texture by drawingFengChen
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
2021-11-16vulkan: Implement rescaling shader patchingReinUsesLisp
2021-07-27renderer_vulkan: Add setting to log pipeline statisticsReinUsesLisp
2021-07-22shader_recompiler, video_core: Resolve clang errorslat9nq
2021-07-22vk_graphics_pipeline: Use VK_KHR_push_descriptor when availableReinUsesLisp
2021-07-22vk_pipeline_cache,shader_notify: Add shader notificationsReinUsesLisp
2021-07-22vk_pipeline_cache: Add asynchronous shadersReinUsesLisp
2021-07-22buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp
2021-07-22buffer_cache: Mark uniform buffers as dirty if any enable bit changesReinUsesLisp
2021-07-22shader: Move pipeline cache logic to separate filesReinUsesLisp
2021-07-22vulkan: Defer descriptor set work to the Vulkan threadReinUsesLisp
2021-07-22vulkan: Rework descriptor allocation algorithmReinUsesLisp
2021-07-22vk_graphics_pipeline: Generate specialized pipeline config functions and impr...ReinUsesLisp
2021-07-22shader: Accelerate pipeline transitions and use dirty flags for shadersReinUsesLisp
2021-07-22shader: Remove atomic flags and use mutex + cond variable for pipelinesReinUsesLisp
2021-07-22vulkan: Build pipelines in parallel at runtimeReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Remove old shader managementReinUsesLisp
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-08-16Remove unneeded newlines, optional Registry in shader paramsameerj
2020-08-16Address feedback, add shader compile notifier, update setting textameerj
2020-08-16Address feedback. Bruteforce delete duplicatesameerj
2020-08-16Vk Async pipeline compilationameerj
2020-04-28vulkan: Remove unnecessary includesLioncash
2020-04-10renderer_vulkan: Drop Vulkan-HppReinUsesLisp
2020-01-06vk_graphics_pipeline: Initial implementationReinUsesLisp