diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-22 15:51:46 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-23 09:26:43 +0200 |
commit | c244c25ce36f6920c25c8fd8f071038712004f14 (patch) | |
tree | 1b37b3a5a86c1c85133537c35ef6a33cf94d8b64 /src/mapi/glapi | |
parent | ad0afa87b8cf8a8783df740d63fe852c2ebba90f (diff) |
mesa: add KHR_no_error support for glViewport()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 8784f0537f5..2cc66ac8b0f 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2966,7 +2966,7 @@ <glx rop="190"/> </function> - <function name="Viewport" es1="1.0" es2="2.0"> + <function name="Viewport" es1="1.0" es2="2.0" no_error="true"> <param name="x" type="GLint"/> <param name="y" type="GLint"/> <param name="width" type="GLsizei"/> |