summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_array_api.c
AgeCommit message (Expand)Author
2002-01-05Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul
2001-12-03simplify drawarrays pathsKeith Whitwell
2001-11-29use smaller buffer when decomposing large drawarrays, for cache goodnessKeith Whitwell
2001-11-22Another locked drawarrys fixKeith Whitwell
2001-09-14silence minor warningsBrian Paul
2001-08-13Removed optimizations (this code is now seldom used)Keith Whitwell
2001-08-02Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation ofKeith Whitwell
2001-08-02Fix SGL monoindexed bug (glDrawRangeElements in dlist)Keith Whitwell
2001-05-11Clean up _tnl_Begin/begin/hard_begin.Keith Whitwell
2001-05-11Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-26no-copy drawarrays for remaining non-fan primitivesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-20Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-02-04Fast no-copy drawarrays for large tristripsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell