summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_save_api.h
AgeCommit message (Collapse)Author
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell
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.
2004-01-15Cosmetic changes.Brian Paul
Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
2003-11-24Merge vtx-0-2-branchKeith Whitwell