summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_vb.c
AgeCommit message (Expand)Author
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-03-29Remove ENABLE_* flags, ctx->_Enabled.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-08Compute attenuated point size in a new pipeline stage.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-07fixed very obvious fog bugKeith Whitwell
2000-11-06added a setup function for selection/feedbackBrian Paul
2000-11-05A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell