summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/glapioffsets.h
Commit message (Collapse)AuthorAgeFilesLines
* glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu2010-10-271-1302/+0
| | | | | | | | | Move defines in glapioffsets.h to glapidispatch.h. Rename _gloffset_FIRST_DYNAMIC to _gloffset_COUNT, which is equal to the number of entries in _glapi_table. Consistently use SET_by_offset, GET_by_offset, CALL_by_offset, and _gloffset_* to recursively define all SET/GET/CALL macros.
* mesa: regenerated API files for GL_EXT_texture_integerBrian Paul2010-10-231-23/+35
|
* mesa: regenerated files with primitive restartBrian Paul2010-10-211-52/+56
|
* Regenerate files changed by previous commitIan Romanick2010-09-271-222/+218
|
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-254/+274
| | | | | | 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/+1270
Move glapi to src/mapi/{glapi,es1api,es2api}.