wined3d: Remove FLOAT16 vertex attribute conversion support.
[wine] / dlls / ddraw /
2011-04-08  Henri Verbeetwined3d: Don't free D3D swapchains until the wined3d...
2011-04-04  Henri Verbeetddraw: Fix a typo in a comment.
2011-04-04  Henri Verbeetddraw: Do not unset the index buffer on D3D device...
2011-04-04  Henri Verbeetddraw: Get rid of the unused LoadWineD3D() declaration.
2011-03-28  Henri Verbeetwined3d: Remove COM from the texture implementation.
2011-03-18  Henri Verbeetwined3d: Get rid of IWineD3DCubeTexture.
2011-03-17  Henri Verbeetwined3d: Get rid of IWineD3DTexture.
2011-03-11  Henri Verbeetwined3d: Get rid of wined3d_buffer_get_desc().
2011-03-11  Henri Verbeetwined3d: Get rid of IWineD3DSurface::GetDesc().
2011-03-10  Henri Verbeetwined3d: Get rid of IWineD3DBaseTexture::GetSubResource...
2011-03-09  Henri Verbeetwined3d: Move the GetLevelDesc() functions to the IWine...
2011-03-09  Henri Verbeetwined3d: Merge the various resource desc structures.
2011-03-08  Henri Verbeetddraw: Just pass NULL as swapchain parent.
2011-03-08  Henri Verbeetwined3d: Don't require container parents for IWineD3DDe...
2011-03-04  Henri Verbeetwined3d: Remove COM from the buffer implementation.
2011-03-04  Henri Verbeetddraw: Just pass NULL as index buffer parent.
2011-02-07  Austin Englishddraw: Fix unused variable warnings (LLVM/Clang).
2011-02-04  Henri Verbeetwined3d: Remove COM from the clipper implementation.
2011-02-03  Henri Verbeetwined3d: Remove COM from the palette.
2011-02-03  Henri Verbeetwined3d: Remove COM from the vertex declaration.
2011-02-02  Henri Verbeetwined3d: Remove COM from IWineD3D.
2011-01-31  Henri Verbeetwined3d: Remove COM from the stateblock.
2011-01-28  Henri Verbeetddraw: Link directly to wined3d.
2011-01-24  Michael Stefaniucddraw: COM cleanup for the IClassFactory iface.
2011-01-21  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DVer...
2011-01-21  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DMat...
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-20  Michael Stefaniucddraw: Drop "Thunk_" from the names of the IDirect3DDev...
2011-01-20  Henri Verbeetddraw: Initialize the AutoRestoreDisplayMode field...
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw4 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw3 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw2 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirectDraw iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D7 iface.
2011-01-19  Michael Stefaniucddraw: COM cleanup for the IDirect3D3 iface.
2011-01-18  Michael Stefaniucddraw: COM cleanup for the IDirect3D2 iface.
2011-01-18  Michael Stefaniucddraw: COM cleanup for the IDirect3D iface.
2011-01-18  Michael Stefaniucddraw: Pass an IDirectDrawImpl* instead of an iface...
2011-01-18  Michael Stefaniucddraw: Pass an IDirectDrawImpl* instead of an iface...
2011-01-18  Michael Stefaniucddraw: Avoid some unsafe IDirect3D7 iface to IDirectDra...
2011-01-14  Greg Geldorpddraw/tests: Remove some outdated tests.
2010-12-07  Alexandre Julliardddraw: Convert dll registration to the IRegistrar mecha...
2010-12-03  Alexandre Julliardresources: Define a generic mechanism for adding extra...
2010-11-30  Henri Verbeetddraw/tests: Fix a typo.
2010-11-18  Henri Verbeetddraw: Return DDERR_INVALIDPARAMS for 0 width / height...
2010-11-17  Henri Verbeetddraw/tests: Fix some failure messages.
2010-11-10  Henri Verbeetwined3d: Don't unregister a window unless the window...
2010-11-10  Henri Verbeetddraw: Make switching to/from fullscreen work more...
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  David Adamddraw: Exclusive mode is the corner case for SetCoopera...
2010-11-04  Henri Verbeetddraw/tests: Check for multiple expected messages in...
2010-11-02  Henri Verbeetddraw: Fix some TRACEs.
2010-11-02  Francois Gougetddraw/tests: Remove a space before a '\n'.
2010-11-02  David Adamddraw: Add tests for SetCooperativeLevel with a NULL...
2010-11-02  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2010-11-01  David Adamddraw: Add tests for the foreground window set by SetCo...
2010-10-26  Michael Stefaniucddraw: Add missing unlock (Smatch).
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 some more caps combinations.
2010-10-25  Ričardas Barkauskasddraw/tests: Test if surface with DDSCAPS_ZBUFFER can...
2010-10-22  David Adamddraw: SETFOCUSWINDOW lives independently of other...
2010-10-21  David Adamddraw: Remove a useless function.
2010-10-15  Henri Verbeetwined3d: IWineD3DBuffer_Unmap() can't fail.
2010-10-14  Henri Verbeetwined3d: Consistently use Map/Unmap for mapping resources.
2010-10-12  Henri Verbeetddraw: Use a linear filter in ddraw_surface7_Blt().
2010-10-12  David Adamddraw/test: Add more combination tests for SetCooperati...
2010-10-06  Stefan Dösingerddraw: Handle WINED3DFMT_R16G16_SNORM.
2010-10-06  Stefan Dösingerddraw: Don't try to enumerate WINED3DFMT_R8G8B8A8_SNORM.
2010-10-05  Henri Verbeetddraw: Remove another hack.
2010-10-01  Austin Englishddraw/tests: Fix a few compiler warnings on clang.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-29  Michael Stefaniucddraw: Add missing unlock on an error path (Smatch).
2010-09-21  Paul Vriensddraw: Pass the correct size to memset (Coccinelle).
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
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-14  Oldřich Jedličkaddraw/tests: New attachment tests for 3D back buffers.
2010-09-14  Rico Schüllerwined3d: Add argument check for Type to Get/SetTextureS...
2010-09-14  Henri Verbeetwined3d: IWineD3DBuffer_GetDesc() should never fail.
2010-09-08  Henri Verbeetddraw: Just pass FOURCC formats through to wined3d.
2010-09-08  Henri Verbeetddraw: Remove some stray tabs.
2010-09-08  Henri Verbeetwined3d: IWineD3DSurface_GetDesc() should never fail.
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-09-01  Henri Verbeetwined3d: Don't require wined3d object parents to be...
2010-09-01  Henri Verbeetwined3d: Clippers don't need parents.
2010-09-01  Henri Verbeetwined3d: Devices don't need parents.
2010-08-31  Henri Verbeetwined3d: Implicit depth/stencil surfaces don't have...
2010-08-31  Henri Verbeetwined3d: Get rid of WINED3DRECT.
2010-08-26  Oldřich Jedličkaddraw/tests: New visual back buffer flipping tests.
2010-08-25  Francois Gougetddraw: Remove WINAPI on static functions where not...
2010-08-24  Henri Verbeetwined3d: Rename WINED3DFORMAT to wined3d_format_id.
2010-08-23  Henri Verbeetddraw: Failing surface creation is not an internal...
2010-08-23  Henri Verbeetddraw: Attaching an already attached surface is not...
2010-08-23  Henri Verbeetddraw: Make some lookup tables const.
next