Spelling fixes.
[wine] / dlls / ddraw / executebuffer.c
2008-04-11  Alexander Dorofeyevddraw: Add possibility to ignore lights in viewport_act...
2008-03-24  Alexander Dorofeyevddraw: Fix vertex processing.
2008-02-19  Alexander Dorofeyevddraw: Fix executebuffer branching with non-zero offset.
2008-01-22  Alexander Dorofeyevddraw: Fix handling of alpha with D3DTBLEND_MODULATE.
2007-12-05  Andrew Riediddraw: DPRINTF -> TRACE.
2007-07-06  Stefan Dösingerddraw: Y coords are inversed.
2007-07-06  Stefan Dösingerddraw: Update the wined3d matrix if a current matrix...
2007-07-05  Stefan Dösingerddraw: Read the world matrix correctly.
2007-07-05  Stefan Dösingerddraw: D3DOP_BRANCHFORWARD includes the current instruc...
2007-07-05  Stefan Dösingerddraw: Materials in the execute buffer are handles.
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-23  Andrew Talbotddraw: Constify some variables.
2006-10-12  Ivan Gyurdievwined3d: Merge D3DMATRIX types into one type in WINED3D...
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-06-30  Stefan Dösingerddraw: Matrix values in the execute buffer are handles.
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-07-26  Alexandre JulliardMake CONST_VTABLE the default in the Wine source.
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...