d3dx9_36/tests: Use software vertex processing so the tests can run on Intel GM950...
[wine] / dlls / d3dx9_36 / tests / mesh.c
2012-12-14  Francois Gougetd3dx9_36/tests: Use software vertex processing so the...
2012-11-28  Henri Verbeetd3dx9: Avoid LPD3DXSKININFO.
2012-10-24  AndrĂ© Hentscheld3dx9_36/tests: Fix sizeof to be more portable (coverity).
2012-05-04  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to an ok() call.
2012-05-03  Michael Mc Donnelld3dx9: Added D3DXOptimizeFaces test.
2012-03-13  Jozef Kuciad3dx9/tests: Don't leak D3DXBuffer in D3DXWeldVertices...
2012-03-09  Jozef Kuciad3dx9/tests: Don't leak D3DXBuffer.
2012-01-11  Henri Verbeetd3d9: Don't expose wined3d internal flags to the applic...
2011-12-19  Michael Mc Donnelld3dx9/tests: Add a D3DXValidMesh test.
2011-11-15  Michael Mc Donnelld3dx9: Return error if D3DXMESH_VB_SHARE and new declar...
2011-11-15  Michael Mc Donnelld3dx9/tests: Show D3DXMESH_VB_SHARE with new declaratio...
2011-11-15  Michael Mc Donnelld3dx9/tests: Test for D3DXMESH_VB_SHARE option.
2011-10-27  Francois Gougetd3dx9_36/tests: Add a trailing '\n' to an ok() call.
2011-10-26  Michael Mc Donnelld3dx9/tests: Implemented CloneMesh test.
2011-09-27  Michael Stefaniucd3dx9_36/tests: Avoid using fmaxf.
2011-09-26  Michael Mc Donnelld3dx9_36/tests: Fixed adjacency double free (valgrind).
2011-09-23  Michael Mc Donnelld3dx9/test: Test for D3DXWeldVertices.
2011-08-22  Marcus Meissnerd3dx9_36: Fixed memset of a -2 32bit value (Coverity).
2011-08-02  Michael Mc Donnelld3dx9: Implemented ConvertPointRepsToAdjacency.
2011-08-02  Michael Mc Donnelld3dx9/tests: Implemented ConvertPointRepsToAdjacency...
2011-07-26  Michael Mc Donnelld3dx/tests: Fixed double free (valgrind).
2011-07-15  Michael Mc Donnelld3dx9: Implemented ConvertAdjacencyToPointReps mesh...
2011-07-15  Michael Mc Donnelld3dx9/tests: Implemented ConvertAdjacencyToPointReps...
2011-06-27  Dylan Smithd3dx9/tests: Fix comparison that expects NAN, since...
2011-06-27  Francois GougetAssorted spelling fixes.
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().