shell32: Indentation fix.
[wine] / dlls / d3d9 / swapchain.c
2012-10-04  Henri Verbeetwined3d: wined3d_swapchain_get_desc() never fails.
2012-10-04  Henri Verbeetwined3d: Just return the surface from wined3d_swapchain...
2012-07-03  Henri Verbeetd3d9: Introduce a helper function to create D3DPRESENT_...
2012-07-02  Henri Verbeetd3d9: Pass a wined3d_swapchain_desc structure to swapch...
2012-06-27  Henri Verbeetd3d9: Implement d3d9_device_GetDisplayModeEx().
2012-06-27  Henri Verbeetwined3d: Take scanline ordering into account in the...
2012-05-30  Henri Verbeetd3d9: Get rid of IDirect3DSurface9Impl.
2012-05-30  Henri Verbeetd3d9: Get rid of IDirect3DSwapChain9Impl.
2012-05-29  Henri Verbeetd3d9: Get rid of IDirect3DDevice9Impl.
2012-04-24  Henri Verbeetd3d9: Properly retrieve an interface pointer in IDirect...
2012-04-11  Henri Verbeetd3d9: COM cleanup for the IDirect3DSwapChain9 interface.
2012-04-11  Henri Verbeetd3d9: Introduce a separate function for swapchain creation.
2012-03-30  Henri Verbeetd3d9: Don't return a pointer to the implementation...
2012-01-20  Henri Verbeetwined3d: Get rid of the WINED3DSURFTYPE typedef.
2012-01-06  Henri Verbeetwined3d: Get rid of the WINED3DBACKBUFFER_TYPE typedef.
2011-12-02  Henri Verbeetwined3d: Get rid of the WINED3DRASTER_STATUS typedef.
2011-12-02  Henri Verbeetwined3d: Get rid of the WINED3DPRESENT_PARAMETERS typedef.
2011-11-17  Henri Verbeetwined3d: Get rid of the WINED3DDISPLAYMODE typedef.
2011-07-07  Michael Stefaniucd3d9: Use unsafe_impl_from_IDirect3DSurface9 for app...
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-29  Henri Verbeetwined3d: Remove COM from the surface implementation.
2011-04-25  Michael Stefaniucd3d9: Finish the COM cleanup of the IDirect3DDevice9Ex...
2011-04-14  Henri Verbeetwined3d: Remove COM from the swapchain implementation.
2011-04-11  Henri Verbeetd3d9: Get rid of the implicit swapchain refcounting...
2011-04-08  Henri Verbeetwined3d: Don't free D3D swapchains until the wined3d...
2010-09-01  Henri Verbeetd3d9: Move device functions to device.c.
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2009-12-21  Henri Verbeetd3d9: Add a separate function for swapchain initialization.
2009-12-04  Henri Verbeetd3d9: Simplify GetDevice().
2009-10-20  Henri Verbeetd3d9: Add traces.
2009-10-14  Stefan Dösingerd3d9: Make some functions hookable.
2009-09-29  Allan Tongd3d9: Don't release the parent device before destroying...
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-08-26  Henri Verbeetd3d9: Use the wined3d cs for wined3d locking.
2009-03-23  Henri Verbeetd3d9: Fix locking.
2009-02-20  Henri Verbeetd3d9: Explicitly convert between D3DFORMAT and WINED3DF...
2009-02-19  Henri Verbeetd3d9: Also copy the AutoDepthStencilFormat field in...
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
2009-01-13  Stefan Dösingerd3d9: Properly set AutoRestoreDisplayMode.
2008-11-04  Stefan Dösingerd3d9: Use the correct AddRef and Release macros.
2008-10-28  Henri Verbeetwined3d: Rename CreateAdditionalSwapChain to CreateSwap...
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-03-03  Stefan Dösingerd3d9: IDirect3DDevice9Ex stub.
2007-06-22  Stefan Dösingerd3d9: Hold the lock in swapchain methods.
2007-02-16  H. Verbeetwined3d: Fix WINED3DPRESENT_PARAMETERS and use it inste...
2006-12-18  Markus Amslerd3d9: Fix implicit swap chain refcounting.
2006-12-18  Markus Amslerd3d9: Fix implicit surface refcounting.
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetBackB...
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetSwapC...
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetSwapChain.
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.
2006-10-10  H. Verbeetd3d9: Win64 printf format warning fixes.
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-07  H. Verbeetd3d9: Fix QueryInterface.
2006-05-30  Vitaliy Margolend3d9: Add reference to the parent device for surfaces.
2006-05-24  Stefan Dösingerwined3d: Swapchain and back buffer corrections + tests.
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...
2006-04-04  Stefan Dösingerwined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
2006-03-28  Stefan Dösingerwined3d: Use WINED3DSWAPEFFECT in the wined3d headers...
2006-03-27  Stefan Dösingerwined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
2006-03-09  Stefan Dösingerwined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapC...
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-06-23  Oliver StieberImplement swapchains.
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