hal: Added an initial stub.
[wine] / dlls / ddraw /
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.
2007-01-17  Stefan Dösingerwined3d: Store the stream number in the strided structure.
2007-01-10  Stefan Dösingerddraw: Get some texture stage states from their equival...
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2007-01-08  Stefan Dösingerddraw: Forward the DDSCAPS2_TEXTUREMANAGE flag to wined3d.
2007-01-08  Stefan Dösingerwined3d: Do not keep internal references on vertex...
2007-01-04  Andrew Talbotddraw: Declare some functions static.
2007-01-04  Andrew Talbotddraw: Declare some functions static.
2007-01-03  Stefan Dösingerwined3d: Use the baseVertexIndex in the stateblock.
2007-01-03  Christoph Bumillerddraw: Fix the AddViewport thunk.
2007-01-02  Alexandre JulliardUse GetDC instead of CreateDC where possible.
2006-12-27  Michael Stefaniucjanitorial: In multiline strings there is no need for...
2006-12-21  Günther Brammerddraw: Add a test for IDirectDrawSurface_SetColorKey.
2006-12-18  Markus Amslerd3d: Callback infrastructure for implicit swap chain...
2006-12-16  Ulrich Czekalladdraw: IDirectDraw3 should use its own ref count variable.
2006-12-16  Ulrich Czekalladdraw: Initialize the IDirectDraw3 vtable.
2006-12-15  Vitaliy Margolenwined3d: When changing display modes clip cursor to...
2006-12-15  Dmitry Timoshkovddraw: Fix warnings.
2006-12-15  Stefan Dösingerwined3d: D3DRS_ZVISIBLE is not supposed to return an...
2006-12-15  Stefan Dösingerddraw: Add a TRACE to GetPixelFormat.
2006-12-14  Ulrich Czekalladdraw: Add IDirectDraw3 interface.
2006-12-14  Günther Brammerddraw: Fix IDirectDrawSurfaceImpl_SetColorKey to also...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-06  Markus Amslerd3d: Callback infrastructure for implicit depth stencil...
next