=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: d3d9/Tests: State getters don' t work with PUREDEVICEs.

Alexandre Julliard julliard at winehq.org
Fri Sep 16 13:28:30 CDT 2011


Module: wine
Branch: master
Commit: 7759729fc70edca0770d39f0624c9243a60e84ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7759729fc70edca0770d39f0624c9243a60e84ed

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Thu Sep 15 22:56:08 2011 +0200

d3d9/Tests: State getters don't work with PUREDEVICEs.

---

 dlls/d3d9/tests/device.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d9/tests/device.c b/dlls/d3d9/tests/device.c
index 1e1527a..625dce9 100644
--- a/dlls/d3d9/tests/device.c
+++ b/dlls/d3d9/tests/device.c
@@ -2004,7 +2004,7 @@ static void test_lights(void)
     present_parameters.SwapEffect = D3DSWAPEFFECT_DISCARD;
 
     hr = IDirect3D9_CreateDevice( d3d9, D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hwnd,
-                                  D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_PUREDEVICE, &present_parameters, &device );
+                                  D3DCREATE_HARDWARE_VERTEXPROCESSING, &present_parameters, &device );
     ok(hr == D3D_OK || hr == D3DERR_NOTAVAILABLE || hr == D3DERR_INVALIDCALL,
        "IDirect3D9_CreateDevice failed with %08x\n", hr);
     if(!device)




More information about the wine-cvs mailing list