Module: Mesa Branch: main Commit: e5666fe7cc41337b2c236b7c55488a6e276fe460 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5666fe7cc41337b2c236b7c55488a6e276fe460
Author: Mike Blumenkrantz <[email protected]> Date: Thu Feb 9 15:59:04 2023 -0500 zink: remove stale comment Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21229> --- src/gallium/drivers/zink/zink_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_context.c b/src/gallium/drivers/zink/zink_context.c index da555ea0232..804ec369136 100644 --- a/src/gallium/drivers/zink/zink_context.c +++ b/src/gallium/drivers/zink/zink_context.c @@ -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]++;
