mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 14:30:22 +01:00
radv: Expose robustBufferAccessUpdateAfterBind correctly.
We do support it.
Cc: mesa-stable
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4351
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9281>
(cherry picked from commit f67259d83b)
This commit is contained in:
parent
d28525a7ef
commit
c8095546e9
2 changed files with 2 additions and 2 deletions
|
|
@ -3811,7 +3811,7 @@
|
|||
"description": "radv: Expose robustBufferAccessUpdateAfterBind correctly.",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"master_sha": null,
|
||||
"because_sha": null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1746,7 +1746,7 @@ radv_get_physical_device_properties_1_2(struct radv_physical_device *pdevice,
|
|||
p->shaderStorageBufferArrayNonUniformIndexingNative = false;
|
||||
p->shaderStorageImageArrayNonUniformIndexingNative = false;
|
||||
p->shaderInputAttachmentArrayNonUniformIndexingNative = false;
|
||||
p->robustBufferAccessUpdateAfterBind = false;
|
||||
p->robustBufferAccessUpdateAfterBind = true;
|
||||
p->quadDivergentImplicitLod = false;
|
||||
|
||||
size_t max_descriptor_set_size = ((1ull << 31) - 16 * MAX_DYNAMIC_BUFFERS -
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue