Module: Mesa Branch: master Commit: 6e093935bb6952a7bbee05763f59ef9b389222fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e093935bb6952a7bbee05763f59ef9b389222fe
Author: Chia-I Wu <[email protected]> Date: Sat Oct 22 20:46:32 2011 +0800 glapi: add entry points for OES_EGL_image_external Only enums actually. Reviewed-by: Brian Paul <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> --- src/mapi/glapi/gen/es_EXT.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 1327bb6..bc98aee 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -615,4 +615,12 @@ <!-- 69. GL_EXT_multi_draw_arrays --> +<!-- 87. GL_OES_EGL_image_external --> +<category name="GL_OES_EGL_image_external" number="87"> + <enum name="TEXTURE_EXTERNAL_OES" value="0x8D65"/> + <enum name="SAMPLER_EXTERNAL_OES" value="0x8D66"/> + <enum name="TEXTURE_BINDING_EXTERNAL_OES" value="0x8D67"/> + <enum name="REQUIRED_TEXTURE_IMAGE_UNITS_OES" value="0x8D68"/> +</category> + </OpenGLAPI> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
