Handle more properly versions for Direct3D and Direct3DDevice
[wine] / dlls / ddraw / ddraw /
2005-01-27  Raphael JunqueiraSet default video memory to 64Mb (was 16Mb) as many...
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-03  Christian CostaHandle correctly DDSD_LINEARSIZE flag for FOURCC textures.
2004-12-27  Christian CostaFake line sweeping of the monitor.
2004-12-06  Dmitry TimoshkovAvoid crashes in ddraw.dll when loading it without...
2004-11-19  Christian CostaFixed colorkey conversion.
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-02  Lionel Ulmer- Fix compilation on boxes without OpenGL installed.
2004-07-30  Christian CostaAdded native and emulated S3TC support.
2004-03-22  Christian CostaEnable creation of a zbuffer in system memory.
2004-01-30  Lionel UlmerFix palette deletion issue seen in DungeonKeeper.
2003-09-30  Alex Pasadyn- Add more logging to resolution changes and queries.
2003-09-27  Dimitrie O. PaunMerge documentation/status/directdraw into the ddraw...
2003-09-16  Alex PasadynEnable resolution changes for older D3D/DDraw applications.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-26  Lionel Ulmer- added a ddraw_fps debug channel
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-06-16  Lionel Ulmer- GL state change optimizations
2003-06-04  Lionel Ulmer- proper (tested on Win2K) reference counting for Direc...
2003-06-04  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-05-11  Lionel UlmerInitialize the dwMipmapCount field even if the applicat...
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-03-07  Lionel Ulmer- some Caps clean-up when no OpenGL compiled in
2003-01-13  Lionel UlmerUpdate the 'DIRECTDRAW7' flag according to the interfac...
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-11-06  Matthew BlochVtable fixes.
2002-11-04  Lionel UlmerAdditional exported capabilities to please some picky...
2002-10-19  Lionel UlmerAdd 3D support at the User driver level.
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-10  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-08-06  Christian CostaInitialize the DDCAPS structure of the DDRAW object...
2002-07-22  Michael KarcherSet the correct length of the struct DDSURFACEDESC.
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
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-09-14  Marcus MeissnerReturn the FOURCC codes set by the HAL driver.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
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-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_...
2001-04-17  Ove KaavenFill in some of the ddraw HAL fields.
2001-03-21  Ove KaavenRemove obsolete and misleading FIXME.
2001-02-14  Andreas Mohr- correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
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-02-12  Ove KaavenFix DGA2 mode setting to use the correct color depth.
2001-01-29  Marcus Meissnerdvideo.dll forgets to set the DDSD_CAPS flag, just...
2001-01-28  Marcus Meissner- Siedler3 appears to have rather limited buffers for...
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Josh DuBoisInclude 'options.h' for a needed prototype.
2001-01-15  Marcus MeissnerFixed an interface cast in DD2->DD7 thunk.
2001-01-13  Alexandre JulliardAdded missing WIN_ReleaseWndPtr.
2001-01-12  Gavriel StateWarning fixes.
2001-01-10  Gavriel StateReenabled DXGrab option.
2001-01-04  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Gavri...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-10-25  William Waghornxf86vmode_setdisplaymode() wasn't properly saving the...
2000-10-24  Patrik StridvallFixed some warnings.
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-10-22  Lionel UlmerChange the width / height parameter on a SetDisplayMode.
2000-10-17  Lionel UlmerWarning fix.
2000-10-15  Gerald PfeiferRemove unused variable orig_mode.
2000-10-13  Gerald PfeiferFixed incorrect format string.
2000-10-12  Lionel UlmerImplememnted GetFourCCCodes.
2000-10-12  Marcus MeissnerEnable XF86vmode switching possible for X11 too.
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-13  Lionel UlmerUpgrade also 15bpp to 16bpp surfaces.
2000-09-12  Andreas Mohr- fixes debugger output
2000-08-29  Peter HunnisettNewbie friendly error message for 3D creation failure.
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-08-07  Marcus MeissnerIf we are looking for an existing pixmap format, we...
2000-07-31  Alexandre JulliardCleaned up some more USER dependencies.
2000-07-23  Marcus MeissnerIDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar...
2000-06-24  Marcus MeissnerCreate xlib ddsurfaces with correct reference counts.
2000-06-23  Peter Ganten_common_depth_to_pixelformat() returns -1 and not zero...
2000-06-23  Marcus MeissnerUse correct bpp for the X side of the surface XImages.
next