diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:35:51 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | eaa477104c28389ee27f11d9ab97e44ff543c802 (patch) | |
tree | a3a49a4afbc801357618babc03aa88ed53632f19 /src/mapi | |
parent | d77ad9da63185c139baec7e07c2449a040d43448 (diff) |
mesa: add KHR_no_error support for glFrontFace()
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/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 ba71d36451e..bcd1205537e 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1990,7 +1990,7 @@ <glx rop="83"/> </function> - <function name="FrontFace" es1="1.0" es2="2.0"> + <function name="FrontFace" es1="1.0" es2="2.0" no_error="true"> <param name="mode" type="GLenum"/> <glx rop="84"/> </function> |