summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxsetup.c
AgeCommit message (Expand)Author
2000-11-05Lots of changes:Keith Whitwell
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-06-05fixed bugs in fxSetupDepthTest()Brian Paul
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-04-19Use smooth shaded triangles always. Fix SoF bug.Keith Whitwell
2000-03-29new texture image download codeBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-03clean-up warningsBrian Paul
2000-02-16update fog near/far bug fixBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-09udpated version/copyright infoBrian Paul
2000-02-06in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-06return GL_FALSE in fxDDColorMaskBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-05Added packed ARGB support.Miklos Fazekas
1999-08-19Initial revisionjtg