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 |
Francois Gouget
|
95d769a047
|
Assorted spelling fixes.
|
2011-06-27 13:09:47 -05:00 |
Dylan Smith
|
f73e0f05ef
|
d3dx9/tests: Avoid using FP_NAN for portability.
|
2011-06-24 13:25:48 -05:00 |
Dylan Smith
|
01ff07e2e1
|
d3dx9/tests: Added tests for D3DXCreateSkinInfo.
|
2011-06-23 09:59:40 +02:00 |
Michael Mc Donnell
|
39d4656b2a
|
d3dx9: Implement UpdateSemantics mesh method.
|
2011-06-22 11:29:23 +02:00 |
Michael Mc Donnell
|
4df270a8bd
|
d3dx9/tests: Add UpdateSemantics test.
|
2011-06-22 11:28:37 +02:00 |
Francois Gouget
|
07436dd465
|
d3dx9_36/tests: Add a '\n' to a trace() call.
|
2011-06-13 11:32:58 +02:00 |
Dylan Smith
|
4a32062f28
|
d3dx9/tests: Add tests for D3DXLoadMeshFromXInMemory.
|
2011-06-08 17:08:58 +02:00 |
Dylan Smith
|
bbc009f452
|
d3dx9/tests: Add texture coordinates and vertex colors in X file.
|
2011-06-07 18:08:55 +02:00 |
Dylan Smith
|
42f9f15cd2
|
d3dx9/tests: Test effect generation and material loading for X files.
|
2011-06-07 18:07:15 +02:00 |
Dylan Smith
|
420947c531
|
d3dx9/tests: Add tests for D3DXLoadMeshHierarchyFromXInMemory.
|
2011-06-07 18:03:41 +02:00 |
Dylan Smith
|
f272fb2921
|
d3dx9/tests: Correct ok messages to be consistent with their test.
|
2011-05-20 12:36:17 +02:00 |
Dylan Smith
|
147e120049
|
d3dx9/tests: Fix a normal comparison for triangles with zero area.
|
2011-05-20 10:34:46 +02:00 |
Francois Gouget
|
5920de5ffb
|
Assorted spelling and case fixes.
|
2011-05-09 12:09:27 +02:00 |
Dylan Smith
|
b2dac1df27
|
d3dx9: Implement GetNumBytesPerVertex using the vertex declaration.
If a declaration without a corresponding FVF is used to create the mesh,
then its declaration must be used to get the vertex size.
|
2011-04-28 11:10:00 +02:00 |
Dylan Smith
|
96d5d06f2b
|
d3dx9: D3DXCreateMesh rejects declarations with non-zero streams.
|
2011-04-28 11:09:23 +02:00 |
Dylan Smith
|
46a96b139e
|
d3dx9/tests: Added tests for ID3DXMesh::GenerateAdjacency.
|
2011-04-27 11:49:36 +02:00 |
Francois Gouget
|
cb5e480faf
|
d3dx9_36/tests: Replace a malloc() with HeapAlloc()+HeapFree().
|
2011-03-16 14:14:25 +01:00 |
Dylan Smith
|
ed3ce3c91b
|
d3dx9/tests: Partially test front and back faces for D3DXCreateText.
|
2011-03-10 16:30:16 +01:00 |
Dylan Smith
|
b06a6c84ac
|
d3dx9/tests: Added outline comparison tests for D3DXCreateText.
|
2011-03-10 16:30:15 +01:00 |
Dylan Smith
|
eec288a4c5
|
d3dx9/tests: Add basic tests for D3DXCreateText.
|
2011-03-10 16:30:15 +01:00 |
Francois Gouget
|
41663974ad
|
d3dx9_36/tests: Add a trailing '\n' to ok() calls.
|
2011-03-07 11:08:56 +01:00 |
David Adam
|
23faba7eb1
|
d3dx9_36: Add a test for D3DXCreateBox.
|
2011-03-04 16:26:01 +01:00 |
Austin English
|
e8a2fa28ea
|
d3dx9_36/tests: Free memory after use (Valgrind).
|
2011-02-17 17:27:30 +01:00 |
David Adam
|
e57bbaab91
|
d3dx9_36: Add a few tests for D3DXCreateBox.
|
2011-02-15 17:11:50 +01:00 |
Austin English
|
f9facad235
|
d3dx9_36/tests: Remove unused variable assignments (LLVM/Clang).
|
2011-02-07 10:13:46 -06:00 |
Misha Koshelev
|
09af2a2bf9
|
d3dx9_36: Implement D3DXCreateCylinder.
|
2010-09-28 17:33:17 +02:00 |
Misha Koshelev
|
63dbf6ee3f
|
d3dx9_36/tests: Add tests for D3DXCreateCylinder.
|
2010-09-27 14:10:46 +02:00 |
Misha Koshelev
|
d7d9cd5eb2
|
d3dx9_36: Implement D3DXCreateSphere.
|
2010-09-24 15:45:54 +02:00 |
Misha Koshelev
|
e4182ead47
|
d3dx9_36: Implement D3DXCreateMeshFVF.
|
2010-09-23 19:22:41 +02:00 |
Misha Koshelev
|
a6f2c003a3
|
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
|
2010-09-23 19:22:38 +02:00 |
Misha Koshelev
|
af0c074d7b
|
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
|
2010-09-21 20:16:16 +02:00 |
Misha Koshelev
|
fffe37aa00
|
d3dx9_36: Implement D3DXGetDeclLength with tests.
|
2010-09-16 11:18:58 -05:00 |
Misha Koshelev
|
b9b9d7ccca
|
d3dx9_36: Fix the D3DXCreateMesh() prototype.
|
2010-09-08 13:31:03 +02:00 |
Misha Koshelev
|
5fa3a6cf78
|
d3dx9: Implement D3DXFVFFromDeclarator.
|
2010-09-06 19:45:47 +02:00 |
Henri Verbeet
|
ff7dc44525
|
d3dx9_36: Implement D3DXDeclaratorFromFVF().
|
2010-08-27 11:58:57 +02:00 |
Henri Verbeet
|
79e4f66090
|
d3dx9_36/tests: Add some more FVF position handling tests.
|
2010-08-27 11:58:50 +02:00 |
Henri Verbeet
|
6e518a1d06
|
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
|
2010-08-27 11:58:43 +02:00 |
Henri Verbeet
|
1bfd89986c
|
d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().
|
2010-08-26 12:41:58 +02:00 |
Henri Verbeet
|
5ed9403c74
|
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
The current version matches MSDN, but not the actual SDK header.
|
2010-08-26 12:41:53 +02:00 |
Henri Verbeet
|
5655c6f0bb
|
d3dx9_36/tests: Use the proper D3DFVF_PSIZE constant in test_fvf_decl_conversion().
|
2010-08-25 11:56:59 +02:00 |
Henri Verbeet
|
bcd452ab82
|
d3dx9_36/tests: Remove a (mostly) redundant test.
|
2010-08-25 11:56:50 +02:00 |
Misha Koshelev
|
46050fb377
|
d3dx9: Add tests for FVF <-> declaration conversion.
|
2010-08-19 17:32:18 +02:00 |
Misha Koshelev
|
bf46b4fdfc
|
d3dx9: Add stub and tests for D3DXCreateMesh.
|
2010-08-04 13:19:00 +02:00 |
Henri Verbeet
|
24f522c520
|
d3dx9_36/tests: Avoid the non-portable NAN macro.
|
2010-08-03 11:06:14 +02:00 |
Misha Koshelev
|
cc1738ad3c
|
d3dx9: Complete test for D3DXCreateSphere.
|
2010-08-02 15:14:41 +02:00 |
Misha Koshelev
|
242b4f3fe8
|
d3dx9: Add stub and basic test for D3DXCreateSphere.
|
2010-07-19 15:47:28 +02:00 |
David Adam
|
4771ee2c5f
|
d3dx9_36/test: Fix a copy/paste typo.
|
2010-07-09 09:52:15 +02:00 |