Henri Verbeet : d3d11: Replace the FIXME in d3d11_immediate_context_SwapDeviceContextState() with a TRACE.

Alexandre Julliard julliard at winehq.org
Tue Mar 16 16:39:04 CDT 2021


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Tue Mar 16 17:13:29 2021 +0100

d3d11: Replace the FIXME in d3d11_immediate_context_SwapDeviceContextState() with a TRACE.

This is implemented.

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 63d1e9dfb8c..941e61f4b5a 100644
--- a/dlls/d3d11/device.c
+++ b/dlls/d3d11/device.c
@@ -2844,7 +2844,7 @@ static void STDMETHODCALLTYPE d3d11_immediate_context_SwapDeviceContextState(ID3
     struct d3d_device_context_state *state_impl, *prev_impl;
     struct wined3d_state *wined3d_state;
 
-    FIXME("iface %p, state %p, prev %p semi-stub!\n", iface, state, prev);
+    TRACE("iface %p, state %p, prev %p.\n", iface, state, prev);
 
     if (!state)
     {




More information about the wine-cvs mailing list