Matteo Bruni : d3d11: Report support for MapNoOverwriteOnDynamicBufferSRV.

Alexandre Julliard julliard at winehq.org
Fri Mar 11 14:49:09 CST 2022


Module: wine
Branch: master
Commit: 3dc960c8cc18cb434ed985439a68427f99e65b67
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3dc960c8cc18cb434ed985439a68427f99e65b67

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Thu Mar 10 19:22:44 2022 -0600

d3d11: Report support for MapNoOverwriteOnDynamicBufferSRV.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d11/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3d11/device.c b/dlls/d3d11/device.c
index cda1a97f974..577a3de5bf8 100644
--- a/dlls/d3d11/device.c
+++ b/dlls/d3d11/device.c
@@ -4090,7 +4090,7 @@ static HRESULT STDMETHODCALLTYPE d3d11_device_CheckFeatureSupport(ID3D11Device2
             options->ConstantBufferPartialUpdate = FALSE;
             options->ConstantBufferOffsetting = TRUE;
             options->MapNoOverwriteOnDynamicConstantBuffer = FALSE;
-            options->MapNoOverwriteOnDynamicBufferSRV = FALSE;
+            options->MapNoOverwriteOnDynamicBufferSRV = TRUE;
             options->MultisampleRTVWithForcedSampleCountOne = FALSE;
             options->SAD4ShaderInstructions = FALSE;
             options->ExtendedDoublesShaderInstructions = FALSE;




More information about the wine-cvs mailing list