index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
tnl
/
t_vb_program.c
Age
Commit message (
Expand
)
Author
2002-08-08
fix up resulting FOGC and PSIZ when needed
Brian Paul
2002-06-23
set stage->inputs properly (I think), plus debug/comment updates
Brian Paul
2002-04-21
Vertex program attribute arrays seem to work now. This includes fallbacks
Brian Paul
2002-04-04
casts to silence compiler warnings
Karl Schultz
2002-01-22
Clean-up/renaming of the per-vertex attribute bits, specifically, the
Brian Paul
2002-01-12
updated some comments
Brian Paul
2002-01-06
implemented vertex program point size control
Brian Paul
2002-01-06
Another vertex program checkpoint: clean-up of vertex attribute storage
Brian Paul
2002-01-05
Vertex program checkpoint commit: converted all vertex attributes (color,
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-15
divide by W and clipping now work - in pretty good shape now
Brian Paul
2001-12-15
temporary hack for divide by W
Brian Paul
2001-12-15
disable debug printf's, fix a crash
Brian Paul
2001-12-14
vertex program check-in
Brian Paul