wined3d: Add Filtering to IWineD3DSurface::Blt and handle it.
[wine] / dlls / wined3d / vertexdeclaration.c
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...