summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_imm_fixup.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-56/+0
|
* Remove dead code.Brian Paul2003-03-311-8/+0
| | | | | Replace blocks of per-attribute code with for-loops. New comments/docs.
* reduce memory needed for vertex attributes (allocate on demand)Brian Paul2003-03-311-5/+5
|
* Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell2001-06-041-4/+1
| | | | | | | to glVertex() type calls. Allows driver-supplied tnl modules to avoid fallback on glCallList inside begin/end pairs. Still a little buggy...
* Lots more eval fixesKeith Whitwell2001-04-301-4/+3
|
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-5/+7
|
* first pass at eval fixesKeith Whitwell2001-04-261-4/+18
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+4
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+52
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.