summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_array_api.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell2001-05-111-22/+32
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-2/+2
* Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell2001-05-101-9/+7
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-4/+4
* no-copy drawarrays for remaining non-fan primitivesKeith Whitwell2001-04-261-15/+75
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-25/+25
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-12/+16
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-10/+10
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-11/+3
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-83/+79
* Fast no-copy drawarrays for large tristripsKeith Whitwell2001-02-041-37/+59
* Lots of GLchan datatype changes.Brian Paul2001-01-241-2/+10
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-7/+11
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-5/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+355