anv: disable capture replay with descriptor buffer

This is not functional atm.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: fe037dec6e ("anv: expose VK_EXT_descriptor_buffer")
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28708>
This commit is contained in:
Lionel Landwerlin 2024-04-11 15:08:02 +03:00 committed by Marge Bot
parent c94cd1235f
commit 772c8ccada

View file

@ -909,7 +909,7 @@ get_features(const struct anv_physical_device *pdevice,
/* VK_EXT_descriptor_buffer */
.descriptorBuffer = true,
.descriptorBufferCaptureReplay = true,
.descriptorBufferCaptureReplay = false,
.descriptorBufferImageLayoutIgnored = false,
.descriptorBufferPushDescriptors = true,