summaryrefslogtreecommitdiff
path: root/gsk/gskvulkanrender.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gskvulkanrender.c')
-rw-r--r--gsk/gskvulkanrender.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gsk/gskvulkanrender.c b/gsk/gskvulkanrender.c
index 35e2dce295..1a4a86ae0f 100644
--- a/gsk/gskvulkanrender.c
+++ b/gsk/gskvulkanrender.c
@@ -314,7 +314,9 @@ gsk_vulkan_render_get_pipeline (GskVulkanRender *self,
const char *name;
GskVulkanPipeline * (* create_func) (GskVulkanPipelineLayout *layout, const char *name, VkRenderPass render_pass);
} pipeline_info[GSK_VULKAN_N_PIPELINES] = {
- { "blit", gsk_vulkan_blend_pipeline_new },
+ { "blend", gsk_vulkan_blend_pipeline_new },
+ { "blend-clip", gsk_vulkan_blend_pipeline_new },
+ { "blend-clip-rounded", gsk_vulkan_blend_pipeline_new },
{ "color", gsk_vulkan_color_pipeline_new },
{ "color-clip", gsk_vulkan_color_pipeline_new },
{ "color-clip-rounded", gsk_vulkan_color_pipeline_new },