Add dwmapi.dll stub.
[wine] / dlls / ddraw /
2007-06-20  Stefan Dösingerddraw: Test for incorrect surface desc sizes in GetSurf...
2007-06-06  H. Verbeetwined3d: Get rid of the BaseVertexIndex parameter to...
2007-06-05  Stefan Dösingerddraw: Hold the Lock in IDirect3DViewport methods.
2007-06-05  Stefan Dösingerddraw: Hold the lock in IDirect3DVertexBuffer methods.
2007-06-05  Stefan Dösingerddraw: Hold the lock in IDirect3DTexture methods.
2007-06-05  Stefan Dösingerddraw: Hold the lock in IDirect3DLight methods.
2007-06-05  Stefan Dösingerddraw: Hold the lock in IDirectDrawPalette methods.
2007-06-04  Stefan Dösingerddraw: Hold the lock in IDirect3DMaterial methods.
2007-06-04  Stefan Dösingerddraw: Hold the lock in IDirectDrawGammaControl methods.
2007-06-04  Stefan Dösingerddraw: Hold the lock in IDirectDrawClipper methods.
2007-06-04  Stefan Dösingerddraw: Hold the lock in IDirect3DDevice methods.
2007-05-31  Stefan Dösingerddraw: Hold the lock in IDirect3DX methods.
2007-05-31  Stefan Dösingerddraw: Check the validy of IDirectDrawSurface::BltFast...
2007-05-31  Stefan Dösingerddraw: Hold the lock in IDirectDrawSurface methods.
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetddraw/tests: Fix the Visual C++ double to float convers...
2007-05-29  Francois Gougetddraw/tests: Fix compilation with Visual C++ 2005.
2007-05-29  Francois Gougetddraw: Fix the name of DDSPD_IUNKNOWNPOINTER.
2007-05-29  Detlef Riekenbergddraw: Do not crash when Clipper is NULL.
2007-05-21  Stefan Dösingerddraw: Hold the dll lock in IDirectDraw methods.
2007-05-21  Stefan Dösingerddraw: Hold the lock in creation functions.
2007-05-21  Stefan Dösingerddraw: Make the ddraw list lock a global dll lock.
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-14  Marcus Meissnerddraw/tests: Check for failing to create surfaces.
2007-05-14  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-05-11  Stefan Dösingerddraw: Avoid fallout of failing tests.
2007-05-11  Stefan Dösingerwined3d: Destroying the resource frees all private...
2007-05-11  Stefan Dösingerddraw: GetSurfaceDesc returns the surface memory while...
2007-05-11  Stefan Dösingerddraw: Use point filter for blit operations.
2007-05-11  Stefan Dösingerddraw: Remove all non-d3d7 capability flags.
2007-05-10  Stefan Dösingerddraw: Fix stupid bug when setting surface client memory.
2007-05-10  Stefan Dösingerddraw: Always set fullscreen mode in wined3d.
2007-05-10  Stefan Dösingerddraw: Some caps fixes.
2007-05-09  Stefan Dösingerddraw: More tests and fixes on surface attachments.
2007-05-09  Stefan Dösingerwined3d: Implement environment bump mapping with GL_ATI...
2007-05-08  Stefan Dösingerddraw: Forward the mag filter correctly to wined3d.
2007-05-08  Stefan Dösingerwined3d: Make the blit -> flip work for windowed rendering.
2007-05-08  Stefan Dösingerd3d: Move clippers from DDraw to wined3d.
2007-05-08  Detlef Riekenbergddraw/tests: Fix typos in messages.
2007-05-07  Stefan Dösingerddraw: Primary surfaces always have screen size.
2007-05-07  Stefan Dösingerddraw: Adjust the d3d viewport when changing the back...
2007-05-07  Stefan Dösingerddraw: Fix reported caps on compressed surfaces.
2007-05-07  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-05-04  H. Verbeetddraw: Add a surface locking test.
2007-05-04  H. Verbeetd3d: Fix the surface locking rectangle validation.
2007-05-03  Stefan Dösingerddraw: Forward all 4 world matrices to wined3d.
2007-05-03  Stefan Dösingerd3d: Calculate the size of WINED3DFVF_XYZBx FVFs.
2007-05-01  Stefan Dösingerddraw: Update the wined3d depth stencil on device creat...
2007-05-01  Stefan Dösingerddraw: Cube map structure test.
2007-05-01  Stefan Dösingerddraw: Cube texture support.
2007-05-01  Stefan Dösingerd3d: Pass the cube face to Create*Texture's surface...
2007-05-01  Stefan Dösingerddraw: Store a WineD3DBaseTexture instead of a WineD3DT...
2007-05-01  Andrew Talbotddraw: Exclude unused headers.
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-30  Stefan Dösingerddraw: Add a test for surface attachments.
2007-04-30  Stefan Dösingerddraw: Complex surfaces form a tree.
2007-04-30  Stefan Dösingerddraw: Move the additional surface creation into a...
2007-04-30  Stefan Dösingerddraw: Do not access the surface connection structure...
2007-04-30  Stefan Dösingerddraw: Search for d3d primary a bit differently.
2007-04-27  Stefan Dösingerddraw: Use EnumAttachedSurfaces for SetColorKey.
2007-04-27  Stefan Dösingerddraw: Search for texture sublevels with GetAttachedSur...
2007-04-27  Stefan Dösingerddraw: Use EnumAttachedSurfaces to search for a render...
2007-04-27  Stefan Dösingerddraw: Add a test for EnumSurfaces.
2007-04-26  Stefan Dösingerd3d: Fix ProcessVertices.
2007-04-26  Stefan Dösingerddraw: Get rid of FVFs.
2007-04-23  Andrew Talbotddraw: Constify some variables.
2007-04-16  Stefan Dösingerd3d: Remove dependency on ddraw.h header.
2007-04-16  Stefan Dösingerd3d: Enumerate palettized formats for ddraw.
2007-04-07  Stefan Dösingerwined3d: Add Filtering to IWineD3DSurface::Blt and...
2007-03-29  Stefan Dösingerddraw: When changing the back buffers also update the...
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-20  Andrew Talbotddraw: Replace inline static with static inline.
2007-03-19  A C Hurstwined3d: Fix struct size calculation in EnumTextureFormats.
2007-03-19  Stefan Dösingerwined3d/ddraw: Forward DDSCL_MULTITHREADED to wined3d.
2007-03-15  Stefan Dösingerdirect3d: Add a fixed function fog test.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2007-03-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-02-27  Stefan Dösingerwined3d: More Clear fixes.
2007-02-26  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-02-26  Francois Gougetddraw/tests: There is no unnamed union in D3DLIGHT7.
2007-02-21  Stefan Dösingerwined3d: Index buffer fixes.
2007-02-21  Stefan Dösingerwined3d: Light parameter fixes.
2007-02-20  Francois GougetAssorted spelling fixes.
2007-02-20  Stefan Dösingerwined3d: No bounds checking is done on sampler / textur...
2007-02-20  Stefan Dösingerwined3d: Remove IWineD3DDevice::EnumDisplayModes.
2007-02-19  Stefan Dösingerddraw: Test and fix IDirectDrawSurfaceX::GetDDInterface.
2007-02-19  Stefan Dösingerddraw: Creating surfaces with old interfaces doesn...
2007-02-19  Stefan Dösingerddraw: Fix a leak in a test.
2007-02-19  Stefan Dösingerddraw: SetClipper refcounting fix.
2007-02-19  Stefan Dösingerwined3d: Lighting is calculated for vertices without...
2007-02-19  Stefan Dösingerwined3d: Visual test framework.
2007-02-16  H. Verbeetwined3d: Fix WINED3DPRESENT_PARAMETERS and use it inste...
2007-02-15  Stefan Dösingerddraw: Handle mipmapped mag filters by ignoring the...
2007-02-15  Stefan Dösingerddraw: Handle mipmapped TEXTUREMIN render states.
2007-02-15  Stefan Dösingerddraw: Forward D3DRS_TEXTUREADDRESS* and D3DTSS_ADDRESS...
2007-02-15  Stefan Dösingerddraw, wined3d: Color keying tests and fixes.
2007-02-14  Stefan Dösingerwined3d: More fullscreen window fixes.
2007-02-12  Stefan Dösingerwined3d: BeginScene and EndScene tests and fixes.
2007-01-19  H. Verbeetwined3d: Move SetupFullscreenWindow() and RestoreWindow...
2007-01-18  Francois Gougetd3d: Fix the D3DFMT_XXX constant declarations.
next