From 0f46a8fbfe18bb46c86afd4d35f5bc3a57952efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= Date: Tue, 24 May 2022 12:53:53 +0200 Subject: [PATCH] anv: remove invalid copy/pasted comment Reviewed-by: Lionel Landwerlin Part-of: --- src/intel/vulkan/anv_pipeline.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_pipeline.c b/src/intel/vulkan/anv_pipeline.c index 6587fa0651c..3139340e8ff 100644 --- a/src/intel/vulkan/anv_pipeline.c +++ b/src/intel/vulkan/anv_pipeline.c @@ -2428,7 +2428,6 @@ anv_graphics_pipeline_init(struct anv_graphics_pipeline *pipeline, assert(pCreateInfo->pRasterizationState); if (pCreateInfo->pDynamicState) { - /* Remove all of the states that are marked as dynamic */ uint32_t count = pCreateInfo->pDynamicState->dynamicStateCount; for (uint32_t s = 0; s < count; s++) { pipeline->dynamic_states |= anv_cmd_dirty_bit_for_vk_dynamic_state(