summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2016-05-23 13:31:29 -0700
committerIan Romanick <ian.d.romanick@intel.com>2016-08-26 15:03:14 -0700
commit1a72fbf9e6743368dc8e7664adf095af8ec5b6d8 (patch)
treea68e16054e34d6d92552b06002ee8be9fafae0c7 /src/mapi
parent658e90f9a8c0c68e0bee5007cf3f654cc95188b6 (diff)
downloadexternal_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.zip
external_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.tar.gz
external_mesa3d-1a72fbf9e6743368dc8e7664adf095af8ec5b6d8.tar.bz2
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/es_EXT.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index 929e0e7..6f2d643 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -881,6 +881,16 @@
</category>
+<category name="GL_EXT_geometry_shader" number="177">
+ <!-- The rest of the bits for this are below in OES_geometry_shader. -->
+ <function name="FramebufferTextureEXT" alias="FramebufferTexture" es2="3.1">
+ <param name="target" type="GLenum"/>
+ <param name="attachment" type="GLenum"/>
+ <param name="texture" type="GLuint"/>
+ <param name="level" type="GLint"/>
+ </function>
+</category>
+
<category name="GL_EXT_texture_border_clamp" number="182">
<!-- The *TexParameter* functions are added in EXT_texture_integer -->