server: Store the opening options in the file descriptor instead of in the individual...
[wine] / dlls / 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...
2006-12-04  Markus Amslerd3d: Pass the superior creating object down to the...
2006-12-01  Markus Amslerddraw: Call wined3d's SetTextureStageState not the...
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetBackB...
2006-11-30  Markus AmslerRevert "d3d: Remove AddRef from IWineD3DDevice_GetTextu...
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetTexture.
2006-11-22  Markus Amslerd3d: Remove AddRef from IWineD3DDevice_GetBackBuffer.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-10-26  Andrey Turkinddraw: Add missing dereference operators.
2006-10-25  Stefan Dösingerddraw: Forward the depth stencil buffer to wined3d.
2006-10-24  Ivan Gyurdievwined3d: Add D3DTA masks to the WINED3D namespace.
2006-10-16  Stefan Dösingerddraw: Implement GetRenderState for D3DRENDERSTATE_TEXT...
2006-10-16  Stefan Dösingerddraw: Implement GetRenderState for D3DRENDERSTATE_TEXT...
2006-10-16  Stefan Dösingerddraw: Implement GetRenderState for D3DRENDERSTATE_TEXT...
2006-10-16  Stefan Dösingerddraw: Use real handles for state blocks.
2006-10-16  Stefan Dösingerddraw: Make the surface list a standard wine list.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTUREOP to the WINED3D namespace.
2006-10-13  Stefan Dösingerddraw: Do not let the a surface dimension fall to 0.
2006-10-13  Stefan Dösingerddraw: Remove an incorrect size check.
2006-10-12  Ivan Gyurdievwined3d: Merge D3DRECT types into one type in WINED3D...
2006-10-12  Ivan Gyurdievwined3d: Merge D3DMATRIX types into one type in WINED3D...
2006-10-12  Ivan Gyurdievwined3d: D3DTRANSFORMSTATETYPE: Consistently use in...
2006-10-12  Ivan Gyurdievwined3d: D3DRENDERSTATETYPE: Consistently use in the...
2006-10-11  Ivan Gyurdievwined3d: Merge GAMMARAMP types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: Merge VIEWPORT types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: Merge MATERIAL types into one type in WINED3D...
2006-10-11  Ivan Gyurdievwined3d: Merge LIGHT types into one type in WINED3D...
2006-10-11  H. Verbeetddraw: Win64 printf format warning fixes.
2006-10-10  H. Verbeetddraw/tests: Win64 printf format warning fixes.
2006-10-10  Jesse Allenddraw: Fix for DDSURFACEDESC param in CreateSurface.
2006-10-09  Stefan Dösingerddraw: Remove the process counter.
2006-10-09  Stefan Dösingerddraw: Protect the ddraw list.
2006-10-09  Stefan Dösingerddraw: Make the ddraw list a wine list.
2006-10-09  Stefan Dösingerddraw: Set the DDSCAPS2_MIPMAPSUBLEVEL flag on sublevels.
2006-10-06  James Hawkinsddraw: Set lplpDirect3DViewport3 to NULL before returni...
2006-10-06  Stefan Dösingerwined3d: Add WINED3DUSAGE_OVERLAY.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::UpdateOverlay.
2006-10-06  Stefan Dösingerwined3d: Add UpdatOverlayZOrder.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::GetOverlayPosition.
2006-10-06  Stefan Dösingerwined3d: Add IWineD3DSurface::SetOverlayPosition.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-10-03  Elie Morisseddraw: Don't destroy complex attached surfaces even...
2006-10-02  Francois Gougetddraw: Only perform the screen resolution changing...
2006-09-29  Francois Gougetddraw: Fix comparefloat() so it compiles with Visual...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
next