summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
Commit message (Expand)AuthorAgeFilesLines
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-16/+15
* casts to silence compiler warningsKarl Schultz2002-04-041-2/+2
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-33/+75
* updated some commentsBrian Paul2002-01-121-6/+6
* implemented vertex program point size controlBrian Paul2002-01-061-3/+12
* Another vertex program checkpoint: clean-up of vertex attribute storageBrian Paul2002-01-061-77/+61
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-606/+10
* Replace old matrix stacks with new code based on struct matrix_stack.Brian Paul2001-12-181-9/+6
* divide by W and clipping now work - in pretty good shape nowBrian Paul2001-12-151-60/+59
* temporary hack for divide by WBrian Paul2001-12-151-9/+12
* disable debug printf's, fix a crashBrian Paul2001-12-151-2/+8
* vertex program check-inBrian Paul2001-12-141-0/+1028