wininet: Mark internal symbols with hidden visibility.
[wine] / dlls / ddraw / surface.c
2011-05-24  Dylan Smithddraw: Don't interpret end padding as dwCaps2 for x64.
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-17  Henri Verbeetwined3d: Remove state management methods from the IWine...
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-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-21  Henri Verbeetddraw: Release the wined3d surface first in ddraw_surfa...
2011-04-21  Henri Verbeetddraw: Add a separate function for surface cleanup.
2011-04-20  Henri Verbeetddraw: Introduce a separate function for texture creation.
2011-04-20  Henri Verbeetddraw: Don't bother unsetting resources on surface...
2011-04-14  Henri Verbeetwined3d: Remove COM from the swapchain implementation.
2011-04-13  Henri Verbeetwined3d: Get rid of the swapchain destroy callback.
2011-03-28  Henri Verbeetwined3d: Remove COM from the texture implementation.
2011-03-11  Henri Verbeetwined3d: Get rid of IWineD3DSurface::GetDesc().
2011-03-09  Henri Verbeetwined3d: Merge the various resource desc structures.
2011-02-03  Henri Verbeetwined3d: Remove COM from the palette.
2011-02-03  Henri Verbeetwined3d: Remove COM from the vertex declaration.
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 IDirectDraw2 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D7 iface.
2010-11-02  Henri Verbeetddraw: Fix some TRACEs.
2010-10-25  Ričardas Barkauskasddraw: Surfaces with DDSCAPS_3DDEVICE and DDSCAPS_ZBUFF...
2010-10-25  Ričardas Barkauskasddraw: Fix DDSCAPS_3DDEVICE surfaces always setting...
2010-10-14  Henri Verbeetwined3d: Consistently use Map/Unmap for mapping resources.
2010-10-12  Henri Verbeetddraw: Use a linear filter in ddraw_surface7_Blt().
2010-09-08  Henri Verbeetwined3d: IWineD3DSurface_GetDesc() should never fail.
2010-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-08-25  Francois Gougetddraw: Remove WINAPI on static functions where not...
2010-08-24  Henri Verbeetwined3d: Rename WINED3DFORMAT to wined3d_format_id.
2010-08-23  Henri Verbeetddraw: Attaching an already attached surface is not...
2010-08-20  Henri Verbeetddraw: Add / improve TRACEs.
2010-08-20  Henri Verbeetddraw: Add a separate function for surface initialization.
2010-08-19  Henri Verbeetddraw: Remove unused / redundant includes.
2010-08-19  Henri Verbeetddraw: Merge texture.c into surface.c.
2010-08-19  Henri Verbeetddraw: Merge gamma.c into surface.c.
2010-07-30  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-07-19  Andrew Nguyenddraw: Return a failure code in IDirectDrawSurfaceImpl...
2010-06-24  Henri Verbeetddraw: Avoid an integer overflow in IDirectDrawSurfaceI...
2009-10-15  Christian Costaddraw: Make SetColorKey handle case where dwColorSpaceH...
2009-09-25  Henri Verbeetddraw: The ddraw surface is now always the wined3d...
2009-09-25  Henri Verbeetwined3d: Rename IWineD3DDevice::SetIndices() to IWineD3...
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-09-08  Stefan Dösingerwined3d: Test and fix ddraw and d3d9 GetDC differences.
2009-09-01  Henri Verbeetddraw: Remove trailing spaces.
2009-04-09  Stefan Dösingerd3d: Remove the format from index buffers.
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.
2009-01-14  Michael Stefaniucddraw: Remove superfluous pointer casts.
2009-01-10  Andrew Talbotddraw: Fix double unlock of critical section.
2008-12-26  Nick Burnsddraw: Fix surface version setting.
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-10-01  Andrew Talbotddraw: Sign-compare warning fix.
2008-08-26  Stefan Dösingerddraw: Don't destroy the application's window.
2008-08-19  Stefan Dösingerddraw: Send the ddraw output to the clipper window...
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-08-05  Stefan Dösingerwined3d: Implement overlay flipping.
2008-08-05  Stefan Dösingerwined3d: Implement overlay position tracking.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-05-06  Alexander Dorofeyevddraw: Return DDERR_NOCOLORKEY when there is no colorkey.
2008-04-03  Austin Englishddraw: Spelling fixes.
2008-04-03  Alexander Dorofeyevddraw: Set surface to NULL on failure in GetAttachedSur...
2008-03-24  Alexander Dorofeyevddraw: Make SetPalette fail for non-palettized surfaces.
2008-02-25  Günther Brammerddraw: Return a nullpointer as lpSurface in Lock()...
2008-02-15  Francois GougetAssorted spelling fixes.
2007-12-17  Alexander Dorofeyevddraw: Fix incorrect WARN text.
2007-10-10  Stefan Dösingerddraw: Cope with Init3D failures.
2007-08-31  Stefan Dösingerd3d: Add a test for double surface locking.
2007-07-24  Stefan Dösingerddraw: Some d3d-only code fixes.
2007-07-05  Stefan Dösingerddraw: D3DOP_BRANCHFORWARD includes the current instruc...
2007-06-22  Stefan Dösingerddraw: Check for incorrect rectangles to DDrawSurface...
2007-06-22  Stefan Dösingerddraw: Add a test for incorrect surface desc sizes...
2007-06-20  Stefan Dösingerddraw: Test for incorrect surface desc sizes in GetSurf...
2007-06-06  H. Verbeetwined3d: Get rid of the BaseVertexIndex parameter to...
2007-05-31  Stefan Dösingerddraw: Check the validy of IDirectDrawSurface::BltFast...
2007-05-31  Stefan Dösingerddraw: Hold the lock in IDirectDrawSurface methods.
2007-05-29  Detlef Riekenbergddraw: Do not crash when Clipper is NULL.
2007-05-11  Stefan Dösingerwined3d: Destroying the resource frees all private...
2007-05-11  Stefan Dösingerddraw: GetSurfaceDesc returns the surface memory while...
2007-05-11  Stefan Dösingerddraw: Use point filter for blit operations.
2007-05-10  Stefan Dösingerddraw: Fix stupid bug when setting surface client memory.
2007-05-09  Stefan Dösingerddraw: More tests and fixes on surface attachments.
2007-05-08  Stefan Dösingerwined3d: Make the blit -> flip work for windowed rendering.
2007-05-07  Stefan Dösingerddraw: Fix reported caps on compressed surfaces.
2007-05-04  H. Verbeetd3d: Fix the surface locking rectangle validation.
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-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-30  Stefan Dösingerddraw: Add a test for surface attachments.
2007-04-30  Stefan Dösingerddraw: Complex surfaces form a tree.
2007-04-30  Stefan Dösingerddraw: Do not access the surface connection structure...
2007-04-27  Stefan Dösingerddraw: Use EnumAttachedSurfaces for SetColorKey.
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
next