Mesa (main): anv: remove invalid copy/pasted comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 30 12:20:16 UTC 2022


Module: Mesa
Branch: main
Commit: 0f46a8fbfe18bb46c86afd4d35f5bc3a57952efb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f46a8fbfe18bb46c86afd4d35f5bc3a57952efb

Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Tue May 24 12:53:53 2022 +0200

anv: remove invalid copy/pasted comment

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16773>

---

 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(



More information about the mesa-commit mailing list