zink: remove stale comment
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 9 Feb 2023 20:59:04 +0000 (15:59 -0500)
committerMarge Bot <emma+marge@anholt.net>
Mon, 13 Feb 2023 08:42:36 +0000 (08:42 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21229>

src/gallium/drivers/zink/zink_context.c

index da555ea..804ec36 100644 (file)
@@ -1772,7 +1772,7 @@ zink_set_shader_images(struct pipe_context *pctx,
             debug_printf("couldn't create storage image!");
             continue;
          }
-         /* no refs */
+
          VkAccessFlags access = 0;
          if (b->access & PIPE_IMAGE_ACCESS_WRITE) {
             res->write_bind_count[shader_type == MESA_SHADER_COMPUTE]++;