summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxddtex.c
AgeCommit message (Expand)Author
2004-01-07cleanupsDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-21more texture compressionDaniel Borca
2003-11-18doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca
2003-11-07NCC fixes and some cosmeticsDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca
2003-11-03small fixes wrt texture handlingDaniel Borca
2003-11-03Voodoo2 happinessDaniel Borca
2003-10-31removed detritusDaniel Borca
2003-10-30bugfixes wrt texture compressionDaniel Borca
2003-10-29changes to accomodate texture compressionDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-14minor fixes + doc updateDaniel Borca
2003-10-13glide driver (wip)Daniel 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-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-05-09minor clean-upsBrian Paul
2001-05-02teximage updates. seems to work fine.Brian Paul
2001-04-24texture image code updates (not finished)Brian Paul
2001-04-20compilation fixes - texturing isn't working at this timeBrian Paul
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul
2001-03-28compilation updatesBrian Paul
2001-03-28- Restore texImage->IntFormat.Gareth Hughes
2001-03-21added teximage rescaling code. untested at this pointBrian Paul
2001-03-21use new texture conversion code, still have to do image rescalingBrian Paul
2001-03-03used indent to clean-up the codeBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-07new texture image routines work nowBrian Paul
2001-02-06updated texture image handling - STILL UNTESTEDBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-05Lots of changes:Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-28Basic work to support deep color channels:Brian Paul
2000-06-16replaced fxTMReloadSubMipMapLevel() call w/ fxTMReloadMipMapLevel() to work-a...Brian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-15wrapper for grTexLodBiasValue()Brian Paul
2000-03-29new texture image download codeBrian Paul
2000-03-27removed tfxMipMapLevel's used and translate fields, initial teximage clean-upBrian Paul
2000-03-23added new texture image functions, minor clean-upBrian Paul
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul