summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_arrayelt.h
AgeCommit message (Collapse)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
This allows the removal of AEcontext.
2006-11-16Make sure vbo's are mapped before accessing their contents inKeith Whitwell
api_arrayelt.c. Reported by Haihao Xiang.
2003-12-04Add missing GLAPIENTRYKarl Schultz
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2001-06-01Working implementation of glArrayElt that decomposes to regularKeith Whitwell
glVertex/glNormal/etc calls.