Nikolay Sivov
7b38f20458
d3dx9/tests: Fix some test failures.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-20 14:49:10 +09:00
Alistair Leslie-Hughes
6097695d4b
d3dx9/tests: Add D3DXCreateAnimationController tests.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-18 14:08:41 +09:00
Alistair Leslie-Hughes
418a7c6c73
d3dx9: Don't always fail if an ID3DXAnimationController pointer is passed to D3DXLoadMeshHierarchyFromXInMemory.
...
D3DXLoadMeshHierarchyFromXInMemory will only return an AnimationController
when the xfile has an AnimationSet.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-03 21:49:21 +09:00
Nikolay Sivov
67738a41c4
d3dx9_36/tests: Use proper printf format (PVS-Studio).
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-28 22:31:31 +09:00
Józef Kucia
a0a8556fd1
d3dx9/tests: Fix HFONT leaks.
2015-08-07 23:50:49 +09:00
Józef Kucia
567ab59c79
d3dx9: Correctly handle whitespace character in D3DXCreateText.
2015-08-07 23:50:48 +09:00
Józef Kucia
9361832863
d3dx9/tests: Add tests for normals computation.
2015-07-31 12:06:12 +02:00
Józef Kucia
55ef5afbda
d3dx9/tests: Use new_test_context() to create device in mesh tests.
2015-07-31 12:05:37 +02:00
Sebastian Lackner
b69038e3d9
d3dx9_36: Allow NULL pointer for optional arguments of D3DXIntersectTri.
2014-11-14 14:16:41 +09:00
Sebastian Lackner
fc0392a24e
d3dx9_36/tests: Remove code to skip test which should never fail.
2014-11-11 16:20:05 +09:00
Sebastian Lackner
b8814764aa
d3dx9_36/tests: Add tests for D3DXCreatePolygon.
...
Based on a patch by David Adam.
2014-11-11 16:20:02 +09:00
Marcus Meissner
20ef8d2991
d3dx9_36: Fixed typo in HeapAlloc return checking (Coverity).
2014-07-22 12:08:07 +02:00
Gediminas Jakutis
fe802d92bb
d3dx9: Implement D3DXCreateTorus() + tests.
2014-07-10 12:40:34 +02:00
Matteo Bruni
e32672f2d7
d3dx9/tests: Replace a test giving inconsistent results on Windows.
2014-03-03 17:53:55 +01:00
Gediminas Jakutis
6749bdf66b
d3dx9/tests: Add a mesh test for D3DXCreateBox().
2014-03-03 17:46:44 +01:00
Gediminas Jakutis
cc3ec2da1a
d3dx9: Implement D3DXCreateBox().
2014-03-03 17:46:42 +01:00
André Hentschel
28b9e1b947
d3dx9_36/tests: Avoid preprocessor checks to ensure it compiles.
2014-01-27 17:39:47 +01:00
Stefan Dösinger
f85f733c79
d3dx9_36/tests: Use a window with a non-zero size.
2014-01-16 21:04:19 +01:00
Francois Gouget
d3cf4ff569
d3dx9_36/tests: Fix compilation on systems that don't have NAN (Solaris).
2014-01-10 17:59:53 +01:00
Stefan Dösinger
95317c33a9
d3dx9_36/tests: Use NAN.
2014-01-02 17:29:38 +01:00
Stefan Dösinger
9e3ef4abc6
d3dx9_36/tests: Fix calling convention specification.
...
Msvc wants __stdcall after the type, otherwise it generates an error.
2014-01-02 17:29:16 +01:00
Stefan Dösinger
ebfdcc9c9a
d3dx9_36/tests: Use D3DX_PI instead of M_PI.
2014-01-01 20:45:27 +01:00
Henri Verbeet
3e5dd54971
d3dx9/tests: Use explicit A calls.
2013-10-31 09:58:44 +01:00
Henri Verbeet
871967d0fb
d3dx9: Avoid LPVOID.
2013-09-04 11:37:06 +02:00
Henri Verbeet
77ee90b59f
d3dx9: Avoid LPSTR.
2013-09-03 16:58:17 +02:00
Henri Verbeet
75511e351c
d3dx9: Avoid LPCSTR.
2013-09-02 18:02:48 +02:00
Francois Gouget
7b2d297d3e
d3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950 graphics cards.
2012-12-14 17:37:43 +01:00
Henri Verbeet
361cf636cc
d3dx9: Avoid LPD3DXSKININFO.
2012-11-28 14:42:03 +01:00
André Hentschel
472010911d
d3dx9_36/tests: Fix sizeof to be more portable (coverity).
2012-10-24 11:33:40 +02:00
Francois Gouget
8036abe4da
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
2012-05-04 18:08:34 +02:00
Michael Mc Donnell
081b06c012
d3dx9: Added D3DXOptimizeFaces test.
2012-05-03 20:44:14 +02:00
Jozef Kucia
c76743631d
d3dx9/tests: Don't leak D3DXBuffer in D3DXWeldVertices tests.
2012-03-13 10:54:02 +01:00
Jozef Kucia
fde2abbabf
d3dx9/tests: Don't leak D3DXBuffer.
2012-03-09 11:29:32 +01:00
Henri Verbeet
bd3b0ba697
d3d9: Don't expose wined3d internal flags to the application.
2012-01-11 17:47:18 +01:00
Michael Mc Donnell
50f785ef11
d3dx9/tests: Add a D3DXValidMesh test.
2011-12-19 20:15:53 +01:00
Michael Mc Donnell
8f5543c34e
d3dx9: Return error if D3DXMESH_VB_SHARE and new declaration.
2011-11-15 19:37:34 +01:00
Michael Mc Donnell
be8dd2e876
d3dx9/tests: Show D3DXMESH_VB_SHARE with new declaration should fail.
2011-11-15 19:37:34 +01:00
Michael Mc Donnell
656e8a8726
d3dx9/tests: Test for D3DXMESH_VB_SHARE option.
2011-11-15 19:37:33 +01:00
Francois Gouget
9b5ed14bd8
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
2011-10-27 14:20:05 +02:00
Michael Mc Donnell
da6363e377
d3dx9/tests: Implemented CloneMesh test.
2011-10-26 17:57:06 +02:00
Michael Stefaniuc
4906486959
d3dx9_36/tests: Avoid using fmaxf.
2011-09-27 16:24:25 +02:00
Michael Mc Donnell
3ad5976407
d3dx9_36/tests: Fixed adjacency double free (valgrind).
2011-09-26 18:00:07 +02:00
Michael Mc Donnell
97e621bd53
d3dx9/test: Test for D3DXWeldVertices.
2011-09-23 12:59:16 +02:00
Marcus Meissner
9ac18eabb9
d3dx9_36: Fixed memset of a -2 32bit value (Coverity).
2011-08-22 16:14:31 +02:00
Michael Mc Donnell
507daa2154
d3dx9: Implemented ConvertPointRepsToAdjacency.
2011-08-02 21:16:38 +02:00
Michael Mc Donnell
5552613b81
d3dx9/tests: Implemented ConvertPointRepsToAdjacency test.
2011-08-02 21:16:34 +02:00
Michael Mc Donnell
d1e328a0f5
d3dx/tests: Fixed double free (valgrind).
2011-07-26 16:34:25 +02:00
Michael Mc Donnell
ea5ed35edf
d3dx9: Implemented ConvertAdjacencyToPointReps mesh method.
2011-07-15 14:45:21 +02:00
Michael Mc Donnell
7a1b18a742
d3dx9/tests: Implemented ConvertAdjacencyToPointReps test.
2011-07-15 14:45:07 +02:00
Dylan Smith
3d7af6a334
d3dx9/tests: Fix comparison that expects NAN, since NAN != NAN.
2011-06-27 16:41:05 -05:00