kernel32: Fix uninitialised memory read in GetPrivateProfileStringA if GetPrivateProf...
[wine] / dlls / ddraw /
2009-11-18  Henri Verbeetwined3d: Remove the effetively unused "state" field...
2009-11-17  Austin Lundddraw/tests: Fix test failure for D3DFMT_A2R10G10B10...
2009-11-03  Paul Vriensddraw/tests: Fix a test failure on systems with no...
2009-11-03  Stefan Dösingerwined3d: Add a usage flag for static buffer declarations.
2009-11-03  Stefan Dösingerwined3d: Add a parameter for SetRenderTarget viewport...
2009-10-30  Markus Stockhausenddraw: Avoid memory overwrite in GetDeviceIdentifier().
2009-10-30  Henri Verbeetwined3d: Map D3DFMT_D24S8 to WINED3DFMT_D24_UNORM_S8_UINT.
2009-10-29  Henri Verbeetwined3d: Don't depend on uninitialized data in the...
2009-10-21  Paul Vriensddraw/tests: Fix a test failure on Win9x/WinMe.
2009-10-19  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2009-10-19  Henri Verbeetddraw/tests: Remove some leftover debug code.
2009-10-16  Henri Verbeetddraw/tests: Check some more return values (LLVM/Clang).
2009-10-15  Christian Costaddraw: Make SetColorKey handle case where dwColorSpaceH...
2009-10-14  Stefan Dösingerd3d: Make EndScene calls hookable.
2009-10-14  Stefan Dösingerddraw: Make directdraw create functions hookable.
2009-10-12  Paul Vriensddraw/tests: Don't crash on older ddraw.
2009-10-09  Andrew Nguyenddraw: Implement and test DirectDrawEnumerateExW.
2009-10-09  Andrew Nguyenddraw: More fully implement and test DirectDrawEnumerat...
2009-10-09  Andrew Nguyenddraw: Implement and test DirectDrawEnumerateW.
2009-10-09  Andrew Nguyenddraw: Simplify and test DirectDrawEnumerateA.
2009-10-09  Andrew Nguyenddraw/tests: Remove a superfluous return statement.
2009-10-08  Paul Vriensddraw/tests: Fix some test failures on WinME/VMware.
2009-10-02  Stefan Dösingerwined3d: SetRenderTarget doesn't change the viewport...
2009-09-29  Markus Stockhausenddraw: Set dwBackBufferCount=0 in CreateSurface for...
2009-09-25  Henri Verbeetddraw: The ddraw surface is now always the wined3d...
2009-09-25  Henri Verbeetwined3d: Use the DXGI naming convention for all formats.
2009-09-25  Henri Verbeetwined3d: Rename IWineD3DDevice::SetIndices() to IWineD3...
2009-09-23  Henri Verbeetwined3d: Don't free D3D vertex declarations until the...
2009-09-18  Henri Verbeetwined3d: Don't free D3D buffers until the wined3d buffe...
2009-09-18  Henri Verbeetwined3d: Don't free D3D textures until the wined3d...
2009-09-17  Henri Verbeetddraw: Mark internal symbols hidden.
2009-09-17  Henri Verbeetwined3d: Don't free D3D cube textures until the wined3d...
2009-09-16  Henri Verbeetwined3d: Don't free D3D surfaces until the wined3d...
2009-09-15  Jörg Höhleddraw: Complete recognition of pixelformat 19: X8L8V8U8.
2009-09-11  Henri Verbeetwined3d: Remove unused parameters to drawPrimitive().
2009-09-08  Stefan Dösingerwined3d: Test and fix ddraw and d3d9 GetDC differences.
2009-09-01  Henri Verbeetddraw: Remove trailing spaces.
2009-08-31  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2009-08-06  Stefan Dösingerddraw: d3d7 does not support two sided stencil.
2009-08-05  Henri Verbeetwined3d: WINED3DTEXF_NONE only makes sense as a mip...
2009-07-24  Andrew Talbotddraw: Constify some variables.
2009-07-14  Alexandre Julliardddraw/tests: Properly release surfaces even if we can...
2009-07-14  Alexandre Julliardddraw/tests: Fix a failing test on 64-bit.
2009-07-10  Alexandre Julliardddraw/tests: Fix a few tests that fail on Win64.
2009-06-22  Gerald Pfeiferddraw: Fix two bounds checks.
2009-06-22  Gerald Pfeiferddraw: Fix error checking in IDirect3DExecuteBufferImpl...
2009-06-15  Marcus Meissnerddraw: Use correct union member.
2009-06-15  Henri Verbeetwined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
2009-06-12  Henri Verbeetwined3d: Remove the useless "resource_type" parameter...
2009-05-20  Luke Bensteadddraw: Add tests for DirectDrawSurface reference counting.
2009-05-13  Francois Gougetddraw/tests: Replace malloc() with HeapAlloc().
2009-05-04  Nicolas Le Camddraw/tests: Fix a test failure on VirtualBox.
2009-04-23  Henri Verbeetwined3d: Get rid of the shared_handle parameter.
2009-04-21  Christian Costaddraw/tests: Add tests for refcount handling of light...
2009-04-21  Christian Costaddraw: Handle refcount of lights when interacting with...
2009-04-21  David Adamddraw: Remove useless comments.
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ösingerddraw: Store the fvf in the ddraw 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-01  Henri Verbeetddraw: Filter invalid texture stage states passed by...
2009-03-27  Henri Verbeetwined3d: Unify vertex and texture formats.
2009-03-27  Henri Verbeetwined3d: Use separate structures for ddraw style stride...
2009-03-23  Andrew Nguyenddraw/tests: Skip some cooperative level tests on NT4...
2009-03-23  Michael Stefaniucddraw/tests: Use ULONG instead of unsigned long.
2009-03-13  Paul Vriensddraw/tests: Fix a test failure on VMware and some...
2009-03-13  Paul Vriensddraw/tests: Fix two test failures on W2K/VMware.
2009-03-12  Paul Vriensddraw/tests: Fix some test failures on W2K/VMware.
2009-03-11  Paul Vriensddraw/tests: Fix some test failures on W2K/VMware.
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-05  Alexandre Julliardddraw/tests: Allow IDirectDrawSurface_AddAttachedSurfac...
2009-03-04  Christian Costaddraw: Implement IDirect3DViewportImpl_NextLight.
2009-02-26  David Adamddraw: Implement ComputeSphereVisibility.
2009-02-24  Francois Gougetddraw/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-19  Paul Vriensddraw/tests: Use skip() instead of trace().
2009-02-19  Paul Vriensddraw/tests: Don't crash on W2K.
2009-02-10  Vincent Pelletierddraw: Use ddraw_from_d3d7 to make a (IDirectDrawImpl...
2009-01-28  Alasdair Sinclairddraw/tests: Fix missing void in empty parameter list.
2009-01-26  Francois Gougetddraw: Make some device_parent_*() functions static.
2009-01-26  David Adamddraw/tests: Add a few tests for ComputeShereVisibility.
2009-01-22  Henri Verbeetddraw: Rename the main vtables to lpVtbl.
2009-01-22  Henri Verbeetddraw: Get rid of CONVERT and CONVERT_REV.
2009-01-22  Henri Verbeetddraw: Get rid of ddcomimpl.h.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_OBJECT.
2009-01-22  Henri Verbeetddraw: Get rid of ICOM_THIS_FROM.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_VFIELD_MULTI_NAME and ICOM_VFIEL...
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INTERFACE.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_INIT_INTERFACE.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_VFIELD_MULTI.
2009-01-21  Henri Verbeetddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.
2009-01-20  Henri Verbeetddraw: Fix Thunk_IDirect3DDeviceImpl_2_GetCurrentViewpo...
2009-01-20  Henri Verbeetddraw: Compare the against the correct IID in IDirect3D...
2009-01-16  Henri Verbeetddraw: Add extern to some global variable declarations.
2009-01-16  Henri Verbeetwined3d: Add an IWineD3DDeviceParent interface.
next