wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / d3d8 /
2009-04-27  Stefan Dösingerd3d: Limit d3d8 and d3d9 vshader constants to 256.
2009-04-24  David Adamwined3d: SetDepthStencilSurface is always called when...
2009-04-23  Henri Verbeetwined3d: Get rid of the shared_handle parameter.
2009-04-22  David Adamd3d8: Add tests for IDirect3D8Device_Reset.
2009-04-09  Stefan Dösingerd3d: Remove the format from index buffers.
2009-04-09  Stefan Dösingerwined3d: Remove the buffer fvf.
2009-04-09  Stefan Dösingerd3d8: Store the fvf in the d3d8 vertex buffer.
2009-04-08  Stefan Dösingerwined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
2009-04-08  Stefan Dösingerwined3d: Use Map and Unmap for index buffers.
2009-04-08  Stefan Dösingerd3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUF...
2009-04-08  Stefan Dösingerd3d8, d3d9: Don't rely on the wined3d buffer type.
2009-03-27  Henri Verbeetwined3d: Unify vertex and texture formats.
2009-03-27  Henri Verbeetwined3d: Don't create an END element for wined3d vertex...
2009-03-26  Henri Verbeetd3d8: Fix some indentation.
2009-03-24  Henri Verbeetd3d8: Cleanup the vertexshader handling code a bit.
2009-03-24  Henri Verbeetd3d8: Cleanup the pixelshader handling code a bit.
2009-03-24  Henri Verbeetd3d8: Properly handle unsetting the pixelshader in...
2009-03-23  Henri Verbeetd3d8: Fix locking.
2009-03-23  Henri Verbeetd3d8: Get rid of resource.c.
2009-03-23  Henri Verbeetd3d8: Get rid of basetexture.c.
2009-03-23  Michael Stefaniucd3d8/tests: Use ULONG instead of unsigned long.
2009-03-13  Henri Verbeetd3d8: Release the d3d8 shader once we're done with...
2009-03-10  Henri Verbeetd3d8: Handles aren't supposed to be pointers.
2009-03-10  Henri Verbeetd3d8: Make the shader handle table a bit more generic.
2009-03-10  Henri Verbeetd3d8: Don't call Release() in a while loop.
2009-03-10  Henri Verbeetd3d8: Fix some sign compare warnings.
2009-03-06  Henri Verbeetwined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
2009-03-05  Henri Verbeetwined3d: Add separate methods for setting the primitive...
2009-03-05  Henri Verbeetwined3d: Pass the vertex count rather than the primitiv...
2009-03-02  Paul Vriensd3d8/tests: Use win_skip() and skip() where appropriate.
2009-02-25  Paul Vriensd3d8/tests: Fix a test failure on some boxes.
2009-02-25  Paul Vriensd3d8/tests: Fix a test failure on VMware.
2009-02-25  Francois Gougetd3d8/tests: Use win_skip() to skip over unimplemented...
2009-02-23  Henri Verbeetd3d10core: Keep a reference to the wined3d device in...
2009-02-20  Henri Verbeetwined3d: Add DXGI formats to WINED3DFORMAT.
2009-02-20  Henri Verbeetd3d8: Explicitly convert between D3DFORMAT and WINED3DF...
2009-01-27  Ge van Geldorpd3d8/tests: Make tests pass on a W2K8 VM.
2009-01-26  Francois Gougetd3d8: Make some device_parent_*() functions static.
2009-01-16  Henri Verbeetd3d8: Properly test for dynamic usage in device_parent_...
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
2009-01-14  Michael Stefaniucd3d8: Remove superfluous pointer casts.
2009-01-09  Stefan Dösingerddrawex: Add a test for the permanent DC function.
2009-01-06  Henri Verbeetd3d: Explicitly translate texture stage states.
2009-01-05  Paul Vriensd3d8/tests: Fix a test failure on VMware and VirtualBox.
2008-12-30  Henri Verbeetd3d: Correct some debug levels.
2008-12-30  Henri Verbeetd3d8: Port the d3d9 stateblock tests to d3d8.
2008-12-29  Henri Verbeetd3d: Make sure the device is properly released when...
2008-12-17  Henri Verbeetwined3d: Remove GetFVF() and SetFVF() from IWineD3DDevice.
2008-12-16  Henri Verbeetd3d8: Add a test for GetVertexShader() with a FVF set.
2008-12-16  Henri Verbeetwined3d: Refuse to create shaders with a NULL function.
2008-12-16  Henri Verbeetd3d8: Remove unused code.
2008-12-15  Henri Verbeetd3d8: Use the wined3d declaration to retrieve the d3d8...
2008-12-15  Henri Verbeetd3d8: Create a d3d8 declaration as parent for FVF based...
2008-12-15  Francois Gougetd3d8: Make D3D8CB_CreateSurface() static.
2008-12-04  Huw Daviesd3d8/tests: Skip tests if we can't create the D3D8...
2008-12-04  Alexandre Julliardd3d8: Make a function static.
2008-11-25  Henri Verbeetwined3d: Use IDL to generate wined3d.h.
2008-11-24  Francois Gougetd3d8: Remove WINAPI on static functions where not needed.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-11-03  Stefan Dösingerd3d: Do not restore the display mode in ddraw.
2008-11-03  Henri Verbeetd3d8: Don't ignore the GetCursorInfo() return value...
2008-10-28  Henri Verbeetwined3d: Rename CreateAdditionalSwapChain to CreateSwap...
2008-10-24  Henri Verbeetwined3d: Remove the SDKVersion parameter to WineDirect3...
2008-10-18  Alexandre JulliardConvert remaining source files to utf-8.
2008-10-13  Detlef Riekenbergd3d8/tests: Fix test on win9x with broken driver.
2008-10-07  Aric Stewartd3d8: Initialize IDirect3DDevice8 *device to NULL in...
2008-10-06  Rob Shearmand3d8/9: Use WINED3D_OK instead of D3D_OK in vertexshader.c.
2008-09-30  Rob Shearmand3d8: Fix incorrect ordering of brackets in IDirect3DVe...
2008-09-10  Henri Verbeetd3d8: Add a test for auto depth stencil reset.
2008-09-10  Henri Verbeetd3d8: Fix IDirect3DDevice8::SetRenderTarget().
2008-09-10  Henri Verbeetd3d8: GetDepthStencilSurface returns D3DERR_NOTFOUND...
2008-09-02  Stefan Dösingerddraw: Beware of the surface type when checking for...
2008-08-22  David Adamd3d8/d3d9: Remove unconsistent tests for SetMaterial.
2008-08-20  H. Verbeetd3d8: Don't store shader_handle's.
2008-08-19  Stefan Dösingerwined3d: Use a swapchain for GDI surfaces.
2008-07-08  Tobias Jakobid3d8: Fix IDirect3DDevice8::CreateImageSurface pool...
2008-07-08  Tobias Jakobid3d8: Add testcase for IDirect3DDevice8::CreateImageSur...
2008-07-08  Alexandre Julliardd3d8: Don't depend on the dxerr8 static library in...
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-25  H. Verbeetd3d: Allow more imprecision in the texop test.
2008-06-24  H. Verbeetd3d8: Use color_match() in alpha_test().
2008-06-24  Alexandre Julliardd3d8: Make Direct3DCreate8 fail if we can't initialize...
2008-06-20  Huw Daviesd3d8: Fix typo in test.
2008-06-06  Dmitry Timoshkovd3d8: Avoid a not needed address-of operator.
2008-05-27  H. Verbeetd3d8: Test our texop implementation.
2008-05-27  H. Verbeetd3d: Use an alpha capable backbuffer format in the...
2008-05-05  Andrew Talbotd3d8: Dangling pointers fix.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-25  James Hawkinsd3d8: Fix a few test failures in win2k3.
2008-04-21  David Adamwined3d: Fix a possible null dereference.
2008-04-03  Alexander Dorofeyevwined3d: Improve detection of device palette change.
2008-03-28  Stefan Dösingerd3d8: Reject broken normal declaration types with fixed...
2008-03-27  Austin EnglishSpelling fixes.
2008-03-27  Austin EnglishSpelling fixes.
2008-03-25  Stefan Dösingerd3d: De-pointerize the WINED3DCAPS structure.
2008-03-24  Alexander Dorofeyevd3d8/tests: Test DrawIndexedPrimitiveUP with primitive...
2008-03-10  Alexander Dorofeyevd3d8/tests: Cover one more case in p8_texture_test.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-25  Alexander Dorofeyevd3d8/tests: Add a P8 texture test.
2008-02-15  Francois GougetAssorted spelling fixes.
next