Cleaned up loading/init code in OSS.
[wine] / dlls / ddraw / dsurface /
2000-06-23  Marcus MeissnerUse correct bpp for the X side of the surface XImages.
2000-06-23  Marcus MeissnerDump FourCC correctly, print conversion messages, add...
2000-06-12  Lionel UlmerRemoved the Release in case of error as we do not AddRe...
2000-06-10  Ove KaavenCall TSXFlush after setting DGA palette, so it updates...
2000-05-30  Lionel UlmerInstall the colormap only if it was created.
2000-05-18  Ove KaavenMade IDirectDrawSurface::SetPalette set the surface...
2000-05-14  Ove KaavenImproved DIBSection support for IDirectDrawSurface...
2000-05-12  Lionel UlmerAdded support for OpenGL.
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-05-01  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-13  Marcus MeissnerMake DirectDraw compile with DGA2 present.
2000-04-11  Marcus MeissnerFree private structure in Xlib_DDS_Release.
2000-04-09  Marcus MeissnerTwo left over HeapValidate assertions removed.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...