summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_texman.c
AgeCommit message (Collapse)Author
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
a lot of casting elsewhere. Use _mesa_lookup_texture() in tdfx driver, use _mesa_lookup_bufferobj() in r300 driver.
2005-02-05removed need for Shared->TexObjectList, walk over texture hash table entries ↵Brian Paul
instead
2004-07-19several new bugsDaniel Borca
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
array, texObj->Image[face][level].
2003-12-04add tdfx DRI driverAlan Hourihane