From f0e8749e13a8bc16d7287e771ef2b9e93dd31726 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 27 Jul 2023 12:58:28 +1000 Subject: [PATCH] nvk/tess: don't emit patch control points in pipeline Let the dynamic state thing emit these. Part-of: --- src/nouveau/vulkan/nvk_graphics_pipeline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nouveau/vulkan/nvk_graphics_pipeline.c b/src/nouveau/vulkan/nvk_graphics_pipeline.c index 314b9a866b7..622846982f2 100644 --- a/src/nouveau/vulkan/nvk_graphics_pipeline.c +++ b/src/nouveau/vulkan/nvk_graphics_pipeline.c @@ -19,7 +19,6 @@ static void emit_pipeline_ts_state(struct nv_push *p, const struct vk_tessellation_state *ts) { - P_IMMD(p, NV9097, SET_PATCH, ts->patch_control_points); } static void