summaryrefslogtreecommitdiffstats
path: root/src/mesa/array_cache
Commit message (Collapse)AuthorAgeFilesLines
* 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