summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdrv.h
AgeCommit message (Collapse)Author
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-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value.
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
ctx->Driver.Index/ColorMask() now return void. Removed SWmasking and SWLogicOpEnabled variables. LogicOps and color/index masking are no longer special-case device driver functions. The Xlib driver was the only driver that used them. Things are more uniform now.
2000-05-26include glheader.h instead of system headersBrian Paul
2000-05-04conditionally include some fields in the context struct for DRI / non-DRIBrian Paul
2000-04-20minor clean-upBrian 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 some comments and new texture image functionsBrian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-03-07added target parameter to Driver.TexEnv()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-09removed fxDDBufferSize protoBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul
2000-01-13added fxMesaContext arg to fxInitPixelTables()Brian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-11-22removed redundant fxCloseHardware() declBrian Paul
1999-11-18removed unused fxTMNewTMFreeNode declBrian Paul
1999-11-15include mem.hBrian 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-08fixed voodoo initializationKeith Whitwell
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-10-05Packed RGB support.Miklos Fazekas
1999-08-29more fixes on the fast pathKeith Whitwell
1999-08-26various pipeline bugsKeith Whitwell
1999-08-19Initial revisionjtg