aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_array_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-3/+3
| | | | | points so that the calling conventions will work correctly with the assembler stubs with the Open Watcom compiler.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+47
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.