When upgrading copied vertices, distinguish between an attribute
[mesa.git] / src / mesa / tnl / t_vb_program.c
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-04-07 Brian Paulinitialize attribute vectors to 4 components
2003-04-07 Brian Paulfix color array mixup
2003-04-03 Brian Paulmore memory-related fixes
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-31 Brian Paulfix the occasional missing triangle bug
2002-10-24 Brian PaulHeader file clean-up:
2002-08-08 Brian Paulfix up resulting FOGC and PSIZ when needed
2002-06-23 Brian Paulset stage->inputs properly (I think), plus debug/commen...
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-04 Karl Schultzcasts to silence compiler warnings
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-12 Brian Paulupdated some comments
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-15 Brian Pauldivide by W and clipping now work - in pretty good...
2001-12-15 Brian Paultemporary hack for divide by W
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-14 Brian Paulvertex program check-in