summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vbtmp.h
AgeCommit message (Expand)Author
2003-01-13fix fog stride bugs (Michel Danzer)Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-23Fix projtex interp bugKeith Whitwell
2002-10-08change fog from GLfloat to GLfloat[4] (like other vertex attribs)Brian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-08-21s/ProjectedClipPtr/NdcPtr/Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-03bring over Michel Daenzer's DRI changesBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2001-12-20Fix clipping problem on mgaKeith Whitwell
2001-05-03fix for moebius infinite loopKeith Whitwell
2001-04-29Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide offKeith Whitwell
2001-04-28add specialized interp for backcolor, edgeflagsKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-09fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane
2001-03-17Revert earlier changes protecting against null VB->TexCoordPtr[x]. DoKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07added an assertion in the init code, just to be safeBrian Paul
2001-03-05fixed segfaults when tex unit 1 enabled, but not unit 0 (conform)Brian Paul
2001-03-05Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICSKeith Whitwell
2001-03-01Bugfixes for vertex format, templatesKeith Whitwell
2001-02-28Templates are in working order.Keith Whitwell
2001-02-24Template workKeith Whitwell
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell