mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
zink: Fix waiting for texture commit semaphores.
The commit was always being treated as failed...
Fixes: d1456a6b0a ("zink: add semaphore handling for sparse binds")
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26171>
This commit is contained in:
parent
729ce08815
commit
94e867e4a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1139,8 +1139,8 @@ zink_bo_commit(struct zink_context *ctx, struct zink_resource *res, unsigned lev
|
|||
fprintf(stderr, "zink: leaking sparse backing memory\n");
|
||||
}
|
||||
}
|
||||
ok = false;
|
||||
}
|
||||
ok = false;
|
||||
}
|
||||
out:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue