d3dx9/tests: Avoid using FP_NAN for portability.
[wine] / dlls / d3dx9_36 / tests / mesh.c
2011-06-24  Dylan Smithd3dx9/tests: Avoid using FP_NAN for portability.
2011-06-23  Dylan Smithd3dx9/tests: Added tests for D3DXCreateSkinInfo.
2011-06-22  Michael Mc Donnelld3dx9: Implement UpdateSemantics mesh method.
2011-06-22  Michael Mc Donnelld3dx9/tests: Add UpdateSemantics test.
2011-06-13  Francois Gougetd3dx9_36/tests: Add a '\n' to a trace() call.
2011-06-08  Dylan Smithd3dx9/tests: Add tests for D3DXLoadMeshFromXInMemory.
2011-06-07  Dylan Smithd3dx9/tests: Add texture coordinates and vertex colors...
2011-06-07  Dylan Smithd3dx9/tests: Test effect generation and material loadin...
2011-06-07  Dylan Smithd3dx9/tests: Add tests for D3DXLoadMeshHierarchyFromXIn...
2011-05-20  Dylan Smithd3dx9/tests: Correct ok messages to be consistent with...
2011-05-20  Dylan Smithd3dx9/tests: Fix a normal comparison for triangles...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-04-28  Dylan Smithd3dx9: Implement GetNumBytesPerVertex using the vertex...
2011-04-28  Dylan Smithd3dx9: D3DXCreateMesh rejects declarations with non...
2011-04-27  Dylan Smithd3dx9/tests: Added tests for ID3DXMesh::GenerateAdjacency.
2011-03-16  Francois Gougetd3dx9_36/tests: Replace a malloc() with HeapAlloc(...
2011-03-10  Dylan Smithd3dx9/tests: Partially test front and back faces for...
2011-03-10  Dylan Smithd3dx9/tests: Added outline comparison tests for D3DXCre...
2011-03-10  Dylan Smithd3dx9/tests: Add basic tests for D3DXCreateText.
2011-03-07  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to ok() calls.
2011-03-04  David Adamd3dx9_36: Add a test for D3DXCreateBox.
2011-02-17  Austin Englishd3dx9_36/tests: Free memory after use (Valgrind).
2011-02-15  David Adamd3dx9_36: Add a few tests for D3DXCreateBox.
2011-02-07  Austin Englishd3dx9_36/tests: Remove unused variable assignments...
2010-09-28  Misha Koshelevd3dx9_36: Implement D3DXCreateCylinder.
2010-09-27  Misha Koshelevd3dx9_36/tests: Add tests for D3DXCreateCylinder.
2010-09-24  Misha Koshelevd3dx9_36: Implement D3DXCreateSphere.
2010-09-23  Misha Koshelevd3dx9_36: Implement D3DXCreateMeshFVF.
2010-09-23  Misha Koshelevd3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDC...
2010-09-21  Misha Koshelevd3dx9_36: Implement D3DXCreateMesh and initial ID3DXMes...
2010-09-16  Misha Koshelevd3dx9_36: Implement D3DXGetDeclLength with tests.
2010-09-08  Misha Koshelevd3dx9_36: Fix the D3DXCreateMesh() prototype.
2010-09-06  Misha Koshelevd3dx9: Implement D3DXFVFFromDeclarator.
2010-08-27  Henri Verbeetd3dx9_36: Implement D3DXDeclaratorFromFVF().
2010-08-27  Henri Verbeetd3dx9_36/tests: Add some more FVF position handling...
2010-08-27  Henri Verbeetd3dx9_36/tests: Cleanup / simplify test_fvf_decl_conver...
2010-08-26  Henri Verbeetd3dx9_36/tests: Avoid a redundant vertex declaration...
2010-08-26  Henri Verbeetd3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
2010-08-25  Henri Verbeetd3dx9_36/tests: Use the proper D3DFVF_PSIZE constant...
2010-08-25  Henri Verbeetd3dx9_36/tests: Remove a (mostly) redundant test.
2010-08-19  Misha Koshelevd3dx9: Add tests for FVF <-> declaration conversion.
2010-08-04  Misha Koshelevd3dx9: Add stub and tests for D3DXCreateMesh.
2010-08-03  Henri Verbeetd3dx9_36/tests: Avoid the non-portable NAN macro.
2010-08-02  Misha Koshelevd3dx9: Complete test for D3DXCreateSphere.
2010-07-19  Misha Koshelevd3dx9: Add stub and basic test for D3DXCreateSphere.
2010-07-09  David Adamd3dx9_36/test: Fix a copy/paste typo.
2010-07-07  Misha Koshelevd3dx9: Test penultimate declaration element in D3DXDecl...
2010-04-20  Tony Wasserkad3dx9: Add tests for D3DXDeclaratorFromFVF.
2009-07-13  David Adamd3dx9: Merge d3dx8 mesh tests into d3dx9.
2009-06-19  Henri Verbeetd3dx9_36: Add a test for D3DXGetDeclVertexSize().