diff options
author | Ian Romanick <[email protected]> | 2016-05-23 13:31:29 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2016-08-26 15:03:14 -0700 |
commit | 1a72fbf9e6743368dc8e7664adf095af8ec5b6d8 (patch) | |
tree | a68e16054e34d6d92552b06002ee8be9fafae0c7 /src/mapi | |
parent | 658e90f9a8c0c68e0bee5007cf3f654cc95188b6 (diff) |
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 10 |
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 929e0e7c0a8..6f2d6431fcd 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 --> |