Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg | 2010-02-24 | 1 | -1/+15 |
| | |||||
* | mesa: added dispatch for GL_NV_conditional_render extension | Brian Paul | 2009-12-31 | 1 | -9/+23 |
| | |||||
* | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 1 | -9/+51 |
| | |||||
* | glapi: Always build libglapi.a. | Chia-I Wu | 2009-10-23 | 1 | -2/+4 |
| | | | | | | | | This is made possible by making glapioffsets.h and glapidispatch.h internal headers of glapi. They should only be included indirectly through dispatch.h by mesa. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | glapi: Move dispatch marcos to glapidispatch.h. | Chia-I Wu | 2009-10-23 | 1 | -0/+4005 |
dispatch.h is kept as a wrapper to glapidispatch.h. Signed-off-by: Chia-I Wu <[email protected]> |