Update Visual Studio Project file for src tree updates.
[mesa.git] / src / mesa / tnl / t_vb_vertex.c
2004-08-10 Brian Pauladded some handy debug code (disabled)
2004-07-23 Brian Paulminor comments
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-31 Brian Paultweak pipeline flags for vertex programming
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-05-30 Keith Whitwellrerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-13 Keith WhitwellFix crash in book/stencil.
2000-12-26 Keith WhitwellMajor rework of tnl module