summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_save_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes for new vbo-building module.Keith Whitwell2006-10-291-57/+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.
* Remove XFree86 CVS keyword.Brian Paul2006-08-251-1/+0
|
* Determine ahead of time whether a display list will include verticesKeith Whitwell2005-01-221-1/+1
| | | | | | which have to be processed in the 'loopback' path. If so, send all vertices that way as the transition from playback->loopback has several problems.
* Cosmetic changes.Brian Paul2004-01-151-1/+1
| | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-0/+58