d3drm: Retrieve mesh name at loading time. Implement GetName and SetName.
[wine] / dlls / d3drm / meshbuilder.c
2012-05-15  Christian Costad3drm: Retrieve mesh name at loading time. Implement...
2012-04-02  Christian Costad3drm: Implement CreateMesh method and stubbed IDirect3...
2012-04-02  Christian Costad3drm: Make IDirect3DRMMeshBuilderX stub return D3DRM_OK.
2012-03-29  Christian Costad3drm: Move mesh loading code into a separate function...
2012-03-16  Christian Costad3drm: Implement SetTextureCoordinates.
2012-03-16  Christian Costad3drm: If there is no texture coordinates in loaded...
2012-03-16  Christian Costad3drm: Add refcount info to AddRef and Release traces.
2012-03-16  Christian Costad3drm: Texture callback cannot be passed directly....
2012-03-16  Christian Costad3drm: Remove "partial stub" mention of forwarded methods.
2012-03-14  Christian Costad3drm: Complete Load method by adding normals indices...
2012-03-14  Christian Costad3drm: Get data from the right objects (sub-objects).
2012-03-14  Christian Costad3drm: Fix some tests conditions.
2012-03-13  Christian Costad3drm: Fix leakage of pData2 on error.
2012-03-13  Christian Costad3drm: Fix leakage of This->pCoords2d when releasing...
2012-03-13  Christian Costad3drm: Turn some FIXME into TRACE.
2012-01-20  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMMes...
2012-01-20  André Hentscheld3drm: Reorder meshbuilder creation function to avoid...
2012-01-16  André Hentscheld3drm: Fix invocation of GetTextureCoordinates.
2012-01-13  André Hentscheld3drm: Implement GetVertices for IDirect3DRMMeshBuilder3.
2012-01-13  André Hentscheld3drm: Move GetTextureCoordinates from IDirect3DRMMeshB...
2012-01-13  André Hentscheld3drm: Move Load implementation to IDirect3DRMMeshBuilder3.
2012-01-13  André Hentscheld3drm: Fix QueryInterface forwarding.
2012-01-04  André HentschelAssorted header comment cleanup.
2011-12-29  André Hentscheld3drm: Add IDirect3DRMMeshBuilder3 interface.
2011-12-28  André Hentscheld3drm: Add IDirect3DRMMeshBuilder2 interface.
2010-11-29  Michael Stefaniucd3drm: Use an iface instead of a vtbl pointer in IDirec...
2010-05-24  David Adamd3drm: Remove a useless comment.
2010-05-24  David Adamd3drm: Do not redefine already defined guids.
2010-04-26  Gerald Pfeiferd3drm: Remove two variables which are not really used...
2010-02-15  Christian Costad3drm: Make IDirect3DRMMeshBuilderImpl_Load handle...
2010-02-08  Christian Costad3drm: Beginning of Mesh info retrieval.
2010-02-04  Christian Costad3drm: Improve IDirect3DRMMeshBuilderImpl_Load and...
2010-02-01  Christian Costad3drm: Implement partially IDirect3DRMMeshBuilderImpl_Load.
2010-01-29  Christian Costad3drm: Add stubbed implementation of IDirect3DRMMeshBui...