Removed resource.h.
[wine] / graphics / ddraw.c
2000-01-26  Ove KaavenWait for ShmCompletion during Flip.
2000-01-23  Ove KaavenAdded -dxgrab command line option, which confines curso...
2000-01-23  Ove KaavenSupercharged XShm implementation for DirectDraw.
2000-01-18  Alexandre JulliardAdded debugstr_guid function and used it to replace
2000-01-17  Marcus MeissnerEnumDisplayModes must pass lPitch.
1999-12-20  Lionel UlmerAdds resolution / depth switching with DGA 2.0.
1999-12-12  Lionel Ulmer- added support of DGA-2.0 events
1999-12-05  Marcus MeissnerMerged _all_ lpClipper into common_surface.
1999-12-05  Marcus MeissnerMoved lpClipper into common_directdrawsurface struct
1999-12-04  Lionel UlmerFirst support of DGA 2.0 for DirectDraw.
1999-12-04  Peter HunnisettImproved stubs for the ddraw clipper routines.
1999-11-21  Niels Kristian Bec... Removed extra #include statements.
1999-11-21  Eric PouechFixed a crash in IDirectDrawSurface:BltFast.
1999-11-07  Ove KaavenDirectX-XShm now waits for the X server to finish the...
1999-10-31  Ivan de SaedeleerFail when LPRECT contains negative values.
1999-10-31  Francois GougetGeneralized the use of the new ICOM_VFIELD and ICOM_VTB...
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-23  Ove KaavenFixed some anonymous union accesses.
1999-10-23  Jim AstonAdded another anonymous union using the DUMMYUNIONNAME...
1999-10-13  Marcus MeissnerUse 1 macro for rgbbitdepth -> byte determination.
1999-09-28  Peter Hunnisett- Changed return code for failure on *_DllGetClassObject to
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-09-11  Lionel Ulmer- fixed the creation of back-buffers in DGA mode
1999-08-04  Marcus MeissnerWhen flipping backbuffer -> frontbuffer, first exchange...
1999-07-31  Patrik StridvallVarious ANSI C compability fixes.
1999-07-31  Patrik StridvallFixed/added missing/wrong function prototypes and made...
1999-07-23  Lionel Ulmer- Added a new option 'noxshm'
1999-07-12  Marcus MeissnerFixed DirectDrawSurface::Flip, do not change flags...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-07-04  Patrik StridvallMoved code to the X11 driver.
1999-07-03  Marcus MeissnerImplemented chains of surfaces. This allows an unlimite...
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-22  Eric PouechFixed error handling in DGA_IDirectDraw2Impl_GetCaps().
1999-06-18  Alexandre JulliardMoved signal handling to exception.c, generate exceptio...
1999-06-12  Marcus MeissnerAdded generic pixel converter for 8->24.
1999-06-12  Marcus MeissnerRemove DIABLO_HACK (does not work anymore), add 1 FIXME...
1999-06-05  Marcus MeissnerSpeedup enhancement for the 8->16 and 8->32 copy loop...
1999-05-29  Lionel Ulmer- better debug output for surface creation
1999-05-22  Lionel Ulmer- added some more debug output
1999-05-22  Kevin HolbrookShould compare to X11 constant "None" since a colormap...
1999-05-22  Paul QuinnMicrosoft com vtable compatibility workaround for g...
1999-05-17  Marcus MeissnerXlib_IDirectDrawSurface4Impl_Flip should show 'flipto...
1999-05-14  Lionel UlmerCheck if in depth-conversion mode before returning...
1999-05-13  Lionel UlmerReplaced all the Mesa specific code by GLX code. Should...
1999-05-08  Patrik StridvallANSI C fixes.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Lionel UlmerChanged 'GetDisplayMode' to return the mode previously...
1999-04-18  Brian Gerst- Removed all floating point math.
1999-04-06  Lionel Ulmer- clean-up of texture 'loading'
1999-04-02  Lionel UlmerAdded DllClassFactory to DirectDraw.
1999-04-01  Lionel UlmerImplement the EnumAttachedSurface method.
1999-03-28  Lionel UlmerFixed QueryInterface functions for IDirect3D 1 and 2.
1999-03-28  Lionel UlmerAdded initialisation of the pixmap_depth field in
1999-03-27  Francois GougetAdapted to the interface/implementation separation.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-16  Lionel UlmerCorrected bug in enumeration function.
1999-03-14  Francois BoisvertMade access to the wnd struct thread-safe.
1999-03-14  Jim AstonRenamed wintypes.h to windef.h.
1999-03-14  Patrik StridvallAdded functions DirectDrawEnumerateW and DirectDrawEnum...
1999-03-13  Andreas MohrImproved "error" message readability.
1999-03-10  Lionel Ulmer- some clean up in handling of depth
1999-02-28  Lionel Ulmer- added function DirectDrawEnumerateEx
1999-02-28  Lionel Ulmer- no more 3D capabilities if Direct3D support is not...
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-24  Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-19  Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-14  Marcus MeissnerSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
1999-02-13  Marcus MeissnerMoved the if1632/signal.c stuff into loader/signal...
1999-02-11  Lionel UlmerBetter detection of XShm errors (should now run on...
1999-02-10  Lionel UlmerFixed debug output to follow '-debugmsg' flags.
1999-02-05  Lionel Ulmer- added a dump of the palette creation flags
1999-02-04  Patrik StridvallMoved some more code to the X11 driver.
1999-02-02  Lionel UlmerAdded stubs for new DirectDraw4 and DirectDrawSurface4...
1999-01-31  Alexandre JulliardAuthors: Lionel Ulmer <ulmer@directprovider.net>, Babri...
1999-01-30  Ove KaavenDefined RESTORE_SIGNALS by default and call SIGNAL_Emul...
1999-01-26  Lionel Ulmer- added depth conversion routines (only 8bpp -> 16...
1999-01-23  Lionel Ulmer- corrected bug in Z Buffer allocation
1999-01-20  Marcus MeissnerUnified palette create, do allocate colorcells on init...
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1999-01-03  Lionel Ulmer- beginning of implementation of Direct3D2 (DX 5.0...
1998-12-26  Patrik StridvallMoved more things to the X11 driver.
1998-12-24  Peter HunnisettAdded all clipper&3d stubs.
1998-12-24  Marcus MeissnerStubs for IDirect3D(2)::CreateLight and CreateDevice...
1998-12-14  Stephen CrowleySave the original video mode before going fullscreen...
1998-12-10  Stephen CrowleyFixed a potential crash if a usable video mode is not...
1998-12-10  Robert RiggsSet window focus in _common_IDirectDraw_SetDisplayMode().
1998-12-08  Alexandre JulliardTried another kludge for the Xmd.h problem.
1998-12-08  Stephen CrowleyAdded fullscreen DGA support.
1998-12-08  Marcus MeissnerCreate X11 palette on DirectDrawSurface::SetPalette...
1998-12-01  Lionel Ulmer- added definition of DirectDrawCreateClipper.
1998-11-27  Stephen CrowleyAdded a new cmdline switch to disable XF86 DGA Extensio...
1998-11-25  Huw D M DaviesRemove X_DC_INFO from DC and make it behave like any...
1998-11-22  Marcus MeissnerBltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs...
1998-11-22  Stephen CrowleyFixed the DGA detection code in ddraw. You don't need...
1998-11-22  Marcus MeissnerDirectDraw status updated.
1998-11-15  Lionel UlmerSome corrections to the handling of off-screen buffers.
1998-11-14  Marcus MeissnerDo not enumerate D3D devices we can't handle anyway.
next