Clean-up/renaming of the per-vertex attribute bits, specifically, the
[mesa.git] / src / mesa / tnl / t_array_import.c
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
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-14 Brian Paulvertex program check-in
2001-08-13 Keith WhitwellRemoved optimizations (this code is now seldom used)
2001-05-17 Keith WhitwellComment out __FUNCTION__ usage.
2001-05-11 Keith WhitwellClean up _tnl_Begin/begin/hard_begin.
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-04-17 Brian Paulfixed mis-ordered args to _math_trans_4f() in _tnl_fill...
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-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module