aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_array_import.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes for new vbo-building module.Keith Whitwell2006-10-291-36/+0
| | | | | | | | | | - Removed all the old immediate, array and display list code. - Remove references to the old array_cache module. - Added a _tnl_draw_prims() entrypoint. - Added a simplified data import facility for converting non-floating point data as required. Checkpoint commit - trivial/tri works.
* Fix up more confusions with count vs end in array functionsKeith Whitwell2004-01-141-1/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Removed optimizations (this code is now seldom used)Keith Whitwell2001-08-131-5/+1
|
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-2/+1
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+42
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.