ddraw: Forward the depth stencil buffer to wined3d.
[wine] / dlls / ddraw / tests /
2006-10-10  H. Verbeetddraw/tests: Win64 printf format warning fixes.
2006-10-02  Francois Gougetddraw: Only perform the screen resolution changing...
2006-09-29  Francois Gougetddraw: Fix comparefloat() so it compiles with Visual...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-10  Stefan Dösingerddraw: Double buffered primary surfaces can only be...
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-08-07  Francois GougetAssorted spelling fixes.
2006-07-11  Stefan Dösingerddraw: Palette refcounting fix.
2006-07-11  Stefan Dösingerddraw: Split up the ddraw refcount.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
2006-06-26  Francois Gougetddraw: Fix compilation with gcc 2.95.
2006-06-19  Stefan Dösingerddraw: Palette refcounting fixes + tests.
2006-06-15  Stefan Dösingerddraw: Rewrite most of ddraw using WineD3D.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois GougetVarious trace fixes.
2006-04-10  Stefan Dösingerddraw: Add a test for IDirect3DVertexBuffer7::ProcessVe...
2006-03-21  Francois GougetAssorted spelling fixes.
2006-03-13  Alexandre Julliardddraw: Don't crash in d3d test if OpenGL is missing.
2006-01-03  Francois GougetAssorted spelling fixes
2005-12-21  Ivan Leo Puotiddraw: Fix DirectDrawSurface::QueryInterface crash.
2005-12-12  Eric PouechMade some functions static.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-10-06  Stefan Dösinger- Add handling for DDSCL_SETFOCUSWINDOW in SetCooperati...
2005-08-25  Saulius Krasuckas- DirectDrawCreateEx fails with Standard VGA Adapter...
2005-08-23  Saulius KrasuckasSkip testing on IDirect3D7::CreateDevice() failure.
2005-08-17  Christian CostaTake RGB mask into account when doing color keying.
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-09  Stefan LeichterMake ddraw tests loadable on NT4.
2005-06-07  Antoine ChavasseTest cases for the direct3d7 light api.
2005-05-30  Antoine Chavasse- Implemented the implicit creation of mipmaps for...
2005-03-16  Jakob ErikssonSetDisplayMode can return DDERR_UNSUPPORTED. If it...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-16  Sami AarioNo need to link against the uuid library.
2004-02-16  Sami AarioAdded surface tests.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-20  Francois GougetAdd trailing '\n's to ok() calls.
2003-11-18  Sami AarioAdded some conformance tests for ddraw. These enumerate...