summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxtexman.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop glide driverKristian Høgsberg2010-02-251-874/+0
|
* Use the _mesa_HashNextEntry() function to walk over all textures in theBrian Paul2005-01-251-18/+27
| | | | | | hash table. Moving toward removing the gl_texture_object's Next pointer (only used by glide and tdfx drivers).
* cleaned up warningsDaniel Borca2005-01-171-2/+1
|
* cleanupDaniel Borca2004-09-131-10/+2
|
* cleanup and some WGL PIXELFORMAT issuesDaniel Borca2004-02-161-8/+2
|
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-6/+6
| | | | array, texObj->Image[face][level].
* accomodate FetchTexel and fix some memory leak bugsDaniel Borca2004-01-261-4/+0
|
* fixed a bug in texture memory manager when in UMA modeDaniel Borca2004-01-141-5/+10
|
* bugfix in texture swapping mechanism (multitex)Daniel Borca2004-01-071-1/+2
|
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-15/+15
| | | | | | | | | | | | | | Texus2 functions are dynamically linked now made getRegistryOrEnvironmentString more portable bugfix: unnecessary total SW fallback -- glColorMask bugfix: when shared palette was not loaded correctly point_attenuation_stage back in business (point size/atten) fxTexGetInfo is not required for fxIsTexSupported fxDDChooseTextureFormat optimized for RGB/RGBA textures accelerated Quads with Triangle_Fans more WGL extensions/functions (also updated export file) DXTC/S3TC -> FXT1 wrapping hack quick & dirty fix for Quake2
* Napalm total immersionDaniel Borca2003-10-211-3/+46
|
* Reorganized combiners. Added optimized span functions.Daniel Borca2003-10-091-14/+24
|
* updates from Daniel BorcaBrian Paul2003-10-021-50/+75
|
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-39/+27
|
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-231-20/+9
|
* teximage updates. seems to work fine.Brian Paul2001-05-021-7/+12
|
* used indent to clean-up the codeBrian Paul2001-03-031-611/+658
|
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-061-24/+48
|
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-0/+1
| | | | driver (enable with FX_ALLOW_VTXFMT=t).
* Lots of changes:Keith Whitwell2000-11-051-2/+1
| | | | | | | | | | - use the new interface to the software rasterizer. - manage all fallbacks internally, hooking in swrast or swrast_setup if necessary. - removed lots of marginal code no longer appropriate in a maturing driver. - reworked the vertex-setup and triangle routines, including drawing unfilled triangles from within the driver.
* clean-up of info messagesBrian Paul2000-03-311-5/+5
|
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-271-5/+4
|
* updated with changes from DRI project CVSBrian Paul2000-02-161-1/+1
|
* udpated version/copyright infoBrian Paul2000-02-091-2/+2
|
* updated with latest DRI tree changesBrian Paul2000-01-181-97/+138
|
* applied Daryll's patchesBrian Paul1999-12-101-340/+330
|
* update/merge with Daryll's X server changesBrian Paul1999-11-151-42/+180
|
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-131-8/+8
|
* Initial revisionjtg1999-08-191-0/+579