ddraw: AddAttachedSurface() just references whatever we pass it.
[wine] / dlls / ddraw / surface.c
2012-01-31  Henri Verbeetddraw: AddAttachedSurface() just references whatever...
2012-01-25  Alexandre Julliardddraw: AddRef the correct interface pointer in AddAttac...
2012-01-24  Matteo Bruniddraw: Accept pointers to wrong IDirectDrawSurface...
2012-01-19  Henri Verbeetddraw: Just pin all version 1 surfaces.
2012-01-18  Henri Verbeetwined3d: Get rid of the WINED3DPOOL typedef.
2012-01-18  Henri Verbeetddraw: Allow querying the surface interface if a device...
2012-01-13  Henri Verbeetwined3d: Get rid of the WINED3DTEXTUREFILTERTYPE typedef.
2012-01-13  Henri Verbeetddraw: Implement width and height changes in ddraw_surf...
2012-01-09  Francois Gougetddraw: Make ddraw_reset_enum_callback() and ddraw_surfa...
2012-01-09  Henri Verbeetwined3d: Get rid of the WINED3DMULTISAMPLE_TYPE typedef.
2012-01-06  Henri Verbeetddraw: Convert to integer before adjusting the clipped...
2012-01-05  Henri Verbeetddraw: Disallow clipped blits in ddraw_surface7_BltFast().
2012-01-04  André HentschelAssorted header comment cleanup.
2012-01-03  Michael Stefaniucddraw: Fix two memory leaks (Smatch).
2011-12-13  Henri Verbeetddraw: Add support for clipped blits.
2011-12-13  Henri Verbeetddraw: Move clipper handling to ddraw.
2011-12-08  Stefan Dösingerddraw: SetSurfaceDesc can set width, height and pitch...
2011-12-08  Henri Verbeetwined3d: Get rid of the WINEDDCOLORKEY typedef.
2011-12-06  Henri Verbeetwined3d: Get rid of the WINED3DLOCKED_RECT typedef.
2011-11-30  Henri Verbeetddraw: Keep the primary surface mapped at the same...
2011-11-30  Henri Verbeetwined3d: Add a flags parameter to wined3d_surface_create().
2011-11-29  Henri Verbeetddraw: Create the wined3d swapchain when setting the...
2011-11-22  Henri Verbeetwined3d: Get rid of the WINED3DGAMMARAMP typedef.
2011-11-18  Henri Verbeetddraw: We can't render to the desktop window either.
2011-11-15  Stefan Dösingerddraw: Add more tests and fixes for SetSurfaceDesc.
2011-11-14  Henri Verbeetddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock...
2011-10-31  Henri Verbeetwined3d: Create the DIB section for DDSCAPS_OWNDC surfa...
2011-10-31  Henri Verbeetddraw: Implement ddraw_surface7_BltFast() on top of...
2011-10-27  Henri Verbeetddraw: Only update primary_lock when we're actually...
2011-10-25  Henri Verbeetddraw: Read/draw from/to the actual screen when there...
2011-10-25  Henri Verbeetddraw: Keep track of the affected rectangle for ddraw_s...
2011-10-19  Henri Verbeetddraw: Clear attached_iface before releasing it in...
2011-10-19  Henri Verbeetddraw: Initialize the surface desc's dwFlags field...
2011-10-18  Henri Verbeetddraw: Destroy the swapchain in ddraw_destroy() if...
2011-10-17  Ričardas Barkauskasddraw: Use impl_from_IDirect3DDevice7 for application...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice2 interface.
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice2 for applic...
2011-10-17  Ričardas Barkauskasddraw: COM cleanup for IDirect3DDevice interface.
2011-10-17  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DDevice for applica...
2011-10-12  Octavian Voicuddraw: Keep track of interface attached by AddAttachedS...
2011-10-11  Octavian Voicuddraw: Be consistent about param and local var naming...
2011-10-04  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawPalette for...
2011-09-20  Henri Verbeetddraw: Store the wined3d swapchain reference in the...
2011-09-16  Henri Verbeetddraw: Use real flips.
2011-09-16  Henri Verbeetddraw: Store the primary surface.
2011-09-15  Henri Verbeetddraw: Get rid of the surfaces field in IDirectDrawImpl.
2011-09-12  Henri Verbeetddraw: Remove the unused "depthstencil" field from...
2011-09-08  Francois Gougetddraw: Remove WINAPI on static functions where not...
2011-09-07  Stefan Dösingerddraw: Convert DDSURFACEDESC2 in lock.
2011-09-07  Stefan Dösingerddraw: Add some NULL pointer tests.
2011-09-02  Ričardas Barkauskasddraw: Don't allow SetPalette on mipmap sublevels inste...
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC2...
2011-08-31  Stefan Dösingerddraw: Introduce a function to convert a DDSURFACEDESC...
2011-08-31  Henri Verbeetddraw: Get rid of the ImplType fields in IDirectDrawImp...
2011-08-31  Henri Verbeetddraw: Get rid of the surface implementation switching...
2011-08-29  Stefan Dösingerddraw: Trust wined3d to give us what we asked for.
2011-08-29  Stefan Dösingerddraw: Don't re-write the surface's pixelformat.
2011-08-22  Ričardas Barkauskasddraw: Don't allow setting palette on non root surfaces.
2011-08-05  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-08-04  Henri Verbeetddraw: Remove rectangle validation from ddraw_surface7_...
2011-07-29  Ričardas Barkauskasddraw: Change IDirect3DTexture2_vtbl to IDirect3DTextur...
2011-07-29  Ričardas Barkauskasddraw: Rename surface_from_texture2 to impl_from_IDirec...
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture2 for appli...
2011-07-29  Ričardas Barkauskasddraw: COM cleanup for IDirect3DTexture interface.
2011-07-29  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirect3DTexture() for...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawGammaControl reference count.
2011-06-28  Ričardas Barkauskasddraw: Move IDirect3DTexture and IDirect3DTexture2...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-28  Ričardas Barkauskasddraw: Use ddraw_surface_release_iface to destroy lefto...
2011-06-27  John Edmondsddraw: Warning message about an invalid structure size...
2011-06-22  Henri Verbeetddraw: Implement surface private data handling on top...
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21  Ričardas Barkauskasddraw: Use helper function to delete attached surfaces.
2011-06-21  Ričardas Barkauskasddraw: AddRef the surface in AddAttachedSurface instead...
2011-06-21  Ričardas Barkauskasddraw: Add iface count for IDirectSurfaceImpl.
2011-06-21  Ričardas Barkauskasddraw: Remove ddraw_set_surface_version and set surface...
2011-06-20  Michael Stefaniucddraw: Use unsafe_impl_from_IDirectDrawClipper for...
2011-06-20  Michael Stefaniucddraw: COM cleanup for the IDirectDrawClipper iface.
2011-06-14  Marcus Meissnerddraw: Removed superflous NULL check (Coverity).
2011-06-13  Francois Gougetddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface vtable.
2011-06-10  Ričardas Barkauskasddraw: Use unsafe_impl_from_IDirectDrawSurface() for...
2011-06-10  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 vtable.
2011-06-08  Michael Stefaniucddraw: COM cleanup for the IDirectDrawGammaControl...
2011-06-06  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 vtable.
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: Separate other conversion to IDirectDrawSurfaceI...
2011-06-06  Ričardas Barkauskasddraw: Separate conversion from IDirectDrawSurface7...
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: Use a This variable in the IDirectDraw3 methods...
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-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...
next