From f7f6a015d0c3b1f8e5c0d2235c8a2aa74974ef08 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 25 Aug 2023 10:16:55 -0400 Subject: [PATCH] zink: remove sync TODO after investigating, this is pointless and won't ever generate any value fixes #9016 Part-of: --- src/gallium/drivers/zink/zink_synchronization.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/zink/zink_synchronization.cpp b/src/gallium/drivers/zink/zink_synchronization.cpp index b90d41e..ce06e5d 100644 --- a/src/gallium/drivers/zink/zink_synchronization.cpp +++ b/src/gallium/drivers/zink/zink_synchronization.cpp @@ -344,7 +344,6 @@ zink_resource_image_barrier(struct zink_context *ctx, struct zink_resource *res, } /* if current batch usage exists with ordered non-transfer access, never promote * this avoids layout dsync - * TODO: figure out how to link up unordered layout -> ordered layout and delete */ if (zink_resource_usage_matches(res, ctx->batch.state) && !ctx->unordered_blitting && (!res->obj->unordered_read || !res->obj->unordered_write)) { -- 2.7.4