ddraw: Don't allow SetPalette on mipmap sublevels instead of root surfaces.
[wine] / dlls / ddraw / surface.c
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...
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.
next