ddraw: Fix SetRenderTarget behaviour on failure.
[wine] / dlls / ddraw / tests / d3d.c
2011-06-28  Ričardas Barkauskasddraw: Fix SetRenderTarget behaviour on failure.
2011-06-01  Andrew Nguyenddraw: Handle a callback cancellation attempt in d3d7_E...
2011-06-01  Andrew Nguyenddraw: Extend the lifetime of the EnumDevices strings...
2011-05-31  Andrew Nguyenddraw: Add a NULL callback pointer check in the EnumDev...
2011-05-31  Andrew Nguyenddraw/tests: Remove a superfluous skip check.
2011-05-24  Henri Verbeetddraw: Don't touch the window during mode setting if...
2011-05-24  Henri Verbeetddraw/tests: Add a test for mode settings calls with...
2011-05-11  Henri Verbeetddraw: Skip redundant mode setting calls.
2011-05-11  Henri Verbeetddraw/tests: Add a small test for redundant mode settin...
2011-05-09  Francois Gougetddraw/tests: Add a '\n' to an ok() call.
2011-05-03  Henri Verbeetddraw/tests: Add a test for SetCooperativeLevel() windo...
2011-05-03  Henri Verbeetddraw/tests: Make sure the window is properly released...
2011-02-07  Austin Englishddraw: Fix unused variable warnings (LLVM/Clang).
2011-01-14  Greg Geldorpddraw/tests: Remove some outdated tests.
2010-11-10  Henri Verbeetwined3d: Don't unregister a window unless the window...
2010-11-10  Henri Verbeetddraw: Window proc replacement depends on DDSCL_EXCLUSI...
2010-11-08  Henri Verbeetddraw: Setup the device window in SetCooperativeLevel().
2010-11-05  Henri Verbeetwined3d: Use SetWindowPos() to make the focus window...
2010-11-04  Henri Verbeetddraw/tests: Check for multiple expected messages in...
2010-10-25  Ričardas Barkauskasddraw: Surfaces with DDSCAPS_3DDEVICE and DDSCAPS_ZBUFF...
2010-10-25  Ričardas Barkauskasddraw: Fix DDSCAPS_3DDEVICE surfaces always setting...
2010-10-25  Ričardas Barkauskasddraw/tests: Test if surface with DDSCAPS_ZBUFFER can...
2010-09-16  Oldřich Jedličkaddraw: Allow creating back buffer for DirectX 1 interfaces.
2010-09-14  Oldřich Jedličkaddraw/tests: New attachment tests for 3D back buffers.
2010-09-03  Oldřich Jedličkaddraw/tests: New tests for CreateSurface for 3D DDSCAPS...
2010-09-03  Henri Verbeetddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDE...
2010-07-19  Andrew Nguyenddraw/tests: Test IDirect3D::FindDevice HAL enumeration.
2010-07-19  Andrew Nguyenddraw: Don't permit the enumeration of the Direct3D...
2010-06-22  Andrew Nguyenddraw/tests: Add an observation regarding device color...
2010-06-22  Andrew Nguyenddraw: Allow the ddraw RGB device to be enumerated...
2010-06-22  Andrew Nguyenddraw: Validate structure pointers and sizes in IDirect...
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.
next