ddraw/tests: Add a helper function to setup execute buffers.
[wine] / dlls / ddraw / tests / dsurface.c
2012-05-17  Michael Stefaniucddraw/tests: Actually run a test.
2012-04-03  Henri Verbeetddraw/tests: Add some QueryInterface() tests for surfaces.
2012-03-13  Henri Verbeetddraw/tests: Fix a couple of return value checks.
2012-01-13  Henri Verbeetddraw: Implement width and height changes in ddraw_surf...
2011-12-08  Stefan Dösingerddraw/tests: Extend the CreateSurface(NULL test), use...
2011-12-08  Stefan Dösingerddraw: SetSurfaceDesc can set width, height and pitch...
2011-12-08  Stefan Dösingerddraw/tests: Make the SetSurfaceDesc test ok messages...
2011-11-21  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-11-15  Stefan Dösingerddraw: Add more tests and fixes for SetSurfaceDesc.
2011-11-14  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-11-08  Stefan Dösingerddraw/tests: Add a partial block lock test.
2011-11-07  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-11-03  Octavian Voicuddraw/tests: Add more attachment/detachment test cases.
2011-11-03  Octavian Voicuddraw/tests: Use more common pixel formats and caps...
2011-11-03  Octavian Voicuddraw/tests: Move surface attachment tests from refcoun...
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-15  Stefan Dösingerddraw/tests: Not all GPUs support dwZBufferBitDepth...
2011-09-07  Stefan Dösingerddraw: Add tests for dwZBufferBitDepth and dwMipMapCoun...
2011-09-07  Stefan Dösingerddraw: Add tests for DDSD_PIXELFORMAT and DDSD_ZBUFFERB...
2011-09-07  Stefan Dösingerddraw: Add some NULL pointer tests.
2011-09-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-09-02  Ričardas Barkauskasddraw: Don't allow SetPalette on mipmap sublevels inste...
2011-08-31  Stefan Dösingerddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIX...
2011-08-31  Stefan Dösingerddraw: Set dwZBufferBitDepth in old z buffers.
2011-08-31  Stefan Dösingerddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT.
2011-08-31  Stefan Dösingerddraw: Show that ddraw reads ddsCaps without DDSD_CAPS...
2011-08-22  Ričardas Barkauskasddraw/tests: Properly release no longer used interfaces.
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawGammaControl reference count.
2011-06-28  Ričardas Barkauskasddraw: Move IDirect3DTexture and IDirect3DTexture2...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface and IDirectDrawSurfa...
2011-06-28  Ričardas Barkauskasddraw: Separate IDirectDrawSurface4 reference count.
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21  Ričardas Barkauskasddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21  Ričardas Barkauskasddraw: Test ddraw surface reference counts a bit more.
2010-11-30  Henri Verbeetddraw/tests: Fix a typo.
2010-11-18  Henri Verbeetddraw: Return DDERR_INVALIDPARAMS for 0 width / height...
2010-11-02  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2010-10-25  Ričardas Barkauskasddraw: Fix DDSCAPS_3DDEVICE surfaces always setting...
2010-10-25  Ričardas Barkauskasddraw/tests: Test some more caps combinations.
2010-09-18  Oldřich Jedličkaddraw: Add checking of SURFACEDESC type/nullness into...
2010-09-16  Oldřich Jedličkaddraw: Allow creating back buffer for DirectX 1 interfaces.
2010-09-08  Henri Verbeetddraw: Remove some stray tabs.
2010-08-19  Oldřich Jedličkaddraw/tests: Add test for bad size of surface caps...
2010-08-04  Oldřich Jedličkaddraw/tests: New attachment/flipping tests for back...
2010-08-04  Oldřich Jedličkaddraw/tests: New CreateSurface for DDSCAPS_BACKBUFFER...
2010-06-24  Henri Verbeetddraw: Avoid an integer overflow in IDirectDrawSurfaceI...
2010-03-17  Henri Verbeetddraw: Fix IDirectDraw4Impl_GetSurfaceFromDC().
2010-03-17  Henri Verbeetddraw: Implement IDirectDrawImpl_GetSurfaceFromDC().
2009-12-17  Roderick Colenbranderwined3d: Fix a bug in BtlFast which was uncovered by...
2009-12-10  Paul Vriensddraw/tests: Fix some test failures on Vista+.
2009-11-17  Austin Lundddraw/tests: Fix test failure for D3DFMT_A2R10G10B10...
2009-10-19  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2009-10-19  Henri Verbeetddraw/tests: Remove some leftover debug code.
2009-10-16  Henri Verbeetddraw/tests: Check some more return values (LLVM/Clang).
2009-10-15  Christian Costaddraw: Make SetColorKey handle case where dwColorSpaceH...
2009-09-29  Markus Stockhausenddraw: Set dwBackBufferCount=0 in CreateSurface for...
2009-09-08  Stefan Dösingerwined3d: Test and fix ddraw and d3d9 GetDC differences.
2009-07-14  Alexandre Julliardddraw/tests: Properly release surfaces even if we can...
2009-07-10  Alexandre Julliardddraw/tests: Fix a few tests that fail on Win64.
2009-05-20  Luke Bensteadddraw: Add tests for DirectDrawSurface reference counting.
2009-05-04  Nicolas Le Camddraw/tests: Fix a test failure on VirtualBox.
2009-03-23  Michael Stefaniucddraw/tests: Use ULONG instead of unsigned long.
2009-03-05  Alexandre Julliardddraw/tests: Allow IDirectDrawSurface_AddAttachedSurfac...
2009-01-09  Stefan Dösingerddraw[ex]: Show a caps handling difference.
2009-01-04  Michael Stefaniucddraw/tests: Remove superfluous casts.
2009-01-03  Stefan Dösingerddraw: Add a test for IDirectDrawSurface::GetDC.
2008-12-15  Francois Gougetddraw/tests: Make some functions static.
2008-12-05  Huw Daviesddraw/tests: Skip tests if we can't create a primary...
2008-11-12  Paul Vriensddraw/tests: Skip tests when DirectDraw4 is not supported.
2008-11-12  Paul Vriensddraw/tests: Fix a typo.
2008-10-18  Alexandre Julliardddraw: Convert source files to utf-8.
2008-08-21  Alexander Dorofeyevddraw/tests: Skip cubemap tests when cubemap isn't...
2008-07-17  Alexander Dorofeyevddraw/tests: Add tests for surface caps memory flags.
2008-07-02  James Hawkinsddraw: Fix a failing test for broken drivers.
2008-06-02  James Hawkinsddraw: Delete the temporarily attached surface.
2008-04-25  James Hawkinsddraw: Fix tests that fail with the reference rasterizer.
2008-04-03  Austin Englishddraw: Spelling fixes.
2008-04-03  Alexander Dorofeyevddraw: Set surface to NULL on failure in GetAttachedSur...
2008-04-02  Stefan Dösingerddraw: Remove some leftover test debug output.
2008-03-24  Alexander Dorofeyevddraw/tests: Test SetPalette on non-palettized surfaces.
2008-02-25  Günther Brammerddraw: Return a nullpointer as lpSurface in Lock()...
2008-02-19  Roderick Colenbranderwined3d: When DDCAPS_ALLOW256 is set, palette entry...
2007-11-07  Stefan Dösingerddraw: Fix a test for Vista.
2007-11-05  Stefan Dösingerwined3d: Don't test D3DDEVICE surfaces in dsurface...
2007-09-10  David Hedbergddraw: Fix and test case for situation where DDSD_MIPMA...
2007-08-31  Stefan Dösingerd3d: Add a test for double surface locking.
2007-08-03  Stefan Dösingerddraw: Some drivers return DDERR_INVALIDPARAMS if DXTn...
2007-07-05  Francois GougetAssorted spelling fixes.
2007-06-25  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-06-22  Stefan Dösingerddraw: Check for incorrect rectangles to DDrawSurface...
2007-06-22  Stefan Dösingerddraw: Add a test for incorrect surface desc sizes...
2007-06-20  Stefan Dösingerddraw: Test for incorrect surface desc sizes in GetSurf...
2007-05-31  Stefan Dösingerddraw: Check the validy of IDirectDrawSurface::BltFast...
2007-05-29  Francois Gougetddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-14  Marcus Meissnerddraw/tests: Check for failing to create surfaces.
2007-05-14  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-05-11  Stefan Dösingerddraw: Avoid fallout of failing tests.
2007-05-11  Stefan Dösingerwined3d: Destroying the resource frees all private...
2007-05-11  Stefan Dösingerddraw: GetSurfaceDesc returns the surface memory while...
next