wined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.
[wine] / dlls / wined3d / texture.c
2008-04-03  Alexander Dorofeyevwined3d: Improve detection of device palette change.
2008-04-03  Alexander Dorofeyevwined3d: Remove ENTER_GL/LEAVE_GL in IWineD3DTextureImp...
2008-04-02  Stefan Dösingerwined3d: Update copyright lines.
2008-02-05  Stefan Dösingerwined3d: Move some UnLoad code to the base texture...
2008-01-24  Andrew Talbotwined3d: Remove unneeded casts.
2008-01-14  Stefan Dösingerwined3d: Implement IWineD3DTexture::UnLoad.
2008-01-14  Stefan Dösingerwined3d: Add a new IWineD3DResource::UnLoad method.
2008-01-03  H. Verbeetwined3d: Call SetGlTextureDesc() from BindTexture(...
2007-11-29  Stefan Dösingerwined3d: Activate GL_ARB_texture_rectangle.
2007-11-14  Stefan Dösingerwined3d: Non power of two texture fixes.
2007-09-18  Stefan Dösingerwined3d: Clean up AddDirtyRect.
2007-08-07  Roderick Colenbranderwined3d: Don't call ActivateContext between ENTER_GL...
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-06-07  Phil Costinwined3d: Enable the loading and reloading of gamma...
2007-06-07  Phil Costinwined3d: Add support for loading gamma corrected textures.
2007-06-07  Andrew Talbotwined3d: Void functions should not return a value.
2007-03-19  Stefan Dösingerwined3d: Activate a context before doing opengl calls.
2006-12-06  Markus Amslerd3d: Callback infrastructure for implicit surface destr...
2006-10-31  Ivan Gyurdievwined3d: Add D3DTSS_TCI codes to the WINED3D namespace.
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-13  Ivan Gyurdievwined3d: Add D3DTEXTURETRANSFORMTYPE to the WINED3D...
2006-10-02  Ivan Gyurdievwined3d: Win64 printf fixes.
2006-09-27  H. Verbeetwined3d: Comparing BOOLs against FALSE is redundant.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
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 WINED3DLOCKED_RECT to wined3d_types.h.
2006-04-06  Stefan Dösingerwined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
2006-03-10  Stefan Dösingerwined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-06  H. Verbeetwined3d: Fix the relation between surfaces and their...
2006-02-06  H. Verbeetwined3d: Update the QueryInterface functions of IWineD3...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-08-27  Oliver StieberChange SetDirty in texture to pass the value of dirty...
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-07-26  Oliver StieberRemove a load of IWineD3DSurface * casts that are no...
2005-07-13  Oliver StieberTidy up some comments and formatting.
2005-07-11  Oliver StieberMove parameters relating to opengl on the surface struc...
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-14  Oliver StieberEncapsulate texture, surface encapsulated.
2005-03-02  Oliver StieberImplemented guids for wined3d.
2005-01-17  Jason Edmeades- Add texture support for all the texture types for...