wined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.
[wine] / dlls / wined3d / basetexture.c
2008-05-12  Andrew Talbotwined3d: Remove test for value of unsigned variable...
2008-04-17  Marcus Meissnerwined3d: Handle out of array bounds state.
2008-04-14  Jörg Höhlewined3d: Fix missing break inside switch in SetAutoGenF...
2008-04-09  Stefan Dösingerwined3d: Disable MAG filters on formats that do not...
2008-04-09  Stefan Dösingerwined3d: Make the mag filter lookup a separate array.
2008-04-09  Stefan Dösingerwined3d: Make the min mip lookup type a texture property.
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2008-02-05  Stefan Dösingerwined3d: D3DTADDRESS_WRAP on conditional NP2 textures...
2008-02-05  Stefan Dösingerwined3d: Mark textures dirty on UnLoad.
2008-02-05  Stefan Dösingerwined3d: Move some UnLoad code to the base texture...
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-18  Austin Englishwined3d: Spelling fixes.
2008-01-14  Stefan Dösingerwined3d: Add a new IWineD3DResource::UnLoad method.
2007-12-31  Gerald Pfeiferwined3d: Remove noop check in IWineD3DBaseTextureImpl_A...
2007-11-29  Stefan Dösingerwined3d: Make the code aware of GL_ARB_texture_rectangle.
2007-09-12  Stefan Dösingerwined3d: Implement mipmap auto generation.
2007-08-17  Stefan Dösingerwined3d: Simplify IWineD3DBaseTextureImpl_ApplyStateCha...
2007-08-17  Stefan Dösingerwined3d: Enable WINED3DSAMP_BORDERCOLOR.
2007-08-07  Roderick Colenbranderwined3d: Don't call ActivateContext between ENTER_GL...
2007-08-06  Stefan Dösingerwined3d: WINED3DSAMP_MAXMIPLEVEL fixes.
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-06-07  Andrew Talbotwined3d: Void functions should not return a value.
2007-05-04  H. Verbeetwined3d: Remove some redundant fields from IWineD3DBase...
2007-03-19  Stefan Dösingerwined3d: Activate a context before doing opengl calls.
2007-03-13  Fabian Bielerwined3d: Set wrapmode for cubemags to clamp regardless...
2007-02-15  Stefan Dösingerwined3d: Remove empty texture stage applying loop.
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.