- Add critsec debugging info.
[wine] / dlls / ddraw /
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.
2004-03-16  Elias RossAdded 24-bit color key support in DIB_DirectDrawSurface...
2004-03-16  Christian CostaDD_STRUCT_COPY_BYSIZE: Do not clear more that struct...
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-16  Sami AarioNo need to link against the uuid library.
2004-02-16  Sami AarioAdded surface tests.
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.
2004-01-30  Lionel UlmerFix the Z transform in the XYRZHW case.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-30  Lionel UlmerAlso remove in the D3D code the pedantic check on the...
2003-12-08  Lionel UlmerLimit usage of vertex arrays to correct states.
2003-11-25  Lionel UlmerUse vertex arrays when possible.
2003-11-18  Lionel UlmerFix some other multi-texturing problems.
2003-11-18  Sami AarioAdded some conformance tests for ddraw. These enumerate...
2003-11-17  Lionel UlmerFix graphical corruption on surface lock when multi...
2003-11-11  Lionel UlmerFix parsing of GL version string in X.Y cases.
2003-11-11  Lionel UlmerBetter color-keying support.
2003-11-09  Lionel UlmerFix some stupid bug with missing braces.
2003-10-16  Christian CostaAdd support for all Z buffer depths that are lower...
2003-10-14  Christian CostaAdd necessary AddRef/Release stuff to {Set/Get}CurrentV...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-06  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-30  Alex Pasadyn- Add more logging to resolution changes and queries.
2003-09-30  Christian CostaSmall lighting fix.
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-15  Lionel Ulmer- add ZBuffer write support
2003-09-15  Lionel UlmerUse ddraw_geom in the execute buffer code.
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-08-20  Alexandre Julliardwinnls.h must not include winbase.h.
2003-08-18  Lionel UlmerAdded support for multi-texturing.
2003-08-05  Lionel UlmerSupport the mimap lod bias extension.
2003-08-05  Lionel UlmerProper MIRROR texture address support.
2003-08-02  Lionel UlmerReport some news caps that were added in DX6.
2003-07-30  Alexandre JulliardMake the DllRegisterServer, DllRegisterServerEx, DllUnr...
2003-07-30  Lionel UlmerFixed the TEXCOORDINDEX code.
2003-07-30  Lionel UlmerAdded ddraw_tex to add texture snooping without needing...
2003-07-28  Lionel UlmerBetter caps support (ie more in line with what GL reports).
2003-07-26  Lionel Ulmer- added a ddraw_fps debug channel
2003-07-19  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-07-16  Lionel Ulmer- do not forget to set the 'initial_upload_done' flag...
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-15  Lionel UlmerSome broken games do not put the TEXTURE flags in the...
2003-07-11  Lionel Ulmer- added fast-path for color-keyed Blts
next