summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_eval.c
Commit message (Expand)AuthorAgeFilesLines
* remove dead filesKeith Whitwell2003-11-241-868/+0
* Initial work for bounds checking of vertex arrays and vertex buffer objects.Brian Paul2003-10-221-3/+3
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-1/+1
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-8/+11
* new castsBrian Paul2003-09-171-1/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-1/+14
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* finish-up vertex program evaluatorsBrian Paul2002-06-251-9/+28
* checkpoint: updates for NV_vertex_program evaluators - a bit more left to doBrian Paul2002-06-231-63/+168
* more removal of fprintf() callsBrian Paul2002-06-131-4/+1
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-13/+1
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-69/+69
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-35/+35
* vertex program check-inBrian Paul2001-12-141-19/+19
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-2/+2
* Reenable, but only in the size four case...Keith Whitwell2001-08-141-7/+9
* Undo last change - breaks other stuff.Keith Whitwell2001-08-141-7/+7
* Compute first partials before taking cross product to calculate normal.Keith Whitwell2001-08-141-1/+9
* Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell2001-08-011-49/+16
* Fix for glean texgen test.Keith Whitwell2001-05-141-1/+5
* fix eval/colormaterial interactionKeith Whitwell2001-05-091-2/+4
* minor clean-ups and warning fixesBrian Paul2001-05-031-4/+4
* removed debugKeith Whitwell2001-05-011-13/+10
* Lots more eval fixesKeith Whitwell2001-04-301-66/+109
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-61/+66
* first pass at eval fixesKeith Whitwell2001-04-261-22/+122
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-39/+32
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-17/+3
* Lots of GLchan datatype changes.Brian Paul2001-01-241-8/+22
* More color macro clean-ups.Brian Paul2001-01-031-6/+7
* Fix evalpoints bug (samples/nurb)Keith Whitwell2000-12-271-7/+7
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+623