d3dx9_36: Free object on error (coverity).
[wine] / dlls / d3dx9_36 / mesh.c
2012-10-26  André Hentscheld3dx9_36: Free object on error (coverity).
2012-10-25  Henri Verbeetd3dx9: Avoid LPDIRECT3DVERTEXBUFFER9.
2012-10-25  Henri Verbeetd3dx9: Avoid LPDIRECT3DINDEXBUFFER9.
2012-10-25  André Hentscheld3dx9_36: Fix free of address-of expression (coverity).
2012-09-25  Nozomi Kodamad3dx9: Simplify D3DXComputeBoundingSphere.
2012-09-24  Christian Costad3dx9_36: Add stub for D3DXCleanMesh.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-03  Michael Mc Donnelld3dx9: Added D3DXOptimizeFaces semi-stub.
2012-04-09  Henri Verbeetd3dx9: Don't return a pointer to the implementation...
2012-03-28  Michael Mc Donnelld3dx9: Do not weld self.
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-10-26  Michael Mc Donnelld3dx9: Implemented non-equal declaration support in...
2011-10-13  Dylan Smithd3dx9: Removed a duplicate NULL check.
2011-09-23  Michael Mc Donnelld3dx9: Implemented D3DXWeldVertices.
2011-09-20  Michael Stefaniucd3dx9_36: Remove casts to the type of the casted expres...
2011-09-12  Andrew Talbotd3dx9_36: Eliminate comparisons of unsigned values...
2011-09-08  Alexandre Julliardd3dx9_36: Avoid using fminf/fmaxf.
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateTextW.
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateCy...
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateSp...
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXLoadMesh...
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in load_skin_me...
2011-08-31  Michael Mc Donnelld3dx9: Use 0 instead of D3DLOCK_DISCARD in OptimizeInPlace.
2011-08-02  Michael Mc Donnelld3dx9: Implemented ConvertPointRepsToAdjacency.
2011-07-19  Matteo Brunid3dx9: Fix an error check in D3DXLoadMeshFromXResource.
2011-07-18  Francois Gougetd3dx9_36: Add a trailing '\n' to an ERR() call.
2011-07-15  Michael Mc Donnelld3dx9: Implemented ConvertAdjacencyToPointReps mesh...
2011-07-06  Frédéric Delanoyd3dx9_36: Remove dead assignment (Clang).
2011-06-27  Francois GougetAssorted spelling fixes.
2011-06-22  Michael Mc Donnelld3dx9: Implement UpdateSemantics mesh method.
2011-06-08  Dylan Smithd3dx9: Implement D3DXLoadMeshFromX and D3DXLoadMeshFrom...
2011-06-08  Dylan Smithd3dx9: Support optional parameters for D3DXLoadMeshFrom...
2011-06-08  Dylan Smithd3dx9: Implement D3DXLoadMeshFromXInMemory.
2011-06-07  Dylan Smithd3dx9: Implement D3DXLoadMeshHierarchyFromX.
2011-06-07  Dylan Smithd3dx9: Add support for loading vertex colors from X...
2011-06-07  Dylan Smithd3dx9: Add support for loading texture coords from...
2011-06-07  Dylan Smithd3dx9: Generate effect instances from materials for...
2011-06-07  Dylan Smithd3dx9: Add support for loading materials from X files.
2011-06-07  Dylan Smithd3dx9: Respect the options parameter for mesh loading.
2011-05-24  Dylan Smithd3dx9: Add support for loading mesh normals from X...
2011-05-24  Dylan Smithd3dx9: Add support for loading basic meshes.
2011-05-24  Dylan Smithd3dx9: Implement D3DXLoadMeshHierarchy for only loading...
2011-05-20  Dylan Smithd3dx9: Implement D3DXFrameDestroy.
2011-05-18  Dylan Smithd3dx9: Implement ID3DXMesh::Optimize using OptimizeInplace.
2011-05-11  Dylan Smithd3dx9: Implement D3DXMESHOPT_ATTRSORT|D3DXMESHOPT_IGNOR...
2011-05-11  Dylan Smithd3dx9: Create compact_mesh helper function for Optimize...
2011-05-10  Dylan Smithd3dx9: Implement D3DXMESHOPT_COMPACT for ID3DXMesh...
2011-05-10  Dylan Smithd3dx9: Implement ID3DXMesh::CloneMesh without vertex...
2011-05-09  Francois GougetAssorted spelling and case fixes.
2011-04-28  Dylan Smithd3dx9: Implement ID3DXMesh::DrawSubset.
2011-04-28  Dylan Smithd3dx9: Implement GetAttributeTable and SetAttributeTable.
2011-04-28  Dylan Smithd3dx9: Implement LockAttributeBuffer & UnlockAttributeB...
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: Implement ID3DXMesh::GenerateAdjacency.
2011-04-27  Dylan Smithd3dx9: Support the option flags for D3DXCreateMesh.
2011-03-10  Dylan Smithd3dx9: Support triangulation of complex glyphs in D3DXC...
2011-03-10  Dylan Smithd3dx9: D3DXCreateText implementation for simple glyphs.
2011-03-04  David Adamd3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
2011-02-21  Dylan Smithd3dx9: Add stubs for D3DXCreateText.
2011-02-21  Matteo Brunid3dx9: Remove a couple of spurious assignments (LLVM...
2011-01-27  Michael Stefaniucd3dx9_36: COM cleanup for the ID3DXMesh iface.
2010-09-28  Misha Koshelevd3dx9_36: Implement D3DXCreateCylinder.
2010-09-27  Misha Koshelevd3dx9_36: Add stub for D3DXCreateCylinder.
2010-09-24  Misha Koshelevd3dx9_36: Implement D3DXCreateSphere.
2010-09-24  Misha Koshelevd3dx9_36: Implement ID3DXMesh_Lock/UnlockVertexBuffer...
2010-09-24  Misha Koshelevd3dx9_36: Add stub for D3DXCreateTeapot.
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-26  Henri Verbeetd3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
2010-08-25  Henri Verbeetd3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
2010-08-19  Misha Koshelevd3dx9: Add tests for FVF <-> declaration conversion.
2010-08-04  Misha Koshelevd3dx9: Add stub and tests for D3DXCreateMesh.
2010-07-19  Misha Koshelevd3dx9: Add stub and basic test for D3DXCreateSphere.
2010-04-20  Tony Wasserkad3dx9: Add a stubbed D3DXDeclaratorFromFVF.
2010-04-07  Christian Costad3dx9_36: Fix indentation.
2010-04-06  Christian Costad3dx9_36: Add stub for D3DXCreateBox.
2010-03-29  Mikhail Maroukhined3dx9_36: Fix compiler warnings with flag -Wcast-qual.
2009-08-31  Francois Gougetd3dx9_36: Fix compilation on systems that don't support...
2009-07-13  David Adamd3dx9: Merge d3dx8 mesh into d3dx9.
2009-06-19  Henri Verbeetd3dx9_36: Implement D3DXGetDeclVertexSize().
2009-02-11  David Adamd3dx9_36: Implement D3DXGetFVFVertexSize.
2009-02-11  David Adamd3dx9_36: Implement D3DXComputeBoundingSphere.
2009-02-11  David Adamd3dx9_36: Implement D3DXComputeBoundingBox.
2009-02-09  Francois Gougetd3dx9_36: The d3dx debug channel is unused so remove it.
2009-02-03  David Adamd3dx9_36: Implement D3DXIntersectTri.