aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_exec.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up translation of array elements, copying of elts in pure-eltKeith Whitwell2001-05-111-2/+2
| | | | cassettes. Fixes problem with isosurf/compiled-array-elt/strips.
* fix for moebius infinite loopKeith Whitwell2001-05-031-5/+10
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+4
|
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-2/+4
| | | | | | | | | stage. (Materials now treated more like colors, etc.). Continue whipping the dd templates into shape. Remove old NormalLength code; may come back as a driver helper, but not useful for, eg. hardware t&l drivers.
* fix sproingies bugKeith Whitwell2000-12-271-1/+2
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+62
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.