=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: dxgi: Remove useless FIXME() messages about adapter type.

Alexandre Julliard julliard at winehq.org
Thu Apr 26 16:18:18 CDT 2018


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

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Apr 26 14:53:23 2018 +0200

dxgi: Remove useless FIXME() messages about adapter type.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dxgi/device.c | 2 --
 dlls/dxgi/utils.c  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/dlls/dxgi/device.c b/dlls/dxgi/device.c
index c266cae..5a810fa 100644
--- a/dlls/dxgi/device.c
+++ b/dlls/dxgi/device.c
@@ -422,8 +422,6 @@ HRESULT dxgi_device_init(struct dxgi_device *device, struct dxgi_device_layer *l
         return E_FAIL;
     }
 
-    FIXME("Ignoring adapter type.\n");
-
     hr = wined3d_device_create(dxgi_factory->wined3d, dxgi_adapter->ordinal, WINED3D_DEVICE_TYPE_HAL,
             NULL, 0, 4, wined3d_device_parent, &device->wined3d_device);
     if (FAILED(hr))
diff --git a/dlls/dxgi/utils.c b/dlls/dxgi/utils.c
index 74f0ae05..063ec5a 100644
--- a/dlls/dxgi/utils.c
+++ b/dlls/dxgi/utils.c
@@ -645,8 +645,6 @@ D3D_FEATURE_LEVEL dxgi_check_feature_level_support(struct dxgi_factory *factory,
     WINED3DCAPS caps;
     HRESULT hr;
 
-    FIXME("Ignoring adapter type.\n");
-
     wined3d_mutex_lock();
     hr = wined3d_get_device_caps(factory->wined3d, adapter->ordinal, WINED3D_DEVICE_TYPE_HAL, &caps);
     wined3d_mutex_unlock();




More information about the wine-cvs mailing list