wined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_RENDERTARGET combos.
[wine] / dlls / d3d9 / tests / device.c
2008-03-27  Austin EnglishSpelling fixes.
2008-03-03  Stefan Dösingerd3d9: Fix an ok line.
2008-02-27  Roderick Colenbranderwined3d: Improved CheckDeviceType.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-07  Stefan Dösingerd3d9: Implement the device lost state.
2008-02-07  Stefan Dösingerwined3d: Reject unsupported modes when restting the...
2008-02-05  Stefan Dösingerd3d9: Some drivers allow non-aligned offsets.
2008-01-23  Marcus Meissnerd3d9/tests: Initialize decl.
2008-01-14  Stefan Dösingerd3d9: Reject IDirect3DDevice9::Reset with active defaul...
2007-12-27  Marcus Meissnerd3d9: Initialize pVertexBuffer.
2007-12-21  Stefan Dösingerwined3d: Per stream offsets are 4 byte aligned.
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-03  Stefan Dösingerwined3d: Enabling too many lights is silently ignored.
2007-11-14  Stefan Dösingerwined3d: Depth stencil fixes.
2007-11-07  Stefan Dösingerd3d9: Use HAL devices in some tests.
2007-11-01  Stefan Dösingerwined3d: Make resource memory 32 byte aligned.
2007-10-03  Marcus Meissnerd3d9/tests: Initialize shader to NULL.
2007-09-20  Stefan Dösingerwined3d: Check for NULL streams.
2007-08-06  Stefan Dösingerd3d9: Do not fail if d3d9 is not available.
2007-06-25  Andrew Talbotd3d9/tests: Fix use of uninitialized variable (Coverity).
2007-06-04  H. Verbeetd3d9: Add a test for calling DrawIndexedPrimitive with...
2007-03-06  Stefan Dösingerwined3d: Clearing the depth stencil buffer fails withou...
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.
2007-01-18  Francois Gougetd3d: Fix the D3DFMT_XXX constant declarations.
2007-01-12  Francois Gougetd3d9/tests: Warn that tests were skipped if we could...
2007-01-02  Louis Lendersd3d9: Fix failing tests on windows, when no 3d hardware...
2006-12-29  Alexandre Julliardd3d9/tests: Avoid sizeof in traces.
2006-12-26  Chris Robinsond3d: GetStreamSource on a stream with NULL data isn...
2006-12-20  Chris Robinsond3d: Fix adapter mode enumeration and filtering.
2006-12-18  Markus Amslerd3d9: Fix implicit swap chain refcounting.
2006-12-18  Markus Amslerd3d9: Fix implicit surface refcounting.
2006-12-18  Markus Amslerd3d9: Handle surface refcount forwarding in d3d9.
2006-12-11  Stefan Dösingerwined3d: Implement IWineD3DDevice::Reset.
2006-11-16  Markus Amslerd3d9: Forward port d3d8 refcount tests.
2006-11-10  Markus Amslerd3d9: Forwardport implicit surface tests.
2006-11-04  Stefan Dösingerd3d9/tests: Add refcount test for binding objects.
2006-10-09  Ivan Gyurdievd3d9/tests: Printf format fixes for d3d9 tests.
2006-08-10  Stefan Dösingerwined3d: Minor cursor fixes.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-15  Stefan Dösingerwined3d: Support more than one back buffer.
2006-06-12  H. Verbeetd3d9: Make some test functions static.
2006-06-07  Ivan Gyurdievd3d9: Mipmaps level test.
2006-05-30  Vitaliy Margolend3d9: Add reference to the parent device for surfaces.
2006-05-25  Vitaliy Margolend3d9: StateBlock is also created in EndStateBlock....
2006-05-24  Stefan Dösingerwined3d: Swapchain and back buffer corrections + tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolend3d9: Add refcount tests for all objects created by...