wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / d3d9 / texture.c
2008-03-03  Stefan Dösingerd3d9: IDirect3DDevice9Ex stub.
2007-07-26  H. Verbeetd3d9: Trace the Format parameter to IDirect3DDevice9Imp...
2007-06-25  Stefan Dösingerd3d9: Hold the lock in Texture methods.
2007-04-09  Andrew Talbotd3d9: Void functions should not return a value.
2006-12-18  Markus Amslerd3d9: Handle surface refcount forwarding in d3d9.
2006-10-10  H. Verbeetd3d9: Win64 printf format warning fixes.
2006-10-06  Stefan Dösingerwined3d: Add WINED3DUSAGE_OVERLAY.
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-07  H. Verbeetd3d9: Fix QueryInterface.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-22  Vitaliy Margolend3d9: All objects created by device should keep referen...
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-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-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2005-11-14  Oliver StieberRemove the setting of the result pointer to NULL in...
2005-08-23  Oliver StieberTidy up d3d9 and finalize passing d3d9 calls to wined3d...
2005-07-11  Oliver StieberMove parameters relating to opengl on the surface struc...
2005-06-16  Oliver StieberAdded relay tracing to texture.
2005-05-27  Dmitry TimoshkovMake some of the OLE interface vtables const.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-11  Oliver StieberChange AddRef in queryInterface to IUnknown_AddRef.
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  Eric PouechRemoved excessive statement (break after return or...
2004-10-14  Jason Edmeades- Add support (as far as was previously) for the Vertex...
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.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-01  Raphael Junqueira- some cleanups and fixes on d3d8 and d3d9 headers