diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-23 17:01:22 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:12 +0200 |
commit | 886399694021d013908106cdccab66fda275ae75 (patch) | |
tree | 7eab1a02129a958c3bb4fbfca2d4ef5a2ced8793 /src/mapi | |
parent | f04a5b4df062b20989805a730ac644fe388eca48 (diff) |
mesa: add KHR_no_error support for glAttachShader() and glAttachObjectARB()
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index d878a04ea09..94589464c5c 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5295,7 +5295,7 @@ <glx ignore="true"/> </function> - <function name="AttachShader" es2="2.0"> + <function name="AttachShader" es2="2.0" no_error="true"> <param name="program" type="GLuint"/> <param name="shader" type="GLuint"/> <glx ignore="true"/> @@ -7709,7 +7709,7 @@ <glx ignore="true"/> </function> - <function name="AttachObjectARB"> + <function name="AttachObjectARB" no_error="true"> <param name="containerObj" type="GLhandleARB"/> <param name="obj" type="GLhandleARB"/> <glx ignore="true"/> |