wined3d: Add WINED3DTOP_ADDSIGNED2X to debug_d3dtop().
[wine] / dlls / wined3d / surface_gdi.c
2008-05-14  Alexander Dorofeyevwined3d: Only copy front buffer to screen in gdi Realiz...
2008-04-22  Austin EnglishSpelling fixes.
2008-03-25  Alexander Dorofeyevwined3d: Don't use device palettes in RealizePalette.
2008-03-25  Alexander Dorofeyevwined3d: Don't use device palettes in GetDC.
2008-02-26  Stefan Dösingerwined3d: General cross format blitting infrastrucutre...
2008-02-22  Roderick Colenbranderwined3d: Don't flush in GDI RealizePalette without...
2008-02-19  Roderick Colenbranderwined3d: Add a GDI version of RealizePalette.
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-14  Stefan Dösingerwined3d: Add a new IWineD3DResource::UnLoad method.
2007-11-16  Stefan Dösingerwined3d: Do not call PreLoad in surface_download_data.
2007-11-09  Roderick Colenbranderwined3d: Make sure SFLAG_LOCKED is set at the start...
2007-11-01  Stefan Dösingerwined3d: Disconnect allocatedMemory and Heap allocation.
2007-11-01  Stefan Dösingerwined3d: Move a part of LockRect to the base class.
2007-10-26  Stefan Dösingerwined3d: Add a method for surface location updates.
2007-10-26  Stefan Dösingerwined3d: Begin centralizing surface location management.
2007-10-10  Stefan Dösingerwined3d: Silently ignore setting the 0 texture on gdi...
2007-09-18  Stefan Dösingerwined3d: Move the software blitting to the base surface...
2007-09-18  Stefan Dösingerwined3d: Give GDI surfaces their own release implementa...
2007-09-18  Stefan Dösingerwined3d: Give GDI surfaces their own GetDC copy.
2007-09-18  Stefan Dösingerwined3d: Move DIB section creation to the base surface...
2007-09-18  Stefan Dösingerwined3d: Clean up IWineD3DSurface::ReleaseDC.
2007-09-18  Stefan Dösingerwined3d: Clean up SetMem.
2007-09-18  Stefan Dösingerwined3d: Clean up AddDirtyRect.
2007-09-18  Stefan Dösingerwined3d: Clean up SetFormatDesc.
2007-09-18  Stefan Dösingerwined3d: Clean up SetGLTextureDesc and GetGLDesc.
2007-09-18  Stefan Dösingerwined3d: Base surface move, part 2.
2007-09-18  Stefan Dösingerwined3d: Move non-rendering surface specific code to...
2007-09-18  Stefan Dösingerwined3d: Move resource methods to the base surface...
2007-09-18  Stefan Dösingerwined3d: Start of some surface cleanup.
2007-07-30  Stefan Dösingerwined3d: Store the gl format table in the gl info struc...
2007-07-30  Stefan Dösingerwined3d: Split up the format table.
2007-07-26  Stefan Dösingerwined3d: Set the pow2 sizes in gl surface private setup.
2007-06-07  Phil Costinwined3d: Add support for loading gamma corrected textures.
2007-05-11  Stefan Dösingerddraw: Use point filter for blit operations.
2007-05-08  Stefan Dösingerwined3d: Fix front buffer coords for gdi surfaces.
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-07  Stefan Dösingerwined3d: Full surface DXTn copy.
2007-05-04  H. Verbeetd3d: Fix the surface locking rectangle validation.
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-04-07  Stefan Dösingerwined3d: Add Filtering to IWineD3DSurface::Blt and...
2007-04-02  Michael Ploujnikovwined3d: Remove DDBLT_WAIT fixme.
2007-03-07  Stefan Dösingerwined3d: Rework surface dirtification.
2007-03-07  Stefan Dösingerwined3d: Remove IWineD3DSurface::SetPBufferState.
2007-02-15  H. Verbeetwined3d: Get rid of any remaining d3d9 stuff in surface...
2007-02-15  Stefan Dösingerddraw, wined3d: Color keying tests and fixes.
2007-02-15  H. Verbeetwined3d: Use WINED3D_OK rather than D3D_OK.
2007-02-14  Stefan Dösingerwined3d: Remove pow2Size from the surfaces.
2006-12-18  Markus Amslerwined3d: Remove IWineD3DSurface_GetContainerParent.
2006-10-24  Ivan Gyurdievwined3d: D3DLOCK: Use consistently in the WINED3D names...
2006-10-06  Stefan Dösingerwined3d: Add WINED3DUSAGE_OVERLAY.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::UpdateOverlay.
2006-10-06  Stefan Dösingerwined3d: Add UpdatOverlayZOrder.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::GetOverlayPosition.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::SetOverlayPosition.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-09-25  Stefan Dösingerwined3d: Surface data is 32 bit aligned.
2006-09-25  Stefan Dösingerwined3d: Fix a typo.
2006-07-26  Stefan Dösingerddraw: Support using an application-provided surface...
2006-07-07  Stefan DösingerAdd a common fps counter channel to ddraw, opengl and...
2006-06-30  Stefan Dösingerwined3d: Perform sanity checks on the rectangle in...
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-26  Stefan Dösingerddraw/wined3d: IDirectDrawSurface7::SetSurfaceDesc...
2006-06-21  Stefan Dösingerwined3d: Pixel format cleanup.
2006-06-21  Louis. Lenderswined3d: Add an "\n" to a fixme to fix an overflow.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-06-01  Stefan Dösingerwined3d: Adjust the video mem when dropping the pow2...
2006-05-30  Stefan Dösingerwined3d: Release the memory in IWineGDISurface::Private...
2006-05-26  Stefan Dösingerwined3d: Fix IWineGDISurface::SaveSnapshot.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Stefan Dösingerwined3d: Implement IWineGDISurface.