diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-22 12:01:21 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-23 09:26:42 +0200 |
commit | 52a448c7d0a22edc896e02d6cf13954c72676b2e (patch) | |
tree | be34405aa9377313835a1d4b91d0868a88659e89 /src/mapi | |
parent | 5a6779c7222e6c3b8ebe59cac6f098f8f9e82719 (diff) |
mesa: add KHR_no_error support for glClipControl()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_clip_control.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_clip_control.xml b/src/mapi/glapi/gen/ARB_clip_control.xml index ecce133bb99..051a648081f 100644 --- a/src/mapi/glapi/gen/ARB_clip_control.xml +++ b/src/mapi/glapi/gen/ARB_clip_control.xml @@ -14,7 +14,7 @@ <enum name="CLIP_ORIGIN" value = "0x935C"/> <enum name="CLIP_DEPTH_MODE" value = "0x935D"/> - <function name="ClipControl"> + <function name="ClipControl" no_error="true"> <param name="origin" type="GLenum"/> <param name="depth" type="GLenum"/> <!-- <glx rop="1340"/> --> |