netstat: Initial implementation.
[wine] / dlls / d3d9 / vertexdeclaration.c
2012-06-01  Henri Verbeetd3d9: Get rid of IDirect3DVertexDeclaration9Impl.
2012-05-29  Henri Verbeetd3d9: Get rid of IDirect3DDevice9Impl.
2012-05-25  Henri Verbeetd3d9: Get rid of the D3D_DECL_* macros.
2012-05-25  Henri Verbeetd3d9: Get rid of the d3dType field from d3d_dtype_lookup.
2012-05-24  Henri Verbeetd3d9: Get rid of the D3DDECLTYPE_INFO typedef.
2012-04-13  Henri Verbeetd3d9: COM cleanup for the IDirect3DVertexDeclaration9...
2012-04-12  Henri Verbeetd3d9: Store wined3d vertex declarations in the fvf...
2012-04-12  Henri Verbeetd3d9: Introduce a separate function for vertex declarat...
2012-03-29  Henri Verbeetd3d9: Don't return a pointer to the implementation...
2011-11-25  Henri Verbeetwined3d: Get rid of the WINED3DVERTEXELEMENT typedef.
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-04-25  Michael Stefaniucd3d9: Finish the COM cleanup of the IDirect3DDevice9Ex...
2011-02-03  Henri Verbeetwined3d: Remove COM from the vertex declaration.
2010-09-01  Henri Verbeetd3d9: Move device functions to device.c.
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-08-24  Henri Verbeetwined3d: Rename WINED3DFORMAT to wined3d_format_id.
2009-12-04  Henri Verbeetd3d9: Simplify GetDevice().
2009-10-22  Henri Verbeetd3d9: Free "elements" in a vertexdeclaration_init(...
2009-10-20  Henri Verbeetd3d9: Add traces.
2009-09-29  Allan Tongd3d9: Don't release the parent device before destroying...
2009-09-25  Henri Verbeetwined3d: Use the DXGI naming convention for all formats.
2009-09-23  Henri Verbeetwined3d: Don't free D3D vertex declarations until the...
2009-09-23  Henri Verbeetd3d9: Add a separate function for vertex declaration...
2009-09-22  Henri Verbeetd3d9: Properly destroy vertex declarations.
2009-08-28  Henri Verbeetd3d9: Remove trailing spaces.
2009-08-26  Henri Verbeetd3d9: Use the wined3d cs for wined3d locking.
2009-03-27  Henri Verbeetwined3d: Unify vertex and texture formats.
2009-03-27  Henri Verbeetwined3d: Don't create an END element for wined3d vertex...
2008-12-29  Chris Robinsond3d9: Use the correct size for D3DFVF_XYZW.
2008-11-04  Stefan Dösingerwined3d: Fix the num blend values -> type match.
2008-11-04  Stefan Dösingerd3d9: Use the correct AddRef and Release macros.
2008-08-26  Stefan Dösingerwined3d: Fix the texcoord size mask.
2008-03-03  Stefan Dösingerd3d9: IDirect3DDevice9Ex stub.
2008-02-15  Andrew Talbotd3d9: Assign to struct instead of using memcpy.
2008-01-07  Alexandre Julliardwined3d: Use unsigned int instead of size_t for element...
2007-12-21  Stefan Dösingerwined3d: Vertex attributes are 4 byte aligned.
2007-06-25  Stefan Dösingerd3d9: Hold the lock in VertexDeclaration methods.
2007-04-18  Stefan Dösingerd3d9: Rework the converted vertex declaration management.
2007-04-12  Stefan Dösingerd3d9: Fix the circular converted vertex declaration...
2007-04-12  Stefan Dösingerd3d9: AddRef the device in IDirect3DVertexDeclaration9...
2007-02-26  H. Verbeetd3d9: Free the vertex declaration elements.
2007-02-14  Stefan Dösingerwined3d: Properly release the converted vertex declaration.
2007-02-14  H. Verbeetd3d9: Don't store the d3d9 declaration in the wined3d...
2006-12-01  Markus Amslerd3d9: Use correct COM macros.
2006-10-10  H. Verbeetd3d9: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-05  Karsten Elfenbeind3d9: Fix typo in trace.
2006-07-28  Michael StefaniucFix 2 "static is not at beginning of declaration" warnings.
2006-07-06  Ivan Gyurdievwined3d: Implement FVF to DECL9 conversion (with tests).
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-07  H. Verbeetd3d9: Fix QueryInterface.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Vitaliy Margolend3d9: VertexDeclaration and VertexShader should keep...
2005-11-14  Oliver StieberRemove the setting of the result pointer to NULL in...
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-06-16  Oliver StieberDisable the creation of invalid vertex declarations...
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-01-28  Raphael Junqueira- add vertex Declaration support (using wined3d)
2005-01-24  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-01  Raphael Junqueira- some cleanups and fixes on d3d8 and d3d9 headers