Removed excessive statement (break after return or goto, not useful
[wine] / dlls / ddraw / d3dexecutebuffer.c
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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  Christian CostaFixed D3DOP_STATELIGHT opcode.
2004-03-23  Christian CostaDo not return an error when setting a material to NULL.
2003-09-15  Lionel UlmerUse ddraw_geom in the execute buffer code.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-13  Christian CostaFix matrix multiplication.
2003-06-04  Lionel Ulmer- proper (tested on Win2K) reference counting for Direc...
2003-06-04  Lionel Ulmer- protect viewport setting with GL lock
2003-05-20  Christian CostaRemove all openGL calls in execute buffers and use...
2003-05-20  Lionel Ulmer- some tracing fixes
2003-05-20  Lionel UlmerNo need to flush the surface back if last lock was...
2003-05-17  Lionel UlmerSupport for device surface locking.
2003-05-11  Christian CostaEnable branch forward operation in execute buffer.
2003-03-15  Tony LambregtsReplace DPRINTF with TRACE.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-07  Lionel Ulmer - rewrote a little bit the state magagement to remove...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2003-01-05  Lionel UlmerFactorize the 'ortho' code (will be needed later on).
2003-01-03  Christian CostaBeginning of state block.
2003-01-03  Lionel Ulmer- hack for one case of the ProcessVertices case
2003-01-03  Lionel Ulmer- create a function to set the various transformation...
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 UlmerImplement GetTransform and rework a bit the matrices...
2002-12-05  Ove KaavenMake sure that no files except unknwn.h include wine...
2002-11-24  Christian CostaReenable OpenGL surface's flip method.
2002-11-21  Lionel Ulmer- Clean up all the D3D COM handling (but the underlayin...
2002-09-29  Christian Costaexecute: Activate the viewport passed as parameter...
2002-09-27  Christian CostaRemove wrong and useless transformation of z projected...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-29  Vincent BéronFixed some more missing \n in traces.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.