Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop glide driver | Kristian Høgsberg | 2010-02-25 | 1 | -874/+0 |
| | |||||
* | Use the _mesa_HashNextEntry() function to walk over all textures in the | Brian Paul | 2005-01-25 | 1 | -18/+27 |
| | | | | | | hash table. Moving toward removing the gl_texture_object's Next pointer (only used by glide and tdfx drivers). | ||||
* | cleaned up warnings | Daniel Borca | 2005-01-17 | 1 | -2/+1 |
| | |||||
* | cleanup | Daniel Borca | 2004-09-13 | 1 | -10/+2 |
| | |||||
* | cleanup and some WGL PIXELFORMAT issues | Daniel Borca | 2004-02-16 | 1 | -8/+2 |
| | |||||
* | Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a single | Keith Whitwell | 2004-01-27 | 1 | -6/+6 |
| | | | | array, texObj->Image[face][level]. | ||||
* | accomodate FetchTexel and fix some memory leak bugs | Daniel Borca | 2004-01-26 | 1 | -4/+0 |
| | |||||
* | fixed a bug in texture memory manager when in UMA mode | Daniel Borca | 2004-01-14 | 1 | -5/+10 |
| | |||||
* | bugfix in texture swapping mechanism (multitex) | Daniel Borca | 2004-01-07 | 1 | -1/+2 |
| | |||||
* | got rid of __FUNCTION__ :( | Daniel Borca | 2003-12-10 | 1 | -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 immersion | Daniel Borca | 2003-10-21 | 1 | -3/+46 |
| | |||||
* | Reorganized combiners. Added optimized span functions. | Daniel Borca | 2003-10-09 | 1 | -14/+24 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-10-02 | 1 | -50/+75 |
| | |||||
* | DOS and glide driver updates from Daniel Borca | Brian Paul | 2003-08-19 | 1 | -39/+27 |
| | |||||
* | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | 2001-09-23 | 1 | -20/+9 |
| | |||||
* | teximage updates. seems to work fine. | Brian Paul | 2001-05-02 | 1 | -7/+12 |
| | |||||
* | used indent to clean-up the code | Brian Paul | 2001-03-03 | 1 | -611/+658 |
| | |||||
* | updated texture image handling - STILL UNTESTED | Brian Paul | 2001-02-06 | 1 | -24/+48 |
| | |||||
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -0/+1 |
| | | | | driver (enable with FX_ALLOW_VTXFMT=t). | ||||
* | Lots of changes: | Keith Whitwell | 2000-11-05 | 1 | -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 messages | Brian Paul | 2000-03-31 | 1 | -5/+5 |
| | |||||
* | removed tfxMipMapLevel's used and translate fields, initial teximage clean-up | Brian Paul | 2000-03-27 | 1 | -5/+4 |
| | |||||
* | updated with changes from DRI project CVS | Brian Paul | 2000-02-16 | 1 | -1/+1 |
| | |||||
* | udpated version/copyright info | Brian Paul | 2000-02-09 | 1 | -2/+2 |
| | |||||
* | updated with latest DRI tree changes | Brian Paul | 2000-01-18 | 1 | -97/+138 |
| | |||||
* | applied Daryll's patches | Brian Paul | 1999-12-10 | 1 | -340/+330 |
| | |||||
* | update/merge with Daryll's X server changes | Brian Paul | 1999-11-15 | 1 | -42/+180 |
| | |||||
* | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul | 1999-10-13 | 1 | -8/+8 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+579 |