netstat: Initial implementation.
[wine] / dlls / ddraw / surface.c
2012-10-25  Henri Verbeetddraw: Move the mipmap desc fixup code to ddraw_surface...
2012-10-24  Henri Verbeetwined3d: Set texture_level in surface_set_texture_targe...
2012-10-09  Henri Verbeetwined3d: wined3d_surface_set_palette() never fails.
2012-10-01  Henri Verbeetddraw: Properly release the ddraw reference when the...
2012-08-27  Jacek Cabanddraw: Use proper helpers for iface calls.
2012-07-13  Henri Verbeetddraw: Create texture surfaces from device_parent_creat...
2012-07-13  Henri Verbeetddraw: Get rid of some redundant TRACE_ON invocations.
2012-06-13  Henri Verbeetddraw: Merge ddraw_surface_destroy() into ddraw_surface...
2012-04-13  Henri Verbeetwined3d: Unify the wined3d_mapped_rect and wined3d_mapp...
2012-04-10  Henri Verbeetddraw: Get rid of IDirect3DDeviceImpl.
2012-04-09  Henri Verbeetddraw: Properly retrieve an interface pointer in ddraw_...
2012-04-09  Henri Verbeetddraw: Simplify updating palette entries in d3d_texture...
2012-04-06  Henri Verbeetddraw: Version 1 devices are aggregated by the surface...
2012-04-04  Henri Verbeetddraw: Keep track of the ddraw version used to create...
2012-04-03  Henri Verbeetddraw: Surface versions before 7 return E_INVALIDARG...
2012-04-03  Henri Verbeetddraw: The various D3D device interfaces can't be queri...
2012-04-02  Henri Verbeetddraw: The texture interface shares its refcount with...
2012-04-02  Henri Verbeetddraw: The texture interfaces can't be queried from...
2012-04-02  Henri Verbeetddraw: Explicitly check for the IDirectDrawColorControl...
2012-03-30  Henri Verbeetddraw: Querying IUnknown for a surface should return...
2012-03-30  Henri Verbeetddraw: Replace a ERR in ddraw_surface7_QueryInterface...
2012-03-30  Henri Verbeetddraw: Get rid of a couple of redundant else-statements.
2012-03-26  Henri Verbeetddraw: Make ddraw_surface_wined3d_parent_ops static.
2012-03-13  Henri Verbeetddraw: Get rid of IDirectDrawPaletteImpl.
2012-03-12  Henri Verbeetddraw: Get rid of IDirectDrawSurfaceImpl.
2012-03-09  Henri Verbeetddraw: Get rid of IDirectDrawImpl.
2012-02-22  Henri Verbeetddraw: Always pin surfaces.
2012-01-31  Stefan Dösingerddraw: Properly set the color key in texture::load.
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...
next