Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Move glapidispatch.h to core mesa. | Chia-I Wu | 2010-10-27 | 1 | -4273/+0 |
| | | | | It is a core mesa header, not a glapi header. | ||||
* | mesa: regenerated API files for GL_EXT_texture_integer | Brian Paul | 2010-10-23 | 1 | -23/+65 |
| | |||||
* | mesa: regenerated files with primitive restart | Brian Paul | 2010-10-21 | 1 | -52/+66 |
| | |||||
* | Regenerate files changed by previous commit | Ian Romanick | 2010-09-27 | 1 | -232/+218 |
| | |||||
* | mesa: update to version 64 of GL/glext.h | Brian Paul | 2010-09-14 | 1 | -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_shader4 | Zack Rusin | 2010-06-28 | 1 | -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 Wu | 2010-05-07 | 1 | -0/+4161 |
Move glapi to src/mapi/{glapi,es1api,es2api}. |