Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
[wine] / dlls / d3d9 /
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...
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
2004-10-08  Jason EdmeadesCopy and tidy up the code from dx8 create device into...
2004-10-07  Jason EdmeadesAdd a IWineD3DDevice object type (empty for now), and...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-10-06  Jason EdmeadesMove the GetDeviceCaps into the wined3d library and...
2004-10-05  Jason EdmeadesMove the Check* type functions into wined3d and copy...
2004-09-29  Jason EdmeadesMove into wined3d and call from d3d9 the GetAdapterId...
2004-09-28  Jason Edmeades- Make d3d8 know about the wined3d device and start...
2004-09-23  Jason EdmeadesCreate a wined3d interface, and generate a wined3d...
2004-09-08  Alexandre JulliardRemoved some more uses of the non-standard ICOM_THIS...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-07-30  Jeroen JanssenUpdated some MSDN links in the code.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-29  Tom WicklineSet version to 9.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-01  Raphael Junqueira- some cleanups and fixes on d3d8 and d3d9 headers