summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brian Paul2001-04-171-2/+2
| | | | the other import functions
* 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
| | | | of potential problems
* 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
| | | | | | | | | Added GLvector4us datatype in math/m_vector.[ch] Added _math_trans_4us() in math/m_translate.[ch] Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS. Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions. Changed args to Driver.ClearColor(), updated drivers. Reordered files in Makefile.X11
* 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
| | | | | | Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally)
* The array cache.Keith Whitwell2000-12-264-0/+1189