wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
[wine] / dlls / d3d9 /
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.
2005-03-11  Oliver StieberChange AddRef in queryInterface to IUnknown_AddRef.
2005-03-03  Oliver StieberAdded a stubbed out version of query to d3d9 and wined3d.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-03-02  Oliver StieberPut all the stubs in wined3d in place, with some functi...
2005-02-10  Paul VriensCheck that ppZStencilSurface is not null.
2005-01-28  Raphael Junqueira- add vertex Declaration support (using wined3d)
2005-01-24  Paul Vriens- use Interlocked* functions in AddRef and Release.
2005-01-18  Jason Edmeades- Handle failures to allocate storage more gracefully.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...
2005-01-09  Jason EdmeadesAdd render target support, and ensure there is a front...
2005-01-09  Eric PouechRemoved excessive statement (break after return or...
2004-12-14  Jason EdmeadesAdd Clear, Present and EndScene support and fix a bug...
2004-12-13  Jason EdmeadesAdd {G,S}etRenderState and {G,S}etTextureStageState...
2004-12-09  Jason EdmeadesAdd {G,S}etIndices, {G,S}Viewport and enable the basic...
2004-12-07  Jason EdmeadesAdd BaseTexture class support, call from d3d9.
2004-12-06  Eric PouechAnother round of const correctness fixes.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-29  Jason EdmeadesImplement Material, Clip plane and Light support plus
2004-11-28  Jason EdmeadesAdd Get/Set Transform support, plus BeginScene (does...
2004-11-24  Jason EdmeadesAdd indexbuffer support into wined3d.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-23  Jason Edmeades- Implement SetStreamSource
2004-10-21  Jason EdmeadesImplement the beginnings of the stateblock class, and...
next