Added Interlocked*Pointer functions.
[wine] / dlls / ddraw / dsurface / main.c
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-04-17  Ove KaavenFill in some more HAL fields. Flip some of them when...
2001-04-16  Ove KaavenImplemented the IDirectDrawGammaControl interface.
2001-04-16  Ove KaavenAdded ddraw HAL and gamma ramp stuff to implementation...
2001-02-12  Marcus MeissnerHandle differently sized structs by using their dwSize...
2001-01-28  Marcus Meissner- Siedler3 appears to have rather limited buffers for...
2001-01-12  Gavriel StateWarning fixes.
2001-01-09  Gerald PfeiferFixed some incorrect format strings.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-12-22  Marcus MeissnerIDirectDrawSurface::Blt::SRCCOPY is the default ROP...
2000-11-27  Marcus MeissnerTruncate dest blit rectangle down to surface size.
2000-11-04  Andreas MohrAvoid division by zero.
2000-08-28  Lionel Ulmer- added ARGB 1555 format
2000-08-22  James AbbatielloDon't crash when calling DirectDrawSurface::EnumAttache...
2000-07-11  Marcus MeissnerCheck for NULL flipchain and just return the current...
2000-07-08  Marcus MeissnerRemoved another bad assert and two no longer needed...
2000-06-25  Marcus MeissnerFixed two asserts in Blt().
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-05-14  Ove KaavenImproved DIBSection support for IDirectDrawSurface...
2000-05-09  Marcus MeissnerNumber of surface Lock/Unlocks must NOT match, so do...
2000-05-03  Lionel UlmerRemove the assertion when there is no source surface.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...