Revert "radv: Add bufferDeviceAddressMultiDevice support."
This was a workaround for fixing a crash with Baldur's Gate 3 at start
but the game fixed it since.
This reverts commit 1fe375e7cf
.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14134>
This commit is contained in:

committed by
Marge Bot

parent
b8d04863e2
commit
c27348a3f7
@@ -1269,7 +1269,7 @@ radv_get_physical_device_features_1_2(struct radv_physical_device *pdevice,
|
||||
f->hostQueryReset = true;
|
||||
f->timelineSemaphore = true, f->bufferDeviceAddress = true;
|
||||
f->bufferDeviceAddressCaptureReplay = true;
|
||||
f->bufferDeviceAddressMultiDevice = true;
|
||||
f->bufferDeviceAddressMultiDevice = false;
|
||||
f->vulkanMemoryModel = true;
|
||||
f->vulkanMemoryModelDeviceScope = true;
|
||||
f->vulkanMemoryModelAvailabilityVisibilityChains = false;
|
||||
|
Reference in New Issue
Block a user