summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapidispatch.h
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Move glapidispatch.h to core mesa.Chia-I Wu2010-10-271-4273/+0
| | | | It is a core mesa header, not a glapi header.
* mesa: regenerated API files for GL_EXT_texture_integerBrian Paul2010-10-231-23/+65
|
* mesa: regenerated files with primitive restartBrian Paul2010-10-211-52/+66
|
* Regenerate files changed by previous commitIan Romanick2010-09-271-232/+218
|
* 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-254/+324
| | | | | | 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/+4161
Move glapi to src/mapi/{glapi,es1api,es2api}.