mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
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:
parent
c6ed8bf77c
commit
03d3294e35
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue