summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_texman.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-994/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* tdfx: Silence unused variable warning on non-debug builds.Vinson Lee2010-10-121-0/+1
* tdfx: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-6/+7
* removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul2005-02-051-17/+41
* several new bugsDaniel Borca2004-07-191-2/+2
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+1
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-13/+13
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+970