summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_fixup.h
AgeCommit message (Collapse)Author
2003-03-31Remove dead code.Brian Paul
Replace blocks of per-attribute code with for-loops. New comments/docs.
2003-03-31reduce memory needed for vertex attributes (allocate on demand)Brian Paul
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
to glVertex() type calls. Allows driver-supplied tnl modules to avoid fallback on glCallList inside begin/end pairs. Still a little buggy...
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-26first pass at eval fixesKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2000-12-26Major rework of tnl moduleKeith Whitwell
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.