gallium/trace: remove transfer_map assert

this breaks tracing with tc due to the "latest" mechanism which maintains
copies of resources

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9107>
This commit is contained in:
Mike Blumenkrantz 2021-02-17 13:58:27 -05:00 committed by Marge Bot
parent c6ed8bf77c
commit 03d3294e35

View file

@ -87,8 +87,6 @@ trace_transfer_create(struct trace_context *tr_ctx,
if (!transfer)
goto error;
assert(transfer->resource == res);
tr_trans = CALLOC_STRUCT(trace_transfer);
if (!tr_trans)
goto error;