wined3d: Make two variables unsigned.
[wine] / dlls / ddraw /
2011-05-17  Henri Verbeetwined3d: Remove COM from the device implementation.
2011-05-17  Henri Verbeetwined3d: Remove state management methods from the IWine...
2011-05-16  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2011-05-12  Ričardas Barkauskasddraw: Fix filtering of enumerated display modes.
2011-05-11  Henri Verbeetwined3d: Remove object creation methods from the IWineD...
2011-05-11  Henri Verbeetddraw: Skip redundant mode setting calls.
2011-05-11  Henri Verbeetddraw/tests: Add a small test for redundant mode settin...
2011-05-10  Stefan Dösingerddraw: Map ZBIAS values to a smaller depth range.
2011-05-09  Francois Gougetddraw/tests: Add a '\n' to an ok() call.
2011-05-03  Henri Verbeetddraw/tests: Add a test for SetCooperativeLevel() windo...
2011-05-03  Henri Verbeetddraw/tests: Make sure the window is properly released...
2011-05-02  Marcus Meissnerddraw: Added missing break (Coverity).
2011-04-29  Henri Verbeetwined3d: Remove COM from the surface implementation.
2011-04-22  Stefan Dösingerd3d: Map D3DRS_ZBIAS to WINED3DRS_DEPTHBIAS.
2011-04-22  Henri Verbeetddraw: Replace the light list with a standard Wine...
2011-04-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-21  Henri Verbeetddraw: Destroy the ddraw surface after the wined3d...
2011-04-21  Henri Verbeetddraw: Release the wined3d surface first in ddraw_surfa...
2011-04-21  Henri Verbeetddraw: Add a separate function for surface cleanup.
2011-04-20  Henri Verbeetddraw: Replace the viewport list with a standard Wine...
2011-04-20  Henri Verbeetddraw: Unset the viewports active device in IDirect3DDe...
2011-04-20  Henri Verbeetddraw: Introduce a separate function for texture creation.
2011-04-20  Henri Verbeetddraw: Don't bother unsetting resources on surface...
2011-04-19  Henri Verbeetddraw: Verify the viewport belongs to the device on...
2011-04-19  Henri Verbeetddraw: Verify the viewport belongs to the device in...
2011-04-15  Henri Verbeetwined3d: Remove COM from the volume implementation.
2011-04-14  Henri Verbeetwined3d: Remove COM from the swapchain implementation.
2011-04-13  Henri Verbeetwined3d: Get rid of the swapchain destroy callback.
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.
next