anv: remove invalid copy/pasted comment
authorMarcin Ślusarz <marcin.slusarz@intel.com>
Tue, 24 May 2022 10:53:53 +0000 (12:53 +0200)
committerMarge Bot <emma+marge@anholt.net>
Mon, 30 May 2022 11:46:13 +0000 (11:46 +0000)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16773>

src/intel/vulkan/anv_pipeline.c

index 6587fa0..3139340 100644 (file)
@@ -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(