ntdll: Fix some test failures of RtlGUIDFromString and RtlStringFromGUID
[wine] / dlls / wined3d / basetexture.c
2006-12-29  Alexandre JulliardRevert "wined3d: Where possible, avoid using D3DCOLORTO...
2006-12-28  H. Verbeetwined3d: Where possible, avoid using D3DCOLORTOGLFLOAT4.
2006-12-20  Stefan Dösingerwined3d: Do not enable the texture dimensions in BindTe...
2006-10-24  Ivan Gyurdievwined3d: Add D3DTADDRESS to the WINED3D namespace.
2006-10-16  Francois GougetAssorted spelling fixes.
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-08-04  Roderick Colenbranderwined3d: Basetexture anisotropic fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Ivan Gyurdievwined3d: QueryInterface corrections.
2006-04-07  Stefan Dösingerwined3d: Rename return values from D3D* to WINED3D*.
2006-04-06  Stefan Dösingerwined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
2006-04-03  Stefan Dösingerwined3d: Do not set the mipmap level count every time...
2006-03-28  Stefan Dösingerwined3d: Add WINED3DPOOL to wined3d_types.h.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-07  Stefan Dösingerwined3d: Define D3D usage flags in wined3d_types.h.
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-08-22  Oliver StieberFix quite a few texturing problems and cases where...
2005-08-11  Oliver StieberCorrect the starting values of MIN, MAX and MIP filter...
2005-08-03  Oliver StieberMoved support for non power 2 texture to hardware.
2005-08-03  Oliver StieberMove the setting of states from device to basetexture...
2005-08-01  Oliver StieberSeparate the management of DirectX states and openGL...
2005-07-26  Oliver StieberMakes sure any internal reference counting is passed...
2005-07-18  Oliver StieberSet mipmap levels correctly (even with ATI's buggy...
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-06-24  Oliver StieberAdd support for samplers.
2005-06-23  Oliver StieberMake all newly created surfces dirty, so that they...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-29  Oliver Stieber- Volume now inherits Resource. This isn't the way...
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-01-19  Joris HuizerGet rid of some TRACE(..., This->resource.ref).
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...
2004-12-07  Jason EdmeadesAdd BaseTexture class support, call from d3d9.