diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 10:24:12 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:31 +0200 |
commit | 5c27de1ae145e488f643ed321d743826c95f3112 (patch) | |
tree | f2b58b1881a8cb8e4348b1a1c6c0360a30190be3 /src/mapi/glapi/gen | |
parent | 7327cb0602e4527f7cdb1dc99667014e6e41a297 (diff) |
mesa: add KHR_no_error support to glLineWidth()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-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 ca514fdd0f9..8c4277b984b 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2059,7 +2059,7 @@ <glx rop="94"/> </function> - <function name="LineWidth" es1="1.0" es2="2.0"> + <function name="LineWidth" es1="1.0" es2="2.0" no_error="true"> <param name="width" type="GLfloat"/> <glx rop="95"/> </function> |