rpcrt4: Use the thread pool in the RPC server for processing packets.
[wine] / dlls / d3d9 /
2006-06-16  Francois GougetAdd trailing '\n's to ok() calls.
2006-06-16  Francois GougetAssorted spelling fixes.
2006-06-16  Louis. Lendersd3d9: Remove ValidatePixel/VertexShader.
2006-06-15  Alexandre Julliardd3d9: Remove dependencies on OpenGL headers and libraries.
2006-06-15  Stefan Dösingerwined3d: Support more than one back buffer.
2006-06-13  Alexandre Julliardd3d9: Don't use sizeof in traces to avoid printf format...
2006-06-12  H. Verbeetd3d9: Make some test functions static.
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-09  H. Verbeetd3d9: Add a test for default texture stage state values.
2006-06-07  H. Verbeetd3d9: Add a test for GetContainer (Volumes & Surfaces).
2006-06-07  H. Verbeetd3d9: Remove unused vshaderdeclaration.c.
2006-06-07  H. Verbeetd3d9: Fix QueryInterface.
2006-06-07  Ivan Gyurdievd3d9: Test missing light recording.
2006-06-07  Ivan Gyurdievd3d9: Mipmaps level test.
2006-06-07  H. Verbeetd3d9: Add a test for setting / getting vertex shader...
2006-05-30  Vitaliy Margolend3d9: Add reference to the parent device for surfaces.
2006-05-26  Phil Costinwined3d: Create stub for D3DPERF_SetOptions function.
2006-05-25  Vitaliy Margolend3d9: StateBlock is also created in EndStateBlock....
2006-05-24  Stefan Dösingerwined3d: Swapchain and back buffer corrections + tests.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolendirectx: Update file versions to dx9c (compared to...
2006-05-22  Vitaliy Margolend3d9: Add refcount tests for all objects created by...
2006-05-22  Vitaliy Margolend3d9: All objects created by device should keep referen...
2006-05-15  Francois GougetVarious trace fixes.
2006-04-19  Stefan Dösingerwined3d: Implement Init3D and Uninit3D.
2006-04-18  Stefan Dösingerwined3d: Add a parameter for surface type selection.
2006-04-17  Stefan Dösingerwined3d: Add IWineD3DSurface::Blt.
2006-04-13  Stefan Dösingerwined3d: Split device creation and opengl initialization.
2006-04-12  Vitaliy Margolend3d9: VertexDeclaration and VertexShader should keep...
2006-04-10  Ivan Gyurdievwined3d: Downgrade some FIXMEs.
2006-04-08  Stefan Dösingerd3d9: Add typecasts for WINED3DLOCKED_BOX to avoid...
2006-04-07  Stefan Dösingerwined3d: Add WINED3DBOX to wined3d_types.h.
2006-04-06  Stefan Dösingerwined3d: Add WINED3DLOCKED_RECT to wined3d_types.h.
2006-04-06  Stefan Dösingerwined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
2006-04-04  Stefan Dösingerwined3d: Add WINED3DCUBEMAP_FACES to wined3d_types.h.
2006-04-04  Stefan Dösingerwined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP...
2006-04-04  Stefan Dösingerwined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.
2006-04-03  Vitaliy Margolend3dx: VertexBuffer should keep reference to the parent...
2006-04-03  Stefan Dösingerwined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
2006-03-30  Stefan Dösingerwined3d: Add WINED3DDEVTYPE to wined3d_types.h.
2006-03-28  Stefan Dösingerwined3d: Use WINED3DSWAPEFFECT in the wined3d headers...
2006-03-28  Stefan Dösingerwined3d: Add WINED3DPOOL to wined3d_types.h.
2006-03-27  Stefan Dösingerwined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
2006-03-27  Stefan Dösingerwined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.
2006-03-24  Stefan Dösingerwined3d: Rectpatch code fix.
2006-03-15  Stefan Dösingerwined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.
2006-03-13  Stefan Dösingerwined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-09  Stefan Dösingerwined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapC...
2006-03-06  H. Verbeetwined3d: Fix the relation between volumes and their...
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-03-03  Francois Gougetd3d: Fix Validate(Pixel|Vertex)Shader() prototypes.
2006-02-10  H. Verbeetd3d9: Use an invisible window for tests.
2006-02-07  H. Verbeetd3d9: Add a test for IDirect3DVertexDeclaration9_GetDec...
2006-02-07  H. Verbeetd3d9: Reorganise the vertexdeclaration tests.
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for volumes.
2006-02-07  H. Verbeetwined3d/d3d9: Cleanup GetContainer for surfaces.
2005-12-21  H. Verbeetd3d9: Add traces for when shader support is missing...
2005-12-19  Paul Vriensd3d9: Don't crash on NULL device_ptr.
2005-12-15  Paul Vriensd3d9: Don't treat missing d3d9.dll as a failure.
2005-12-14  H. Verbeetd3d9: Add a test for Get/SetVertexDeclaration refcounts.
2005-12-14  H. Verbeetd3d9: Check for a NULL shader in IDirect3DDevice9Impl_G...
2005-12-14  Paul Vriensd3d9: Don't treat missing d3d9.dll as a failure.
2005-12-13  H. Verbeetd3d9: Add a test for Get/SetVertexShader and Get/SetPix...
2005-12-09  H. Verbeetd3d9: Add a test for BeginStateBlock and EndStateBlock.
2005-12-09  Oliver Stieberwined3d: Vertex shader 8 support.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-14  Oliver StieberRemove the setting of the result pointer to NULL in...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAdd trailing '\n's to ok() and TRACE() calls.
2005-11-08  Oliver StieberAllow NULL ppQuery to be passed to CreateQuery.
2005-10-31  Roderick ColenbranderIn case of D3D9 the CreateQuery call can be used to...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-26  Francois GougetDocumentation tweaks to make winapi_check happy.
2005-08-23  Oliver StieberTidy up d3d9 and finalize passing d3d9 calls to wined3d...
2005-08-18  Mike McCormackFix pointer type warnings.
2005-08-18  Oliver StieberPass all the d3d9 calls onto their wined3d equivalents.
2005-07-28  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-11  Oliver StieberMove parameters relating to opengl on the surface struc...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Oliver StieberRelay all the pixel shader calls from d3d9 to wined3d.
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-07-07  Oliver StieberImplement render targets using either textures, swapcha...
2005-07-05  Oliver StieberStrip out stateblocks from d3d9 and relay all statebloc...
2005-07-01  Oliver StieberCheck for a null surface returned from CreateSurface.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-23  Oliver StieberImplement swapchains.
2005-06-21  Oliver StieberCall wined3d for GetDirect3D instead of using the ...
2005-06-17  Oliver StieberChange the way caps are sent between d3d9/d3d8 and...
2005-06-16  Oliver StieberDisable the creation of invalid vertex declarations...
2005-06-16  Oliver StieberAdded relay tracing to texture.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-23  Francois GougetAssorted spelling fixes.
next