ddraw/tests: Add test_window_style() for older ddraw versions.
[wine] / dlls / ddraw / ddraw_private.h
2011-06-06  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface4.
2011-06-06  Ričardas Barkauskasddraw: Change lpVtbl to IDirectDrawSurface7_iface.
2011-06-06  Ričardas Barkauskasddraw: Use impl_from_IDirectDrawSurface7() instead...
2011-06-06  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface7() for...
2011-05-31  Ričardas Barkauskasddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSu...
2011-05-31  Ričardas Barkauskasddraw: Rename surface_from_surface3() to impl_from_IDir...
2011-05-31  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface3() for...
2011-05-31  Andrew Nguyenddraw: Remove some unused structure definitions in...
2011-05-24  Dylan Smithddraw: Keep a function declaration within the include...
2011-05-24  Dylan Smithddraw: Don't interpret end padding as dwCaps2 for x64.
2011-05-24  Dylan Smithddraw: Avoid clearing some memory unnecessarily.
2011-05-19  Henri Verbeetwined3d: Get rid of the IWineD3DDeviceParent interface.
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-04-29  Henri Verbeetwined3d: Remove COM from the surface implementation.
2011-04-22  Henri Verbeetddraw: Replace the light list with a standard Wine...
2011-04-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-20  Henri Verbeetddraw: Replace the viewport list with a standard Wine...
2011-04-20  Henri Verbeetddraw: Introduce a separate function for texture creation.
2011-04-19  Henri Verbeetddraw: Verify the viewport belongs to the device on...
2011-04-14  Henri Verbeetwined3d: Remove COM from the swapchain implementation.
2011-04-13  Henri Verbeetwined3d: Get rid of the swapchain destroy callback.
2011-04-04  Henri Verbeetddraw: Get rid of the unused LoadWineD3D() declaration.
2011-03-28  Henri Verbeetwined3d: Remove COM from the texture implementation.
2011-03-08  Henri Verbeetddraw: Just pass NULL as swapchain parent.
2011-03-04  Henri Verbeetwined3d: Remove COM from the buffer implementation.
2011-02-04  Henri Verbeetwined3d: Remove COM from the clipper implementation.
2011-02-03  Henri Verbeetwined3d: Remove COM from the palette.
2011-02-03  Henri Verbeetwined3d: Remove COM from the vertex declaration.
2011-02-02  Henri Verbeetwined3d: Remove COM from IWineD3D.
2011-01-28  Henri Verbeetddraw: Link directly to wined3d.
2011-01-24  Michael Stefaniucddraw: COM cleanup for the IClassFactory iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw4 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw3 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw2 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D3 iface.
2011-01-18  Michael Stefaniucddraw: COM cleanup for the IDirect3D2 iface.
2011-01-18  Michael Stefaniucddraw: COM cleanup for the IDirect3D iface.
2010-10-21  David Adamddraw: Remove a useless function.
2010-10-05  Henri Verbeetddraw: Remove another hack.
2010-08-24  Henri Verbeetwined3d: Rename WINED3DFORMAT to wined3d_format_id.
2010-08-20  Henri Verbeetddraw: Add a separate function for surface initialization.
2010-08-20  Henri Verbeetddraw: Add a separate function for ddraw initialization.
2010-08-20  Henri Verbeetddraw: Add a separate function for vertex buffer initia...
2010-08-20  Henri Verbeetddraw: Add a separate function for palette initialization.
2010-08-20  Henri Verbeetddraw: Add a separate function for execute buffer initi...
2010-08-20  Henri Verbeetddraw: Add a separate function for device initialization.
2010-08-19  Henri Verbeetddraw: Add a separate function for clipper initialization.
2010-08-19  Henri Verbeetddraw: Add a separate function for parent initialization.
2010-08-19  Henri Verbeetddraw: Add a separate function for viewport initialization.
2010-08-19  Henri Verbeetddraw: Add a separate function for material initialization.
2010-08-19  Henri Verbeetddraw: Add a separate function for light initialization.
2010-08-19  Henri Verbeetddraw: Remove unused / redundant includes.
2010-08-18  Henri Verbeetddraw: Remove a useless viewport callback.
2010-08-18  Henri Verbeetddraw: Remove a useless material callback.
2010-08-18  Henri Verbeetddraw: Remove useless light callbacks.
2010-07-30  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-30  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-29  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-29  Henri Verbeetddraw: Use a less offensive handle table implementation...
2010-07-20  Henri Verbeetddraw: Merge the surface thunks into surface.c.
2010-07-20  Henri Verbeetddraw: Merge the ddraw thunks into ddraw.c.
2010-07-19  Henri Verbeetddraw: Get rid of the useless "ddraw_owner" fields.
2010-06-18  Henri Verbeetddraw: Register / unregister the ddraw window class...
2009-09-18  Henri Verbeetwined3d: Don't free D3D buffers until the wined3d buffe...
2009-09-17  Henri Verbeetddraw: Mark internal symbols hidden.
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-04-09  Stefan Dösingerddraw: Store the fvf in the ddraw buffer.
2009-04-08  Stefan Dösingerwined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
2009-03-06  Henri Verbeetwined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
2009-02-26  David Adamddraw: Implement ComputeSphereVisibility.
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-21  Henri Verbeetddraw: Get rid of ICOM_VFIELD_MULTI.
2009-01-16  Henri Verbeetddraw: Add extern to some global variable declarations.
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
2008-12-02  Alexandre Julliardddraw: Make some functions static.
2008-11-25  Henri Verbeetwined3d: Use IDL to generate wined3d.h.
2008-10-24  Henri Verbeetddraw: Make sure pWineDirect3DCreate and pWineDirect3DC...
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-08-19  Stefan Dösingerd3d: Remove IWineD3DDevice::SetHwnd.
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-08-04  Stefan Dösingerddraw: Set ddraw caps in wined3d.
2008-06-23  Alexander Dorofeyevddraw: Implement FPU mode fixup in d3d7 device.
2008-06-23  Michael Karcherddraw: Ensure to load wined3d before attempting to...
2008-05-05  Alexander Dorofeyevddraw: Move handling of D3DRENDERSTATE_TEXTUREMAPBLEND...
2008-04-11  Alexander Dorofeyevddraw: Add possibility to ignore lights in viewport_act...
2008-03-11  Denver Gingerichddraw: Implement ForceRefreshRate registry entry for...
2007-10-10  Stefan Dösingerddraw: Cope with Init3D failures.
2007-07-06  Stefan Dösingerddraw: Update the wined3d matrix if a current matrix...
2007-05-21  Stefan Dösingerddraw: Hold the lock in creation functions.
2007-05-21  Stefan Dösingerddraw: Make the ddraw list lock a global dll lock.
2007-05-09  Stefan Dösingerddraw: More tests and fixes on surface attachments.
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-01  Stefan Dösingerddraw: Update the wined3d depth stencil on device creat...
2007-05-01  Stefan Dösingerddraw: Store a WineD3DBaseTexture instead of a WineD3DT...
2007-04-30  Stefan Dösingerddraw: Complex surfaces form a tree.
next