diff options
author | Gert Wollny <[email protected]> | 2019-05-11 17:48:18 +0200 |
---|---|---|
committer | Gert Wollny <[email protected]> | 2019-06-06 12:25:17 +0200 |
commit | 10895c39c338d9e4a00c86590bdfd4e30bd2acfe (patch) | |
tree | 817c6483bd412a5e3d161b638ed508e922758a40 /src/mapi | |
parent | f1f6228a388692dd22121ebfaccd8e935ed21c2f (diff) |
mesa/main: Expose EXT_clip_control and related enums and the function
Signed-off-by: Gert Wollny <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 5fa518d7a09..be466e34ae8 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -1283,6 +1283,24 @@ </category> +<category name="GL_EXT_clip_control" number="290"> + + <enum name="LOWER_LEFT_EXT" value = "0x8CA1"/> + <enum name="UPPER_LEFT_EXT" value = "0x8CA2"/> + + <enum name="NEGATIVE_ONE_TO_ONE_EXT" value = "0x935E"/> + <enum name="ZERO_TO_ONE_EXT" value = "0x935F"/> + + <enum name="CLIP_ORIGIN_EXT" value = "0x935C"/> + <enum name="CLIP_DEPTH_MODE_EXT" value = "0x935D"/> + + <function name="ClipControlEXT" no_error="true" es2="2.0" alias="ClipControl"> + <param name="origin" type="GLenum"/> + <param name="depth" type="GLenum"/> + </function> + +</category> + <category name="GL_OES_copy_image" number="208"> <function name="CopyImageSubDataOES" alias="CopyImageSubData" es2="3.0"> |