Initial work for bounds checking of vertex arrays and vertex buffer objects.
[mesa.git] / src / mesa / tnl / t_imm_eval.c
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Paulnew casts
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-31 Brian Paulreduce memory needed for vertex attributes (allocate...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-06-25 Brian Paulfinish-up vertex program evaluators
2002-06-23 Brian Paulcheckpoint: updates for NV_vertex_program evaluators...
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-14 Brian Paulvertex program check-in
2001-09-14 Brian Paulmore warning fixes (Karl Schultz)
2001-08-14 Keith WhitwellReenable, but only in the size four case...
2001-08-14 Keith WhitwellUndo last change - breaks other stuff.
2001-08-14 Keith WhitwellCompute first partials before taking cross product...
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-09 Keith Whitwellfix eval/colormaterial interaction
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-01 Keith Whitwellremoved debug
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-26 Keith Whitwellfirst pass at eval fixes
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-03 Brian PaulMore color macro clean-ups.
2000-12-27 Keith WhitwellFix evalpoints bug (samples/nurb)
2000-12-26 Keith WhitwellMajor rework of tnl module