mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
radv: fix vk_error in radv_update_preambles()
This needs to be a vk object, otherwise it asserts or crashes.
Cc: mesa-stable
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37179>
(cherry picked from commit 57deff5658)
This commit is contained in:
parent
8534c24593
commit
4623e861e4
2 changed files with 2 additions and 2 deletions
|
|
@ -9064,7 +9064,7 @@
|
|||
"description": "radv: fix vk_error in radv_update_preambles()",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -1298,7 +1298,7 @@ fail:
|
|||
radv_bo_destroy(device, NULL, gds_oa_bo);
|
||||
}
|
||||
|
||||
return vk_error(queue, result);
|
||||
return vk_error(device, result);
|
||||
}
|
||||
|
||||
static VkResult
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue