wined3d: Move handling of the unimplemented WINED3DRS_BORDERCOLOR state to ddraw.
[wine] / dlls / ddraw / tests / d3d.c
2010-03-18  Henri Verbeetddraw: Acquire/release the focus window from the correc...
2010-03-01  Christian Costaddraw/tests: Fix typos.
2010-02-15  Christian Costaddraw: Enable GetViewport to retreive data set by SetVi...
2010-02-09  Stefan Dösingerd3d: Make sure vertexbuffer lock doesn't return a NULL...
2010-01-29  Stefan Dösingerddraw: Test invalid buffer lock parameters.
2009-12-17  Henri Verbeetddraw/tests: Add tests for ddraw window proc handling.
2009-10-21  Paul Vriensddraw/tests: Fix a test failure on Win9x/WinMe.
2009-10-16  Henri Verbeetddraw/tests: Check some more return values (LLVM/Clang).
2009-10-09  Andrew Nguyenddraw/tests: Remove a superfluous return statement.
2009-10-02  Stefan Dösingerwined3d: SetRenderTarget doesn't change the viewport...
2009-08-31  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2009-07-10  Alexandre Julliardddraw/tests: Fix a few tests that fail on Win64.
2009-04-21  Christian Costaddraw/tests: Add tests for refcount handling of light...
2009-02-26  David Adamddraw: Implement ComputeSphereVisibility.
2009-02-24  Francois Gougetddraw/tests: Use win_skip() to skip over unimplemented...
2009-02-10  Vincent Pelletierddraw: Use ddraw_from_d3d7 to make a (IDirectDrawImpl...
2009-01-28  Alasdair Sinclairddraw/tests: Fix missing void in empty parameter list.
2009-01-26  David Adamddraw/tests: Add a few tests for ComputeShereVisibility.
2009-01-04  Michael Stefaniucddraw/tests: Remove superfluous casts.
2009-01-04  Michael Stefaniucddraw/tests: Simplify a pointer increment.
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-10-08  Michael Stefaniucddraw/tests: Use FAILED instead of !SUCCEEDED.
2008-08-22  David Adamddraw: Only ddraw checks wether one can give a null...
2008-08-21  Alexander Dorofeyevddraw/tests: Skip cubemap tests when cubemap isn't...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-02  James Hawkinsddraw: Fix a failing test for broken drivers.
2008-06-18  James Hawkinsddraw: Reset the viewport data before each test.
2008-05-28  Jens Albretsenddraw: Test for IDirect3DTexture_Load of Texture into...
2008-05-21  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2008-05-06  Alexander Dorofeyevddraw/tests: Add tests for IDirect3DDevice7_Load.
2008-05-05  Alexander Dorofeyevddraw/tests: Add test for deprecated render states...
2008-04-03  Austin Englishddraw: Spelling fixes.
2008-04-01  Stefan Dösingerddraw: Do not fail if D3D is not available.
2008-03-27  Francois Gougetddraw: Remove trailing spaces in ok() calls.
2008-03-25  Kolbjørn Fredheimddraw: Don't clear the return value anymore, we fill...
2008-03-24  Alexander Dorofeyevddraw/tests: Test executebuffer triangle instruction...
2008-03-05  Francois Gougetddraw/tests: Don't use 0xaa to avoid any confusion...
2008-02-20  Detlef Riekenbergddraw/tests: Avoid endless loop, when T&L is not supported.
2008-02-19  Alexander Dorofeyevddraw/tests: Add test for palette handling in IDirect3D...
2008-02-19  Alexander Dorofeyevddraw/tests: Split d3d1 initialization and destruction...
2008-02-19  Alexander Dorofeyevddraw/tests: Add test for branch instruction with non...
2008-02-06  Reece H. Dunnddraw: Spelling fixes in the d3d test output.
2008-01-23  Francois GougetAssorted spelling fixes.
2007-12-03  Stefan Dösingerwined3d: Enabling too many lights is silently ignored.
2007-11-07  Stefan Dösingerddraw: Be less picky about float precision.
2007-10-10  Stefan Dösingerddraw: Do not fail on surface creation errors, skip...
2007-09-10  David Hedbergddraw: Enumerate additional devices in IDirect3D7_EnumD...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-09  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-07-06  Paul Vriensddraw/tests: Use skip instead of trace.
2007-07-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-07-05  Stefan Dösingerddraw: Implement IDirect3DViewport3::TransformVertices.
2007-07-05  Stefan Dösingerddraw: D3DOP_BRANCHFORWARD includes the current instruc...
2007-06-25  Stefan Dösingerwined3d: Clamp material power to 128.0.
2007-06-25  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-06-22  Stefan Dösingerwined3d: Depthfill blits are allowed between BeginScene...
2007-05-29  Francois Gougetddraw/tests: Fix compilation with Visual C++ 2005.
2007-05-14  Marcus Meissnerddraw/tests: Check for failing to create surfaces.
2007-05-10  Stefan Dösingerddraw: Some caps fixes.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-02-26  Francois Gougetddraw/tests: There is no unnamed union in D3DLIGHT7.
2007-02-21  Stefan Dösingerwined3d: Light parameter fixes.
2007-02-20  Stefan Dösingerwined3d: No bounds checking is done on sampler / textur...
2007-02-12  Stefan Dösingerwined3d: BeginScene and EndScene tests and fixes.
2006-12-15  Stefan Dösingerwined3d: D3DRS_ZVISIBLE is not supposed to return an...
2006-10-10  H. Verbeetddraw/tests: Win64 printf format warning fixes.
2006-09-29  Francois Gougetddraw: Fix comparefloat() so it compiles with Visual...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
2006-06-26  Francois GougetAssorted spelling, case and grammar fixes.
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-13  Alexandre Julliardddraw: Don't crash in d3d test if OpenGL is missing.
2005-08-25  Saulius Krasuckas- DirectDrawCreateEx fails with Standard VGA Adapter...
2005-08-23  Saulius KrasuckasSkip testing on IDirect3D7::CreateDevice() failure.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
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.