Implemented RealDriveType.
[wine] / dlls / ddraw / dsurface /
2004-06-04  Lionel UlmerMove the FPS computation from the D3D code to the commo...
2004-04-12  Lionel UlmerAdd the possibility to save a snapshot of the backbuffer at
2004-03-16  Elias RossAdded 24-bit color key support in DIB_DirectDrawSurface...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-02-11  Dmitry TimoshkovThere is no point in specifying both MEM_RESERVE and...
2004-01-30  Lionel UlmerFix palette deletion issue seen in DungeonKeeper.
2003-11-11  Lionel UlmerBetter color-keying support.
2003-09-15  Lionel Ulmer- add ZBuffer write support
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-15  Lionel UlmerSome broken games do not put the TEXTURE flags in the...
2003-07-08  Lionel Ulmer- fix FPS computation
2003-06-23  Lionel Ulmer- some TRACEing fixes
2003-06-16  Lionel Ulmer- fix some regressions
2003-06-13  Lionel UlmerBe more stringent in the 'Lock' invalid RECT check.
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-22  Lionel Ulmer- remove fogging too when doing the flush of the frame...
2003-05-20  Christian CostaRemove all openGL calls in execute buffers and use...
2003-05-20  Lionel Ulmer- some tracing fixes
2003-05-19  Lionel UlmerBetter handling of pitch set to 0.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-02-11  Christian CostaAdd support for 24 bpp to _Blt_ColorFill.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-03  Lionel Ulmer- re-activate the color-keying code
2003-01-02  Lionel UlmerFix for stupid applications reading some bytes after...
2003-01-02  Lionel Ulmer- allow application to load palette-less textures
2003-01-02  Lionel Ulmer- added some tracing in the fake ZBuffer methods
2003-01-02  Lionel UlmerAdded 'blt' and 'bltfast' override functions.
2003-01-02  Lionel UlmerEnable the application to create first textures and...
2002-12-23  Lionel Ulmer- fix mipmap texture creation
2002-12-23  Lionel Ulmer- fix small TRACE bug introduced in a previous patch
2002-12-23  Lionel UlmerHave the 'Lock' warning a bit clearer.
2002-12-16  Lionel Ulmer- fix Twist demo
2002-12-15  Lionel Ulmer - rework how texturing is done in the D3D driver
2002-12-02  Francois GougetRemoved unnecessary HANDLE typecasts.
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-11  Lionel UlmerProper logging of DDSCAPS / DDSCAPS2 structures.
2002-11-11  Marko KreenClip bottom coordinates.
2002-11-06  Matthew BlochVtable fixes.
2002-11-04  Lionel Ulmer- only compare the first WORD in the DDSCAPS2 structure...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-10-10  Christian CostaMain_DirectDrawSurface_QueryInterface: enable creation...
2002-10-10  Lionel UlmerAdded some TRACEs to the ddraw code.
2002-10-02  Alexandre JulliardFixed warnings.
2002-09-26  Christian CostaEnable creation of our OpenGL Direct3D device from...
2002-08-07  Gregg MattinsonFixes for Sparc build.
2002-08-03  Lionel UlmerSupport negative values in RECTs during Blts.
2002-08-02  Lionel UlmerBe less strict on parameter checking in the SetSurfaceD...
2002-07-20  Ove KaavenWait for the asynchronous update thread to complete...
2002-07-19  Gregg MattinsonAvoid structures or arrays of size 0.
2002-07-16  Tony LambregtsAdded support DDBLT_DDFX flag in DirectDrawSurface_Blt.
2002-07-16  Lionel Ulmer- DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN...
2002-07-10  Alexandre JulliardFixed corruption when copying to the same surface ...
2002-07-10  Ove KaavenRemoved the flags fields of IDirectDrawPaletteImpl...
2002-07-10  Ove KaavenHandle WM_SYNCPAINT with DefWindowProc.
2002-07-03  Gregg MattinsonRemoved non-static structure initializers.
2002-07-03  Gregg MattinsonVoid functions can't return a value, even if it is...
2002-06-28  Jukka HeinonenDisable OWN_WINDOW as it no longer works.
2002-06-28  Tony LambregtsAdded support for DDBLT_KEYSRCOVERRIDE/DDBLT_KEYDESTOVE...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-03-28  Alexandre JulliardRemoved call to DIB_GetDIBWidthBytes.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-26  Lionel UlmerFix crash in the X11 HAL when setting a NULL palette...
2001-12-26  Andreas MohrDocumentation update.
2001-10-17  Jukka HeinonenWhen a surface becomes primary surface, mark the whole...
2001-09-10  Marcus MeissnerAdded dwFlags to lock_update private functions so we...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-07-31  Alexandre JulliardFixed a few problems with DCX_* flags handling.
2001-07-19  Dmitry TimoshkovFix out of the source tree build (again).
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-04-18  Alexandre JulliardRemoved a few obsolete files.
2001-04-18  Ove KaavenFix DGA so it works properly again.
2001-04-17  Ove KaavenImplemented DirectDraw's Hardware Abstraction Layer...
2001-04-17  Ove KaavenRemoved the obsolete DIBTexture surface class.
2001-04-17  Ove KaavenFill in some more HAL fields. Flip some of them when...
2001-04-17  Ove KaavenImplemented gamma control on the DirectDraw primary...
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-26  James JuranAdd <string.h> to files that needed it.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
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-10-12  Lionel UlmerSupport non-buffered overlays.
2000-09-26  Lionel UlmerAdded support for DirectDraw overlays using the XVideo...
2000-09-18  Gerald PfeiferRemove unused local variable in DGA_IDirectDrawSurface4...
2000-09-12  Lionel UlmerFixed DGA / DGA 2 palette creation.
2000-08-30  Alexandre JulliardFixed non-OpenGL compile.
2000-08-29  Peter HunnisettNewbie friendly error message for 3D creation failure.
next