summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxddtex.c
Commit message (Expand)AuthorAgeFilesLines
* replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul2000-06-161-1/+1
* enable and clean-up of paletted texture codeBrian Paul2000-05-231-32/+34
* EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul2000-05-041-2/+2
* dynamically allocate color table data, uses less memoryBrian Paul2000-04-171-57/+85
* wrapper for grTexLodBiasValue()Brian Paul2000-04-151-2/+2
* new texture image download codeBrian Paul2000-03-291-461/+315
* removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul2000-03-271-308/+149
* added new texture image functions, minor clean-upBrian Paul2000-03-231-146/+177
* added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul2000-03-071-0/+10
* added target parameter to Driver.TexEnv()Brian Paul2000-03-071-1/+1
* clean-up warningsBrian Paul2000-03-031-8/+9
* udpated version/copyright infoBrian Paul2000-02-091-2/+2
* added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul2000-02-041-7/+89
* updated with latest DRI tree changesBrian Paul2000-01-181-10/+2
* applied Daryll's patchesBrian Paul1999-12-101-31/+64
* texture palette updateBrian Paul1999-11-151-14/+14
* fixed mistake in merge regarding texture palettesBrian Paul1999-11-151-14/+14
* update/merge with Daryll's X server changesBrian Paul1999-11-151-17/+40
* updated for new texture color palette structBrian Paul1999-11-111-14/+14
* Changes to reduce the memory footprint of display listsKeith Whitwell1999-10-191-1/+2
* now using MALLOC, CALLOC, FREE, etc macrosBrian Paul1999-10-131-7/+7
* Added gl_ext_multitexture_ADD suport.Miklos Fazekas1999-10-051-1/+1
* Initial revisionjtg1999-08-191-0/+1299