Correctly lock and unlock surface for a single-surface Blt() and
[wine] / dlls / ddraw / d3dvertexbuffer.c
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
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-06-04  Lionel Ulmer- proper (tested on Win2K) reference counting for Direc...
2003-05-20  Lionel Ulmer- some tracing fixes
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-12  Lionel UlmerUse the dwStartVertex argument in the Draw*PrimitiveVB...
2003-01-03  Lionel Ulmer- hack for one case of the ProcessVertices case
2003-01-03  Lionel Ulmer- more thunking in the D3DVertexBuffer COM object
2003-01-03  Lionel Ulmer- some additionnal flags logged
2003-01-02  Lionel Ulmer- removed some useless WARNs
2003-01-02  Christian CostaFix IDirect3DVertexBuffer interface.
2003-01-02  Lionel UlmerPrevent memory leak in freeing of the VertexBuffer.
2003-01-02  Lionel UlmerAdded 'emulated' VertexBuffer support.
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-30  Lionel Ulmer- actually use the VertexBuffer stubs
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...