netstat: Initial implementation.
[wine] / dlls / ddraw / material.c
2012-08-27  Jacek Cabanddraw: Use proper helpers for iface calls.
2012-04-10  Henri Verbeetddraw: Get rid of IDirect3DDeviceImpl.
2012-03-16  Henri Verbeetddraw: Get rid of IDirect3DMaterialImpl.
2012-03-14  Henri Verbeetddraw: Don't return a pointer to the implementation...
2012-03-09  Henri Verbeetddraw: Get rid of IDirectDrawImpl.
2011-11-14  Henri Verbeetddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice7 interface.
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice3 interface.
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice3 for applic...
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice2 for applic...
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice for applica...
2011-06-08  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial3 iface.
2011-06-08  Michael Stefaniucddraw: Rename d3d_material_init() and have it allocate...
2011-06-07  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial iface.
2011-06-07  Michael Stefaniucddraw: COM cleanup for the IDirect3DMaterial2 iface.
2011-01-21  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DMat...
2010-09-08  Henri Verbeetddraw: Remove some stray tabs.
2010-08-20  Henri Verbeetddraw: Add / improve TRACEs.
2010-08-19  Henri Verbeetddraw: Add a separate function for material initialization.
2010-08-19  Henri Verbeetddraw: Remove unused / redundant includes.
2010-07-29  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-03-15  Michael Stefaniucddraw: Remove redundant memset.
2009-01-22  Henri Verbeetddraw: Rename the main vtables to lpVtbl.
2009-01-22  Henri Verbeetddraw: Get rid of ddcomimpl.h.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_OBJECT.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_THIS_FROM.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INTERFACE.
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2007-12-05  Andrew Riediddraw: DPRINTF -> TRACE.
2007-06-04  Stefan Dösingerddraw: Hold the lock in IDirect3DMaterial methods.
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-23  Andrew Talbotddraw: Constify some variables.
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-06-30  Stefan Dösingerddraw: Fix some material related bugs.
2006-06-19  Stefan Dösingerddraw: Implement proper handle management.
2006-06-15  Alexandre Julliardddraw: Make some functions static.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...