summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_texman.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-994/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-12tdfx: Silence unused variable warning on non-debug builds.Vinson Lee1-0/+1
2010-01-23tdfx: Remove unnecessary headers.Vinson Lee1-1/+0
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-2/+2
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul1-6/+7
2005-02-05removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul1-17/+41
2004-07-19several new bugsDaniel Borca1-2/+2
2004-04-26bring over build fixes from stable branchAlan Hourihane1-1/+1
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell1-13/+13
2003-12-04add tdfx DRI driverAlan Hourihane1-0/+970