summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxvbtmp.h
AgeCommit message (Expand)Author
2009-11-19tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG]Eric Anholt
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2004-12-20put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...Daniel Borca
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca
2004-09-24added (back!) option to use non-packedcolorDaniel Borca
2004-07-26disable W1 when single-texturingDaniel Borca
2004-07-02added GL_EXT_fog_coord.Daniel Borca
2004-06-14Fixed a bug in vertex emitter (untile we move to t_vertex.c)Daniel Borca
2004-01-13small fixesDaniel Borca
2004-01-08envvars to control run-timeDaniel Borca
2004-01-07teensy bit of optimization in interp codeDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-26accomodate vtx-0-2-branchDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2002-10-29updated email addressesBrian Paul
2002-08-21s/ProjectedClipPtr/NdcPtr/Brian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-09-19set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul
2001-09-19compute dst->ooz, not dst->z in clip interpolation functionBrian Paul
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-05-02fixed vertex color problemsBrian Paul
2001-05-01float color changesKeith Whitwell
2001-03-03used indent to clean-up the codeBrian Paul
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell