po: Update French translation.
[wine] / dlls / wined3d / vertexdeclaration.c
2012-01-19  Henri Verbeetwined3d: Get rid of the WINED3DDECLUSAGE typedef.
2012-01-19  Henri Verbeetwined3d: Get rid of the WINED3DDECLMETHOD typedef.
2011-11-25  Henri Verbeetwined3d: Get rid of the WINED3DVERTEXELEMENT typedef.
2011-05-17  Henri Verbeetwined3d: Get rid of the IWineD3DDevice typedefs.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-02-03  Henri Verbeetwined3d: Get rid of the IWineD3DVertexDeclaration typedefs.
2011-02-03  Henri Verbeetwined3d: Remove COM from the vertex declaration.
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-08-31  Henri Verbeetwined3d: Rename wined3d_format_desc to wined3d_format.
2009-12-10  Henri Verbeetwined3d: Rename "wineD3DDevice" to "device".
2009-12-09  Henri Verbeetwined3d: Remove unused GetDevice() implementations.
2009-10-29  Henri Verbeetwined3d: Remove some unused GLINFO_LOCATION definitions.
2009-09-28  Henri Verbeetwined3d: Remove some redundant code in IWineD3DVertexDe...
2009-09-28  Henri Verbeetwined3d: Keep vertex declaration references in the...
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-22  Henri Verbeetwined3d: Cleanup vertex declaration initialization.
2009-05-05  Stefan Dösingerwined3d: Make use of GL_ARB_half_float_vertex.
2009-03-27  Henri Verbeetwined3d: Unify vertex and texture formats.
2009-03-27  Henri Verbeetwined3d: Don't create an END element for wined3d vertex...
2009-03-27  Henri Verbeetwined3d: Separate the internal representation of vertex...
2009-03-27  Henri Verbeetwined3d: Remove IWineD3DVertexDeclaration_SetDeclaratio...
2009-03-27  Henri Verbeetwined3d: Remove IWineD3DVertexDeclarationImpl_GetDeclar...
2009-03-25  Henri Verbeetwined3d: Fix a few sign compare warnings.
2009-02-19  Henri Verbeetwined3d: Allow floating point values for WINED3DDECLUSA...
2009-01-08  Henri Verbeetwined3d: Simplify handling of swizzled attributes.
2008-09-22  Henri Verbeetwined3d: Don't try to draw with unsupported attribute...
2008-09-22  Henri Verbeetwined3d: Fix a memory leak.
2008-07-24  Stefan Dösingerd3d: D3DDECLTYPE_UNUSED is not valid in vertex declarat...
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-12-20  Stefan Dösingerwined3d: Store if half float conversion is needed in...
2007-12-19  Stefan Dösingerwined3d: Emulate half float vertices if GL_NV_half_floa...
2007-11-28  Stefan Dösingerwined3d: Fix a sign mistake in the code creating the...
2007-11-21  Stefan Dösingerwined3d: Track vertex declaration changes on vertex...
2007-08-21  Paul Vrienswined3d/vertexdeclaration: Return when out of memory...
2007-08-08  Stefan Dösingerwined3d: Store the position_transformed flag in the...
2007-08-08  Stefan Dösingerwined3d: Determine used streams at vdecl creation.
2007-08-08  Stefan Dösingerwined3d: Remove link collection from vertexdeclaration.c.
2007-04-12  Stefan Dösingerwined3d: Dirtify the shader and declaration states...
2007-02-14  H. Verbeetd3d8: Don't store the d3d8 declaration in the wined3d...
2007-02-14  H. Verbeetd3d8: Move loading local d3d8 vertex shader constants...
2007-02-14  H. Verbeetd3d9: Don't store the d3d9 declaration in the wined3d...
2007-02-14  H. Verbeetwined3d: Add WINED3DDECLUSAGE, use it.
2006-12-14  Dmitry Timoshkovwined3d: Make some data const.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-08-07  H. Verbeetwined3d: Add a couple of traces to the vertexdeclaratio...
2006-07-19  Jason Greenwined3d: Make the number of floating point shader const...
2006-07-06  Ivan Gyurdievwined3d: Add missing PSIZE register for decl8->9 conver...
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-12  Jason Greenwined3d: Spelling fixes and downgrade a FIXME to a...
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-03-22  H. Verbeetwined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
2006-03-22  H. Verbeetwined3d: glTypeLookup cleanup.
2006-02-07  H. Verbeetwined3d: Always return the number of elements in the...
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2005-12-16  Oliver Stieberwined3d: Vertex declaration cleanup.
2005-12-14  H. Verbeetwined3d: Return the correct parent in IWineD3DVertexDec...
2005-12-09  Oliver Stieberwined3d: Vertex shader 8 support.
2005-11-28  Oliver StieberCorrect some errors in the way vertex declarations...
2005-08-12  Francois GougetAssorted spelling fixes.
2005-07-28  Oliver StieberReturn all elements when getDeclaration is called with...
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-01-28  Raphael Junqueira- convert D3D8 VertexDecl to D3D9 format (D3DVERTEXELEM...
2005-01-27  Raphael Junqueira- fix typo in wined3d_interface.h
2005-01-26  Raphael Junqueira- VertexDeclaration device APIs
2005-01-19  Raphael JunqueiraBegin support of VertexDeclaration on wined3d using...