diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-09-14 13:45:59 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2009-09-14 16:05:46 +0800 |
commit | 9199889374164c0541f3f7202c4dedb40a6b7458 (patch) | |
tree | 628978296c9131d708ac478550516c8a1a691795 /src | |
parent | 80c0f18f2d5057df1e83616873d9f6fd47eda1a9 (diff) |
es/glapi: Add support for GL_OES_EGL_image.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/es/glapi/es_EXT.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mesa/es/glapi/es_EXT.xml b/src/mesa/es/glapi/es_EXT.xml index 28f41ae09a..8878b54141 100644 --- a/src/mesa/es/glapi/es_EXT.xml +++ b/src/mesa/es/glapi/es_EXT.xml @@ -18,6 +18,20 @@ <enum name="PALETTE8_RGB5_A1_OES" value="0x8B99"/> </category> +<category name="GL_OES_EGL_image" number="23"> + <type name="eglImageOES" size="4" /> + + <function name="EGLImageTargetTexture2DOES" offset="assign"> + <param name="target" type="GLenum"/> + <param name="image" type="GLeglImageOES"/> + </function> + + <function name="EGLImageTargetRenderbufferStorageOES" offset="assign"> + <param name="target" type="GLenum"/> + <param name="image" type="GLeglImageOES"/> + </function> +</category> + <category name="GL_OES_depth24" number="24"> <enum name="DEPTH_COMPONENT24_OES" value="0x81A6"/> </category> |