ddraw: Extend the lifetime of the EnumDevices strings beyond function scope.
[wine] / dlls / ddraw / ddraw.c
2011-06-01  Andrew Nguyenddraw: Extend the lifetime of the EnumDevices strings...
2011-05-31  Ričardas Barkauskasddraw: Change IDirectDrawSurface3_vtbl to IDirectDrawSu...
2011-05-31  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface3() for...
2011-05-31  Andrew Nguyenddraw: Add a NULL callback pointer check in the EnumDev...
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-24  Henri Verbeetddraw: Don't touch the window during mode setting if...
2011-05-19  Henri Verbeetwined3d: Get rid of the IWineD3DDeviceParent interface.
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-12  Ričardas Barkauskasddraw: Fix filtering of enumerated display modes.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-05-11  Henri Verbeetddraw: Skip redundant mode setting calls.
2011-04-29  Henri Verbeetwined3d: Remove COM from the surface implementation.
2011-04-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-20  Henri Verbeetddraw: Introduce a separate function for texture creation.
2011-04-15  Henri Verbeetwined3d: Remove COM from the volume implementation.
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-08  Henri Verbeetwined3d: Don't free D3D swapchains until the wined3d...
2011-03-28  Henri Verbeetwined3d: Remove COM from the texture implementation.
2011-03-18  Henri Verbeetwined3d: Get rid of IWineD3DCubeTexture.
2011-03-17  Henri Verbeetwined3d: Get rid of IWineD3DTexture.
2011-03-11  Henri Verbeetwined3d: Get rid of IWineD3DSurface::GetDesc().
2011-03-09  Henri Verbeetwined3d: Merge the various resource desc structures.
2011-03-08  Henri Verbeetddraw: Just pass NULL as swapchain parent.
2011-03-08  Henri Verbeetwined3d: Don't require container parents for IWineD3DDe...
2011-02-04  Henri Verbeetwined3d: Remove COM from the clipper implementation.
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-20  Henri Verbeetddraw: Initialize the AutoRestoreDisplayMode field...
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.
2011-01-18  Michael Stefaniucddraw: Pass an IDirectDrawImpl* instead of an iface...
2011-01-18  Michael Stefaniucddraw: Pass an IDirectDrawImpl* instead of an iface...
2010-11-18  Henri Verbeetddraw: Return DDERR_INVALIDPARAMS for 0 width / height...
2010-11-10  Henri Verbeetddraw: Make switching to/from fullscreen work more...
2010-11-10  Henri Verbeetddraw: Window proc replacement depends on DDSCL_EXCLUSI...
2010-11-08  Henri Verbeetddraw: Setup the device window in SetCooperativeLevel().
2010-11-04  David Adamddraw: Exclusive mode is the corner case for SetCoopera...
2010-10-26  Michael Stefaniucddraw: Add missing unlock (Smatch).
2010-10-22  David Adamddraw: SETFOCUSWINDOW lives independently of other...
2010-09-29  Michael Stefaniucddraw: Add missing unlock on an error path (Smatch).
2010-09-21  Paul Vriensddraw: Pass the correct size to memset (Coccinelle).
2010-09-18  Oldřich Jedličkaddraw: Add checking of SURFACEDESC type/nullness into...
2010-09-16  Oldřich Jedličkaddraw: Allow creating back buffer for DirectX 1 interfaces.
2010-09-08  Henri Verbeetwined3d: IWineD3DSurface_GetDesc() should never fail.
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-09-01  Henri Verbeetwined3d: Devices don't need parents.
2010-08-31  Henri Verbeetwined3d: Implicit depth/stencil surfaces don't have...
2010-08-24  Henri Verbeetwined3d: Rename WINED3DFORMAT to wined3d_format_id.
2010-08-23  Henri Verbeetddraw: Failing surface creation is not an internal...
2010-08-23  Henri Verbeetddraw: Make some lookup tables const.
2010-08-20  Henri Verbeetddraw: Add / improve TRACEs.
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 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-08-18  Henri Verbeetddraw: Merge direct3d.c into ddraw.c.
2010-08-16  Michael Stefaniucddraw: Use FAILED instead of NOT SUCCEEDED.
2010-07-26  Marcus Meissnerddraw: Tighten up checks in DuplicateSurface (Coverity).
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-07-19  Henri Verbeetddraw: Avoid some forward declarations.
2010-06-24  Francois GougetAssorted typo and spelling fixes.
2010-06-18  Henri Verbeetddraw: Register / unregister the ddraw window class...
2010-04-19  Johan Gillddraw: Do not restore the display mode from inside...
2010-03-18  Henri Verbeetddraw: Acquire/release the focus window from the correc...
2010-03-17  Henri Verbeetddraw: Implement IDirectDrawImpl_GetSurfaceFromDC().
2009-12-18  Henri Verbeetddraw: Don't depend on IWineD3DDevice_CreateSurface...
2009-12-10  Henri Verbeetddraw: Avoid enumerating display modes for formats...
2009-11-18  Henri Verbeetwined3d: Remove the effetively unused "state" field...
2009-10-30  Markus Stockhausenddraw: Avoid memory overwrite in GetDeviceIdentifier().
2009-09-29  Markus Stockhausenddraw: Set dwBackBufferCount=0 in CreateSurface for...
2009-09-25  Henri Verbeetwined3d: Use the DXGI naming convention for all formats.
2009-09-23  Henri Verbeetwined3d: Don't free D3D vertex declarations until the...
2009-09-18  Henri Verbeetwined3d: Don't free D3D buffers until the wined3d buffe...
2009-09-18  Henri Verbeetwined3d: Don't free D3D textures until the wined3d...
2009-09-17  Henri Verbeetwined3d: Don't free D3D cube textures until the wined3d...
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-09-01  Henri Verbeetddraw: Remove trailing spaces.
2009-06-15  Henri Verbeetwined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
next