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:
Bas Nieuwenhuizen 2021-02-25 13:29:09 +01:00 committed by Dylan Baker
parent d28525a7ef
commit c8095546e9
2 changed files with 2 additions and 2 deletions

View file

@ -3811,7 +3811,7 @@
"description": "radv: Expose robustBufferAccessUpdateAfterBind correctly.",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": null
},

View file

@ -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 -