comctl32/mru: In EnumMRUListA, ensure that the string is NULL terminated and the...
[wine] / dlls / d3d8 / vertexbuffer.c
2009-12-30  Henri Verbeetwined3d: The FVF parameter to IWineD3DDeviceImpl_Create...
2009-12-29  Stefan Dösingerwined3d: Remove the d3d7 do-not-convert code.
2009-12-04  Henri Verbeetd3d8: Simplify GetDevice().
2009-11-03  Stefan Dösingerwined3d: Add a usage flag for vertex buffer optimization.
2009-10-19  Henri Verbeetd3d8: Add traces.
2009-09-29  Allan Tongd3d8: Don't release the parent device before destroying...
2009-09-18  Henri Verbeetwined3d: Don't free D3D buffers until the wined3d buffe...
2009-09-18  Henri Verbeetd3d8: Add a separate function for vertex buffer initial...
2009-08-25  Henri Verbeetd3d8: Use a wined3d cs for wined3d locking.
2009-04-09  Stefan Dösingerd3d: Remove the format from index buffers.
2009-04-09  Stefan Dösingerd3d8: Store the fvf in the d3d8 vertex buffer.
2009-04-08  Stefan Dösingerd3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUF...
2009-04-08  Stefan Dösingerd3d8, d3d9: Don't rely on the wined3d buffer type.
2009-03-23  Henri Verbeetd3d8: Get rid of resource.c.
2009-03-06  Henri Verbeetwined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
2009-02-20  Henri Verbeetd3d8: Explicitly convert between D3DFORMAT and WINED3DF...
2007-06-13  Stefan Dösingerd3d8: Hold the lock in IDirect3DVertexBuffer methods.
2006-10-10  H. Verbeetd3d8: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliardd3d8: Make the virtual table functions static where...
2006-06-07  H. Verbeetd3d8: Fix QueryInterface.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-03  Vitaliy Margolend3dx: VertexBuffer should keep reference to the parent...
2006-03-13  Stefan Dösingerwined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
2006-02-27  Roderick Colenbranderd3d8: Moved the remaining code over to WineD3D (based...
2005-10-27  Oliver StieberChanged index and vertex buffer so that internal refere...
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-01-24  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
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-05-11  Raphael Junqueira- minor COM fixes (fixes some crashes on stupid games)
2003-04-12  Alexandre JulliardHeader files must not include config.h.
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-09-27  Jason EdmeadesInitial D3D8 implementation.