summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxtexman.c
AgeCommit message (Expand)Author
2005-01-25Use the _mesa_HashNextEntry() function to walk over all textures in theBrian Paul
2005-01-17cleaned up warningsDaniel Borca
2004-09-13cleanupDaniel Borca
2004-02-16cleanup and some WGL PIXELFORMAT issuesDaniel Borca
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-26accomodate FetchTexel and fix some memory leak bugsDaniel Borca
2004-01-14fixed a bug in texture memory manager when in UMA modeDaniel Borca
2004-01-07bugfix in texture swapping mechanism (multitex)Daniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-05-02teximage updates. seems to work fine.Brian Paul
2001-03-03used indent to clean-up the codeBrian Paul
2001-02-06updated texture image handling - STILL UNTESTEDBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-05Lots of changes:Keith Whitwell
2000-03-31clean-up of info messagesBrian Paul
2000-03-27removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-10-13now using MALLOC, CALLOC, FREE, etc macrosBrian Paul
1999-08-19Initial revisionjtg