summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapitable.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-141-1/+1
| | | | | | A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h.
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-253/+263
| | | | | | laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+862
Move glapi to src/mapi/{glapi,es1api,es2api}.