Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Merge glapioffsets.h into glapidispath.h. | Chia-I Wu | 2010-10-27 | 1 | -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_integer | Brian Paul | 2010-10-23 | 1 | -23/+35 |
| | |||||
* | mesa: regenerated files with primitive restart | Brian Paul | 2010-10-21 | 1 | -52/+56 |
| | |||||
* | Regenerate files changed by previous commit | Ian Romanick | 2010-09-27 | 1 | -222/+218 |
| | |||||
* | mesa: initial support for ARB_geometry_shader4 | Zack Rusin | 2010-06-28 | 1 | -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 Wu | 2010-05-07 | 1 | -0/+1270 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |