Fix miscellaneous spelling errors and typos.
[wine] / dlls / ddraw / d3dexecutebuffer.c
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.