ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / dlls / d3d9 / stateblock.c
2012-10-08  Henri Verbeetwined3d: wined3d_stateblock_apply() never fails.
2012-10-08  Henri Verbeetwined3d: wined3d_stateblock_capture() never fails.
2012-06-01  Henri Verbeetd3d9: Get rid of IDirect3DStateBlock9Impl.
2012-05-29  Henri Verbeetd3d9: Get rid of IDirect3DDevice9Impl.
2012-04-02  Henri Verbeetd3d9: Don't return a pointer to the implementation...
2012-01-18  Henri Verbeetwined3d: Get rid of the WINED3DSTATEBLOCKTYPE typedef.
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-04-25  Michael Stefaniucd3d9: Finish the COM cleanup of the IDirect3DDevice9Ex...
2011-04-12  Michael Stefaniucd3d9: COM cleanup for the IDirect3DStateBlock9 iface.
2011-01-31  Henri Verbeetwined3d: Remove COM from the stateblock.
2010-07-30  Henri Verbeetwined3d: The stateblock doesn't have a parent.
2010-01-20  Henri Verbeetd3d9: Add a separate function for stateblock initializa...
2009-12-04  Henri Verbeetd3d9: Simplify GetDevice().
2009-10-20  Henri Verbeetd3d9: Add traces.
2009-08-28  Henri Verbeetd3d9: Remove trailing spaces.
2009-08-26  Henri Verbeetd3d9: Use the wined3d cs for wined3d locking.
2009-03-23  Henri Verbeetd3d9: Get rid of resource.c.
2008-12-30  Henri Verbeetd3d: Correct some debug levels.
2008-12-18  Henri Verbeetd3d9: Fix a trace.
2008-11-04  Stefan Dösingerd3d9: Use the correct AddRef and Release macros.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-03  Stefan Dösingerd3d9: IDirect3DDevice9Ex stub.
2007-08-15  Stefan Dösingerwined3d: Add a wined3d private WINED3DSBT_RECORDED.
2007-06-19  Stefan Dösingerd3d9: Hold the lock in stateblock methods.
2006-10-10  H. Verbeetd3d9: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardd3d9: Don't use sizeof in traces to avoid printf format...
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-07  H. Verbeetd3d9: Fix QueryInterface.
2006-05-25  Vitaliy Margolend3d9: StateBlock is also created in EndStateBlock....
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolend3d9: All objects created by device should keep referen...
2005-11-14  Oliver StieberRemove the setting of the result pointer to NULL in...
2005-08-23  Oliver StieberTidy up d3d9 and finalize passing d3d9 calls to wined3d...
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-05  Oliver StieberStrip out stateblocks from d3d9 and relay all statebloc...
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-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
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-07-01  Raphael Junqueira- some cleanups and fixes on d3d8 and d3d9 headers