From caa46f753835f8bb87fc16e22734f27a1d52bb27 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Thu, 11 Feb 2010 17:36:59 -0500 Subject: glapi: Add GL_OES_EGL_image --- src/mesa/glapi/gen/Makefile | 3 ++- src/mesa/glapi/gen/OES_EGL_image.xml | 20 ++++++++++++++++++++ src/mesa/glapi/gen/gl_API.xml | 2 ++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 src/mesa/glapi/gen/OES_EGL_image.xml (limited to 'src/mesa/glapi/gen') diff --git a/src/mesa/glapi/gen/Makefile b/src/mesa/glapi/gen/Makefile index 6b6b9aecaa..4984da8581 100644 --- a/src/mesa/glapi/gen/Makefile +++ b/src/mesa/glapi/gen/Makefile @@ -87,7 +87,8 @@ API_XML = \ EXT_packed_depth_stencil.xml \ EXT_provoking_vertex.xml \ EXT_texture_array.xml \ - NV_conditional_render.xml + NV_conditional_render.xml \ + OES_EGL_image.xml COMMON = $(API_XML) gl_XML.py glX_XML.py license.py typeexpr.py diff --git a/src/mesa/glapi/gen/OES_EGL_image.xml b/src/mesa/glapi/gen/OES_EGL_image.xml new file mode 100644 index 0000000000..1cb43d49a4 --- /dev/null +++ b/src/mesa/glapi/gen/OES_EGL_image.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/mesa/glapi/gen/gl_API.xml b/src/mesa/glapi/gen/gl_API.xml index fbf8b0c3e4..0b3d57baa6 100644 --- a/src/mesa/glapi/gen/gl_API.xml +++ b/src/mesa/glapi/gen/gl_API.xml @@ -12502,4 +12502,6 @@ + + -- cgit v1.2.3