summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_normals.c
AgeCommit message (Expand)Author
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-08-08commentsBrian Paul
2002-04-08tranforming display list normals by non-uniform scale didn't work (Carlos Per...Brian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-18Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul
2001-12-14vertex program check-inBrian Paul
2001-06-28restore normal length optimization in dlistsKeith Whitwell
2001-03-30Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03more namespace clean-upsBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell