summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_arrayelt.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: s/INLINE/inline/Brian Paul2011-10-011-4/+4
| | | | | | | INLINE is still seen in some files (some generated files, etc) but this is a good start. Acked-by: Kenneth Graunke <kenneth@whitecape.org>
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
|
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
|
* mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-3/+44
| | | | This allows the removal of AEcontext.
* Make sure vbo's are mapped before accessing their contents inKeith Whitwell2006-11-161-0/+5
| | | | api_arrayelt.c. Reported by Haihao Xiang.
* Add missing GLAPIENTRYKarl Schultz2003-12-041-1/+1
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Working implementation of glArrayElt that decomposes to regularKeith Whitwell2001-06-011-0/+38
glVertex/glNormal/etc calls.