2004-12-06 |
Dmitry Timoshkov | Avoid crashes in ddraw.dll when loading it without... |
tree | commitdiff |
2004-11-19 |
Christian Costa | Fixed colorkey conversion. |
tree | commitdiff |
2004-09-08 |
Alexandre Julliard | Removed some more uses of the non-standard ICOM_THIS... |
tree | commitdiff |
2004-09-08 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-02 |
Lionel Ulmer | - Fix compilation on boxes without OpenGL installed. |
tree | commitdiff |
2004-07-30 |
Christian Costa | Added native and emulated S3TC support. |
tree | commitdiff |
2004-03-22 |
Christian Costa | Enable creation of a zbuffer in system memory. |
tree | commitdiff |
2004-01-30 |
Lionel Ulmer | Fix palette deletion issue seen in DungeonKeeper. |
tree | commitdiff |
2003-09-30 |
Alex Pasadyn | - Add more logging to resolution changes and queries. |
tree | commitdiff |
2003-09-27 |
Dimitrie O. Paun | Merge documentation/status/directdraw into the ddraw... |
tree | commitdiff |
2003-09-16 |
Alex Pasadyn | Enable resolution changes for older D3D/DDraw applications. |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-07-26 |
Lionel Ulmer | - added a ddraw_fps debug channel |
tree | commitdiff |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
tree | commitdiff |
2003-06-16 |
Lionel Ulmer | - GL state change optimizations |
tree | commitdiff |
2003-06-04 |
Lionel Ulmer | - proper (tested on Win2K) reference counting for Direc... |
tree | commitdiff |
2003-06-04 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Lionel... |
tree | commitdiff |
2003-05-11 |
Lionel Ulmer | Initialize the dwMipmapCount field even if the applicat... |
tree | commitdiff |
2003-03-15 |
Tony Lambregts | Replace DPRINTF with TRACE. |
tree | commitdiff |
2003-03-07 |
Lionel Ulmer | - some Caps clean-up when no OpenGL compiled in |
tree | commitdiff |
2003-01-13 |
Lionel Ulmer | Update the 'DIRECTDRAW7' flag according to the interfac... |
tree | commitdiff |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
tree | commitdiff |
2003-01-05 |
Lionel Ulmer | Ignore the LPSURFACE bit if ALLOCONLOAD is set. |
tree | commitdiff |
2003-01-02 |
Lionel Ulmer | - beginning of Material and Light support for D3D7 |
tree | commitdiff |
2003-01-02 |
Lionel Ulmer | Enable the application to create first textures and... |
tree | commitdiff |
2003-01-02 |
Lionel Ulmer | Fix crash in GetAvailableVidMem function when TRACE... |
tree | commitdiff |
2002-12-23 |
Lionel Ulmer | - fix mipmap texture creation |
tree | commitdiff |
2002-12-23 |
Lionel Ulmer | Report that we do not support compressed texture yet. |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | - fix bad TRACE |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | - revert some optimisations breaking some games |
tree | commitdiff |
2002-12-15 |
Lionel Ulmer | - rework how texturing is done in the D3D driver |
tree | commitdiff |
2002-11-27 |
Lionel Ulmer | - fix texture snooping (plus adds snoop for 1555 format) |
tree | commitdiff |
2002-11-25 |
Lionel Ulmer | - Prevent the backbuffer to also have the frontbuffer... |
tree | commitdiff |
2002-11-21 |
Lionel Ulmer | - Clean up all the D3D COM handling (but the underlayin... |
tree | commitdiff |
2002-11-06 |
Matthew Bloch | Vtable fixes. |
tree | commitdiff |
2002-11-04 |
Lionel Ulmer | Additional exported capabilities to please some picky... |
tree | commitdiff |
2002-10-19 |
Lionel Ulmer | Add 3D support at the User driver level. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
tree | commitdiff |
2002-10-10 |
Christian Costa | Initialize the DDCAPS structure of the DDRAW object... |
tree | commitdiff |
2002-08-06 |
Christian Costa | Initialize the DDCAPS structure of the DDRAW object... |
tree | commitdiff |
2002-07-22 |
Michael Karcher | Set the correct length of the struct DDSURFACEDESC. |
tree | commitdiff |
2002-07-19 |
Gregg Mattinson | Avoid structures or arrays of size 0. |
tree | commitdiff |
2002-07-16 |
Lionel Ulmer | - DDRAW_SYSTEMMEMORY is handled like OFFSCREENPLAIN... |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Removed non-static structure initializers. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-03-28 |
Alexandre Julliard | Removed call to DIB_GetDIBWidthBytes. |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2001-09-14 |
Marcus Meissner | Return the FOURCC codes set by the HAL driver. |
tree | commitdiff |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-07-23 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2001-05-31 |
Jason McMullan | More accurate stub of DDRAW:GetFourCCCodes. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-04-18 |
Alexandre Julliard | Removed a few obsolete files. |
tree | commitdiff |
2001-04-17 |
Ove Kaaven | Implemented DirectDraw's Hardware Abstraction Layer... |
tree | commitdiff |
2001-04-17 |
Ove Kaaven | Removed User_DirectDraw_GetCaps. Using Main_DirectDraw_... |
tree | commitdiff |
2001-04-17 |
Ove Kaaven | Fill in some of the ddraw HAL fields. |
tree | commitdiff |
2001-03-21 |
Ove Kaaven | Remove obsolete and misleading FIXME. |
tree | commitdiff |
2001-02-14 |
Andreas Mohr | - correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion |
tree | commitdiff |
2001-02-12 |
Lionel Ulmer | Allow an application to re-ask for EXCLUSIVE DirectDraw... |
tree | commitdiff |
2001-02-12 |
Marcus Meissner | Handle differently sized structs by using their dwSize... |
tree | commitdiff |
2001-02-12 |
Ove Kaaven | Fix DGA2 mode setting to use the correct color depth. |
tree | commitdiff |
2001-01-29 |
Marcus Meissner | dvideo.dll forgets to set the DDSD_CAPS flag, just... |
tree | commitdiff |
2001-01-28 |
Marcus Meissner | - Siedler3 appears to have rather limited buffers for... |
tree | commitdiff |
2001-01-26 |
James Juran | Add <string.h> to files that needed it. |
tree | commitdiff |
2001-01-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-01-22 |
Josh DuBois | Include 'options.h' for a needed prototype. |
tree | commitdiff |
2001-01-15 |
Marcus Meissner | Fixed an interface cast in DD2->DD7 thunk. |
tree | commitdiff |
2001-01-13 |
Alexandre Julliard | Added missing WIN_ReleaseWndPtr. |
tree | commitdiff |
2001-01-12 |
Gavriel State | Warning fixes. |
tree | commitdiff |
2001-01-10 |
Gavriel State | Reenabled DXGrab option. |
tree | commitdiff |
2001-01-04 |
Alexandre Julliard | Authors: Andrew Lewycky <andrew@transgaming.com>, Gavri... |
tree | commitdiff |
2000-11-01 |
Alexandre Julliard | Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie... |
tree | commitdiff |
2000-10-25 |
William Waghorn | xf86vmode_setdisplaymode() wasn't properly saving the... |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-10-23 |
Marcus Meissner | Added some basic IDirectDraw7 interface support, fixed... |
tree | commitdiff |
2000-10-22 |
Lionel Ulmer | Change the width / height parameter on a SetDisplayMode. |
tree | commitdiff |
2000-10-17 |
Lionel Ulmer | Warning fix. |
tree | commitdiff |
2000-10-15 |
Gerald Pfeifer | Remove unused variable orig_mode. |
tree | commitdiff |
2000-10-13 |
Gerald Pfeifer | Fixed incorrect format string. |
tree | commitdiff |
2000-10-12 |
Lionel Ulmer | Implememnted GetFourCCCodes. |
tree | commitdiff |
2000-10-12 |
Marcus Meissner | Enable XF86vmode switching possible for X11 too. |
tree | commitdiff |
2000-09-26 |
Lionel Ulmer | Added support for DirectDraw overlays using the XVideo... |
tree | commitdiff |
2000-09-13 |
Lionel Ulmer | Upgrade also 15bpp to 16bpp surfaces. |
tree | commitdiff |
2000-09-12 |
Andreas Mohr | - fixes debugger output |
tree | commitdiff |
2000-08-29 |
Peter Hunnisett | Newbie friendly error message for 3D creation failure. |
tree | commitdiff |
2000-08-25 |
Lionel Ulmer | Change pixel format for 24 BPP surfaces when the DDraw... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
tree | commitdiff |
2000-08-07 |
Marcus Meissner | If we are looking for an existing pixmap format, we... |
tree | commitdiff |
2000-07-31 |
Alexandre Julliard | Cleaned up some more USER dependencies. |
tree | commitdiff |
2000-07-23 |
Marcus Meissner | IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regar... |
tree | commitdiff |
2000-06-24 |
Marcus Meissner | Create xlib ddsurfaces with correct reference counts. |
tree | commitdiff |
2000-06-23 |
Peter Ganten | _common_depth_to_pixelformat() returns -1 and not zero... |
tree | commitdiff |
2000-06-23 |
Marcus Meissner | Use correct bpp for the X side of the surface XImages. |
tree | commitdiff |
2000-06-13 |
Marcus Meissner | Added 24->32 packed pixel mapping support to convert. |
tree | commitdiff |
2000-06-01 |
Andreas Mohr | Lots of spelling fixes that accumulated in my tree... |
tree | commitdiff |
2000-05-23 |
Ove Kaaven | Made WINE_DirectDraw a decorationless popup window... |
tree | commitdiff |
2000-05-23 |
Lionel Ulmer | Remove the PRIMARYSURFACE attribute from back buffers. |
tree | commitdiff |
next |