- N_PSYM stabs blocks (aka parameters) can also contain a typedef
[wine] / dlls / ddraw /
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-27  Alexandre JulliardThe clip list is in screen coordinates so we need to...
2005-09-25  Christian CostaImplement Begin/Vertex/End rendering functions.
2005-09-12  Alexandre JulliardUse Get/SetWindowLongPtr to access pointers in the...
2005-09-12  Alexandre JulliardFixed some more traces to use the right printf format...
2005-08-25  Saulius Krasuckas- DirectDrawCreateEx fails with Standard VGA Adapter...
2005-08-23  Saulius KrasuckasSkip testing on IDirect3D7::CreateDevice() failure.
2005-08-22  Saulius KrasuckasDon't leak a list of visuals (with advice of Jacek...
2005-08-22  Maxime BellengéFix regression in color keying with RGB mask.
2005-08-17  Christian CostaTake RGB mask into account when doing color keying.
2005-08-11  Mike McCormackFix gcc 4.0 warnings.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Francois GougetAdd missing WINAPI to MSXML_DllGetClassObject().
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-08-01  Mike McCormackWarning fixes.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-07-24  Vincent BéronRemove multiple declarations of the same function,...
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-03  Marcus MeissnerMake check fails in dlls/ddraw/tests/d3d, because a...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-17  Francois GougetAssorted spelling fixes.
2005-06-13  Alexandre JulliardMoved the NONAMELESSUNION/STRUCT macros to wine/test...
2005-06-12  Lionel UlmerSupport all possible texture coordinates sizes.
2005-06-09  Stefan LeichterMake ddraw tests loadable on NT4.
2005-06-07  Antoine ChavasseTest cases for the direct3d7 light api.
2005-06-07  Antoine ChavasseRewrote the light management API to allow for an unlimi...
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...
2005-06-05  Christian CostaMoved dsurface object files to ddraw root dir.
2005-06-04  Christian CostaMoved ddraw object files to ddraw root dir.
2005-06-03  Christian CostaMoved clipper and palette objects files to ddraw root...
2005-06-02  Christian CostaMerged remaining header files in DirectDraw objects...
2005-06-01  Christian CostaMerged d3ddevice/main.h and direct3d/main.h into d3d_pr...
2005-05-31  Christian CostaMerged convert.c, struct_convert.c and helper.c into...
2005-05-30  Antoine Chavasse- Implemented the implicit creation of mipmaps for...
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-23  Antoine ChavasseAdded traces in GetPrivateData and SetPrivateData.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Lionel Ulmer'0' means 'default refresh rate' and not a real refresh...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-04-25  Marcus MeissnerFixed 3 memset()s which used the wrong size (too large).
2005-04-24  Dylan TaftSet display frequency too in SetDisplayMode.
2005-04-11  Matthew MastracciCorrectly lock and unlock surface for a single-surface...
2005-04-11  Lionel UlmerCreate the GL texture id at texture-binding time.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-21  Christian CostaRemoved wrong FIXMEs.
2005-03-21  Matthew MastracciIf a FOURCC surface specifies DDSD_PITCH, use that...
2005-03-16  Jakob ErikssonSetDisplayMode can return DDERR_UNSUPPORTED. If it...
2005-03-10  Paul VriensCheck always if destination surface is locked.
2005-03-09  Paul VriensCheck for NULL before touching src.
2005-03-07  Matthew MastracciAdded surface locking.
2005-03-07  Matthew MastracciAdd DDCAPS_OVERLAY and DDCAPS_OVERLAYSTRETCH to GetCaps().
2005-02-14  Christian CostaHandle more properly versions for Direct3D and Direct3D...
2005-01-27  Raphael JunqueiraSet default video memory to 64Mb (was 16Mb) as many...
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2005-01-03  Alexandre JulliardGet rid of the ThunkData stubs, these are not functions.
2005-01-03  Christian CostaHandle correctly DDSD_LINEARSIZE flag for FOURCC textures.
2004-12-27  Christian CostaFake line sweeping of the monitor.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-21  Crestez LeonardCheck for malformed source rect in DIB_DirectDrawSurfac...
2004-12-20  Christian CostaEnable creation of the RGB device.
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-06  Dmitry TimoshkovAvoid crashes in ddraw.dll when loading it without...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-19  Christian CostaFixed colorkey conversion.
2004-10-22  Francois GougetAssorted spelling fixes.
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
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-30  James HawkinsAdded API documentation for DirectDrawEnumerateEx.
2004-08-24  Robert ShearmanImplement IDirectDrawClipper_GetClipList for case where...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-23  Tobias Burnus- Limit number of FIXME()s in Clipper_SetClipList and...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-06  Christian CostaImplemented IDirect3DDevice{2,3}::GetLightState.
2004-08-02  Lionel Ulmer- add S3TC support to BltFast (fixes NOLF)
2004-08-02  Christian CostaImproved IDirect3DViewportImpl_3_2_1_TransformVertices...
2004-08-02  Christian CostaFixed D3DOP_STATELIGHT opcode.
2004-08-02  Christian CostaMoved libtxc_dxt definitions into ddraw headers.
2004-08-02  Lionel Ulmer- Fix compilation on boxes without OpenGL installed.
2004-07-30  Christian CostaAdded native and emulated S3TC support.
2004-07-12  Lionel UlmerBetter handle the frame-buffer locking case.
2004-07-06  Marcus MeissnerCOPY_COLORKEY_FX: Do not use lvalue casts.
2004-06-04  Lionel UlmerMove the FPS computation from the D3D code to the commo...
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-04-12  Lionel UlmerAdd the possibility to save a snapshot of the backbuffer at
2004-04-07  Alexandre JulliardFixed a couple of header files ordering issues.
2004-03-27  James PerryFix handling of D3DBLEND_BOTH* blend modes.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-23  Christian CostaDo not return an error when setting a material to NULL.
2004-03-22  Christian CostaEnable creation of a zbuffer in system memory.
2004-03-20  Christian CostaImprove D3D7 compatibility.
next