diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-20 11:41:31 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:31 +0200 |
commit | 1722c2498ff8c403c1f47a31f0ee2a036310b59b (patch) | |
tree | 97d7d4c0b51bf9700089642212a02b1a8a3577dd /src/mapi | |
parent | fb3287804fe51c55d3c79c6ff673d51cdcb54142 (diff) |
mesa: add KHR_no_error support to glLinkProgram()
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 7afcc5db65d..18a78dc315b 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5492,7 +5492,7 @@ <glx ignore="true"/> </function> - <function name="LinkProgram" es2="2.0"> + <function name="LinkProgram" es2="2.0" no_error="true"> <param name="program" type="GLuint"/> <glx ignore="true"/> </function> |