Fill in lots of unimplemented render states.
[wine] / dlls / ddraw / ddraw / main.c
2003-05-11  Lionel UlmerInitialize the dwMipmapCount field even if the applicat...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Lionel UlmerIgnore the LPSURFACE bit if ALLOCONLOAD is set.
2003-01-02  Lionel Ulmer- beginning of Material and Light support for D3D7
2003-01-02  Lionel UlmerEnable the application to create first textures and...
2003-01-02  Lionel UlmerFix crash in GetAvailableVidMem function when TRACE...
2002-12-23  Lionel Ulmer- fix mipmap texture creation
2002-12-23  Lionel UlmerReport that we do not support compressed texture yet.
2002-12-16  Lionel Ulmer- fix bad TRACE
2002-12-16  Lionel Ulmer- revert some optimisations breaking some games
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-11-27  Lionel Ulmer - fix texture snooping (plus adds snoop for 1555 format)
2002-11-25  Lionel Ulmer- Prevent the backbuffer to also have the frontbuffer...
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-05-31  Jason McMullanMore accurate stub of DDRAW:GetFourCCCodes.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
2001-02-12  Lionel UlmerAllow an application to re-ask for EXCLUSIVE DirectDraw...
2001-02-12  Marcus MeissnerHandle differently sized structs by using their dwSize...
2001-01-29  Marcus Meissnerdvideo.dll forgets to set the DDSD_CAPS flag, just...
2001-01-12  Gavriel StateWarning fixes.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-08-25  Lionel UlmerChange pixel format for 24 BPP surfaces when the DDraw...
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-23  Marcus MeissnerIDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar...
2000-05-23  Ove KaavenMade WINE_DirectDraw a decorationless popup window...
2000-05-18  Ove KaavenInitialize an identity mapping in CreatePalette if...
2000-05-14  Ove KaavenImproved DIBSection support for IDirectDrawSurface...
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...