summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_program.c
AgeCommit message (Expand)Author
2002-08-08fix up resulting FOGC and PSIZ when neededBrian Paul
2002-06-23set stage->inputs properly (I think), plus debug/comment updatesBrian Paul
2002-04-21Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul
2002-04-04casts to silence compiler warningsKarl Schultz
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2002-01-12updated some commentsBrian Paul
2002-01-06implemented vertex program point size controlBrian Paul
2002-01-06Another vertex program checkpoint: clean-up of vertex attribute storageBrian 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-15divide by W and clipping now work - in pretty good shape nowBrian Paul
2001-12-15temporary hack for divide by WBrian Paul
2001-12-15disable debug printf's, fix a crashBrian Paul
2001-12-14vertex program check-inBrian Paul