From fd4e55007f0f8966b183bd6d8d35cce6914d6f4c Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Mon, 19 Mar 2018 17:57:20 +0100 Subject: [PATCH] [d3d11] Export support for driver command lists This indicates that our implementation of UpdateSubresource on deferred contexts is not affected by the same issue as on Windows. --- src/d3d11/d3d11_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d11/d3d11_device.cpp b/src/d3d11/d3d11_device.cpp index 968f28837..99d429c64 100644 --- a/src/d3d11/d3d11_device.cpp +++ b/src/d3d11/d3d11_device.cpp @@ -1366,7 +1366,7 @@ namespace dxvk { auto info = static_cast(pFeatureSupportData); info->DriverConcurrentCreates = TRUE; - info->DriverCommandLists = FALSE; + info->DriverCommandLists = TRUE; } return S_OK; case D3D11_FEATURE_DOUBLES: {