summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapidispatch.h
Commit message (Collapse)AuthorAgeFilesLines
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-241-1/+15
|
* mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul2009-12-311-9/+23
|
* mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul2009-12-291-9/+51
|
* glapi: Always build libglapi.a.Chia-I Wu2009-10-231-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 Wu2009-10-231-0/+4005
dispatch.h is kept as a wrapper to glapidispatch.h. Signed-off-by: Chia-I Wu <[email protected]>