summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache
Commit message (Expand)AuthorAgeFilesLines
* fixed assertion, replaced switch() with if/elseifBrian Paul2002-04-211-29/+27
* Vertex program attribute arrays seem to work now. This includes fallbacksBrian Paul2002-04-211-3/+51
* added support for vertex program attribute arraysBrian Paul2002-04-211-4/+43
* vertex program attribute array workBrian Paul2002-04-213-26/+137
* Vertex program checkpoint commit: converted all vertex attributes (color,Brian Paul2002-01-051-3/+3
* vertex program check-inBrian Paul2001-12-142-15/+15
* Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul2001-07-191-1/+5
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-282-40/+90
* another fix in import_texcoord()Brian Paul2001-04-171-2/+2
* replaced ac->count with ac->count - ac->start in import_texcoord(), as in the...Brian Paul2001-04-171-2/+2
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-14/+7
* Fix cut&paste bug exposed by clipbug.c demo.Keith Whitwell2001-03-171-11/+11
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-124-85/+85
* 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