summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxglidew.c
AgeCommit message (Collapse)Author
2004-09-24added (back!) option to use non-packedcolorDaniel Borca
2004-09-13cleanupDaniel Borca
2004-04-14documentation updatesDaniel Borca
Glide3 driver: POINTCAST palette fixes
2004-03-08Voodoo Rush fixesDaniel 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-03Voodoo2 happinessDaniel Borca
2003-10-29changes to accomodate texture compressionDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-13glide driver (wip)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-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
driver (enable with FX_ALLOW_VTXFMT=t).
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-08-31fbiRev and tmuRev weren't getting initialized when using Glide3Brian Paul
2000-05-22update for Glide3Brian Paul
2000-04-11silenced warnings in FX_grSstPerfStats()Brian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-03-07implemented FX_grSstPerfStats()Brian Paul
2000-02-22disabled an fprintf in FX_grSstQueryHardware()Brian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-09udpated version/copyright infoBrian 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-05Packed RGBA support.Miklos Fazekas
1999-09-17Win32 build req't updatesTed Jump
1999-08-19Initial revisionjtg