summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxglidew.h
AgeCommit message (Collapse)Author
2004-09-24added (back!) option to use non-packedcolorDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
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
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-10-29changes to accomodate texture compressionDaniel Borca
2003-10-21Napalm total immersionDaniel 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
2003-07-17more DOS updates from Daniel BorcaBrian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-03-03used indent to clean-up the codeBrian Paul
2000-11-05Lots of changes:Keith Whitwell
- 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.
2000-04-15wrapper for grTexLodBiasValue()Brian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-18fixed FX_grSstControl(), now returns FxBoolBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-10-05Added PARB support.Miklos Fazekas
1999-08-19Initial revisionjtg