summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_array_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes for new vbo-building module.Keith Whitwell2006-10-291-46/+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.
* 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.