summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache
Commit message (Expand)AuthorAgeFilesLines
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-23/+23
* Added GLvector4chan type, removed lots of CHAN_TYPE ifdefs.Keith Whitwell2001-02-201-51/+15
* Correctly calculate size for disabled texcoord arrays.Keith Whitwell2001-02-071-3/+3
* rework to correctly respect _ac_import_range()Keith Whitwell2001-02-043-195/+227
* Lots of GLchan datatype changes.Brian Paul2001-01-241-22/+60
* fixed a small error in import_color(), include m_translate.hBrian Paul2001-01-161-3/+4
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-1/+11
* The array cache.Keith Whitwell2000-12-264-0/+1189