dsound: Add full duplex tests.
[wine] / dlls / dsound / tests / ds3d8.c
2006-01-11  Robert Reifdsound: Add primary buffer change tests.
2006-01-06  Robert Reifdsound: Fix double free bug in tests.
2005-10-11  Mike O'ReganTests commented out and FIXME-ed long ago now pass.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-05  Robert ReifFix tests to work with drivers that don't support a...
2005-03-05  Robert ReifPrint dsound.dll version from file versioninfo resource.
2005-02-23  Robert ReifFix tests for win9x and old versions of DirectX.
2005-02-16  Robert ReifFixed invalid buffer size by rounding up to next multip...
2005-02-10  Francois GougetDon't link with DirectSoundCreate8 as this prevents...
2005-02-10  Robert ReifPrint info about primary buffer format.
2005-01-10  Robert ReifRemove unneeded includes.
2005-01-09  Robert ReifInitialize and uninitialize COM properly.
2004-10-21  Robert ReifDon't consider a device that is already in use a test...
2004-10-19  Robert ReifDon't consider failure with DSERR_NODRIVER a test failure.
2004-10-18  Robert ReifFix some places where no driver present causes problems.
2004-09-08  Francois GougetMake the dsound tests run with DirectX < 8.
2004-08-25  Robert ReifDirectSound8 doesn't accept 3D stereo secondary buffers but
2004-08-23  Robert ReifOnly print format info when in interactive mode for...
2004-08-18  Robert ReifCleanup some more messages.
2004-08-13  Robert ReifMore dsound tests error message cleanups.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-30  Robert ReifRefactored common test code into subroutines.