summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxddtex.c
Commit message (Expand)AuthorAgeFilesLines
* re-enabled trilinearnessDaniel Borca2004-01-131-43/+45
* cleanupsDaniel Borca2004-01-071-2/+2
* EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca2003-12-151-0/+6
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-53/+105
* more texture compressionDaniel Borca2003-11-211-4/+19
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-181-24/+11
* NCC fixes and some cosmeticsDaniel Borca2003-11-071-2/+2
* small fixes wrt texture handlingDaniel Borca2003-11-031-5/+5
* small fixes wrt texture handlingDaniel Borca2003-11-031-44/+31
* Voodoo2 happinessDaniel Borca2003-11-031-5/+6
* removed detritusDaniel Borca2003-10-311-7/+0
* bugfixes wrt texture compressionDaniel Borca2003-10-301-60/+49
* changes to accomodate texture compressionDaniel Borca2003-10-291-44/+400
* Napalm total immersionDaniel Borca2003-10-211-2/+17
* minor fixes + doc updateDaniel Borca2003-10-141-1/+11
* glide driver (wip)Daniel Borca2003-10-131-6/+1
* Reorganized combiners. Added optimized span functions.Daniel Borca2003-10-091-122/+8
* updates from Daniel BorcaBrian Paul2003-10-021-319/+206
* DOS and glide driver updates from Daniel BorcaBrian Paul2003-08-191-37/+168
* casts to silence warnings from gcc 2.96Brian Paul2001-11-061-2/+2
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-231-19/+9
* minor clean-upsBrian Paul2001-05-091-8/+13
* teximage updates. seems to work fine.Brian Paul2001-05-021-109/+109
* texture image code updates (not finished)Brian Paul2001-04-241-195/+138
* compilation fixes - texturing isn't working at this timeBrian Paul2001-04-201-1/+6
* Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul2001-04-201-1/+3
* compilation updatesBrian Paul2001-03-281-2/+1
* - Restore texImage->IntFormat.Gareth Hughes2001-03-281-12/+12
* added teximage rescaling code. untested at this pointBrian Paul2001-03-211-8/+100
* use new texture conversion code, still have to do image rescalingBrian Paul2001-03-211-71/+43
* used indent to clean-up the codeBrian Paul2001-03-031-703/+744
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-32/+23
* new texture image routines work nowBrian Paul2001-02-071-6/+17
* updated texture image handling - STILL UNTESTEDBrian Paul2001-02-061-291/+421
* Overhaul of texture image handling.Brian Paul2001-02-061-35/+30
* Major rework of tnl moduleKeith Whitwell2000-12-261-20/+18
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-6/+1
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-1/+1
* Lots of changes:Keith Whitwell2000-11-051-4/+3
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+4
* Basic work to support deep color channels:Brian Paul2000-10-281-1/+1
* 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