aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_normals.c
Commit message (Expand)AuthorAgeFilesLines
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-3/+3
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-4/+4
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-3/+3
* vertex program check-inBrian Paul2001-12-141-5/+8
* restore normal length optimization in dlistsKeith Whitwell2001-06-281-2/+3
* Remove all traces of CULL_MASK_ACTIVE.Gareth Hughes2001-03-301-9/+8
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-14/+13
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-5/+5
* more namespace clean-upsBrian Paul2001-03-031-6/+6
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-9/+2
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-1/+2
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+193