From: Mike Blumenkrantz Date: Fri, 25 Aug 2023 14:16:55 +0000 (-0400) Subject: zink: remove sync TODO X-Git-Tag: upstream/23.3.3~2741 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7f6a015d0c3b1f8e5c0d2235c8a2aa74974ef08;p=platform%2Fupstream%2Fmesa.git zink: remove sync TODO after investigating, this is pointless and won't ever generate any value fixes #9016 Part-of: --- 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)) {