ddraw/tests: Initialize ddprimpal.
[wine] / dlls / ddraw / tests /
2008-03-28  Marcus Meissnerddraw/tests: Initialize ddprimpal.
2008-03-27  Francois Gougetddraw: Remove trailing spaces in ok() calls.
2008-03-25  Kolbjørn Fredheimddraw: Don't clear the return value anymore, we fill...
2008-03-25  Alexander Dorofeyevddraw/tests: Add test for ddraw 8-bit mode.
2008-03-24  Alexander Dorofeyevddraw/tests: Test executebuffer triangle instruction...
2008-03-24  Alexander Dorofeyevddraw/tests: Test SetPalette on non-palettized surfaces.
2008-03-05  Francois Gougetddraw/tests: Don't use 0xaa to avoid any confusion...
2008-02-25  Günther Brammerddraw: Return a nullpointer as lpSurface in Lock()...
2008-02-21  Alexander Dorofeyevddraw/tests: Add a test of D3DTBLEND_MODULATE with...
2008-02-20  Detlef Riekenbergddraw/tests: Avoid endless loop, when T&L is not supported.
2008-02-19  Alexander Dorofeyevddraw/tests: Add test for palette handling in IDirect3D...
2008-02-19  Alexander Dorofeyevddraw/tests: Split d3d1 initialization and destruction...
2008-02-19  Alexander Dorofeyevddraw/tests: Add test for branch instruction with non...
2008-02-19  Roderick Colenbranderwined3d: When DDCAPS_ALLOW256 is set, palette entry...
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-06  Reece H. Dunnddraw: Spelling fixes in the d3d test output.
2008-02-06  Stefan Dösingerddraw: Some drivers return a refresh rate of 0.
2008-02-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-22  Alexander Dorofeyevddraw/tests: Add test for D3DTBLEND_MODULATE.
2008-01-16  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2008-01-08  Alexander Dorofeyevddraw/tests: Add test for rendering vertices with zero...
2008-01-04  Peter Dons Tychsenddraw: Add missing pitch in callback from EnumDisplayMo...
2007-12-10  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-12-07  Stefan Dösingerwined3d: Add an alpha blending test.
2007-12-03  Stefan Dösingerwined3d: Enabling too many lights is silently ignored.
2007-11-07  Stefan Dösingerddraw: Fix a test for Vista.
2007-11-07  Stefan Dösingerddraw: Be less picky about float precision.
2007-11-05  Stefan Dösingerwined3d: Don't test D3DDEVICE surfaces in dsurface...
2007-10-10  Stefan Dösingerddraw: Do not fail on surface creation errors, skip...
2007-09-10  David Hedbergddraw: Enumerate additional devices in IDirect3D7_EnumD...
2007-09-10  David Hedbergddraw: Fix and test case for situation where DDSD_MIPMA...
2007-08-31  Stefan Dösingerd3d: Add a test for double surface locking.
2007-08-08  Stefan Dösingerd3d: Add a simple offscreen rendering test.
2007-08-03  Stefan Dösingerddraw: SetDisplayMode may fail.
2007-08-03  Stefan Dösingerddraw: Some drivers return DDERR_INVALIDPARAMS if DXTn...
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-30  Stefan Dösingerddraw: Table fog may be unsupported.
2007-07-09  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-07-06  Paul Vriensddraw/tests: Use skip instead of trace.
2007-07-06  Paul Vriensddraw/tests: Use skip instead of trace.
2007-07-05  Francois GougetAssorted spelling fixes.
2007-07-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-07-05  Stefan Dösingerddraw: Implement IDirect3DViewport3::TransformVertices.
2007-07-05  Stefan Dösingerddraw: D3DOP_BRANCHFORWARD includes the current instruc...
2007-06-25  Stefan Dösingerwined3d: Clamp material power to 128.0.
2007-06-25  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-06-22  Stefan Dösingerwined3d: Depthfill blits are allowed between BeginScene...
2007-06-22  Stefan Dösingerddraw: Check for incorrect rectangles to DDrawSurface...
2007-06-22  Stefan Dösingerddraw: Add a test for incorrect surface desc sizes...
2007-06-20  Stefan Dösingerddraw: Test for incorrect surface desc sizes in GetSurf...
2007-05-31  Stefan Dösingerddraw: Check the validy of IDirectDrawSurface::BltFast...
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-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-10  Stefan Dösingerddraw: Some caps fixes.
2007-05-09  Stefan Dösingerddraw: More tests and fixes on surface attachments.
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: 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-01  Stefan Dösingerddraw: Cube map structure test.
2007-04-30  Stefan Dösingerddraw: Add a test for surface attachments.
2007-04-27  Stefan Dösingerddraw: Add a test for EnumSurfaces.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
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: 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-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ösingerwined3d: Lighting is calculated for vertices without...
2007-02-19  Stefan Dösingerwined3d: Visual test framework.
2007-02-15  Stefan Dösingerddraw, wined3d: Color keying tests and fixes.
2007-02-12  Stefan Dösingerwined3d: BeginScene and EndScene tests and fixes.
2006-12-21  Günther Brammerddraw: Add a test for IDirectDrawSurface_SetColorKey.
2006-12-15  Vitaliy Margolenwined3d: When changing display modes clip cursor to...
2006-12-15  Stefan Dösingerwined3d: D3DRS_ZVISIBLE is not supposed to return an...
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-10-10  H. Verbeetddraw/tests: Win64 printf format warning fixes.
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...
2006-09-10  Stefan Dösingerddraw: Double buffered primary surfaces can only be...
2006-09-07  Mike McCormackddraw: Make tests pass when OpenGL libraries aren't...
2006-08-21  Stefan HuehnerFix some -Wstrict-prototype warnings () -> (void).
next