summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/glapidispatch.h
AgeCommit message (Collapse)Author
2010-10-27glapi: Move glapidispatch.h to core mesa.Chia-I Wu
It is a core mesa header, not a glapi header.
2010-10-23mesa: regenerated API files for GL_EXT_texture_integerBrian Paul
2010-10-21mesa: regenerated files with primitive restartBrian Paul
2010-09-27Regenerate files changed by previous commitIan Romanick
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
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.
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
laying down the foundation for everything and implementing most of the stuff. linking, gl_VerticesIn and multidimensional inputs are left.
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
Move glapi to src/mapi/{glapi,es1api,es2api}.