mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
vulkan: Bump MAX_ENCODE_PASSES
RADV needs one more encode pass for a bugfix in the next commit.
Cc: mesa-stable
(cherry picked from commit e713527aa9)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40752>
This commit is contained in:
parent
ee98ce1142
commit
5e538b5efd
2 changed files with 2 additions and 2 deletions
|
|
@ -1414,7 +1414,7 @@
|
|||
"description": "vulkan: Bump MAX_ENCODE_PASSES",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ vk_acceleration_structure_get_va(const struct vk_acceleration_structure *accel_s
|
|||
VK_DEFINE_NONDISP_HANDLE_CASTS(vk_acceleration_structure, base, VkAccelerationStructureKHR,
|
||||
VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR)
|
||||
|
||||
#define MAX_ENCODE_PASSES 4
|
||||
#define MAX_ENCODE_PASSES 5
|
||||
#define MAX_UPDATE_PASSES 2
|
||||
|
||||
enum vk_internal_build_type {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue