diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 13:46:25 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:40 +0200 |
commit | 9337e4d38a5f057507690bfe11a6ba99a1ec81d3 (patch) | |
tree | b23ac2103bdcbe016c6b8a0189773de1c91e9e6b /src/mapi | |
parent | 966108a8038ee1e674182ad5766107a2fb54abc8 (diff) |
mesa: add KHR_no_error support to glDrawBuffers()
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 6f4d02d07d1..53b234b2f96 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -5267,7 +5267,7 @@ <glx rop="4228"/> </function> - <function name="DrawBuffers" es2="3.0"> + <function name="DrawBuffers" es2="3.0" no_error="true"> <param name="n" type="GLsizei" counter="true"/> <param name="bufs" type="const GLenum *" count="n"/> <glx rop="233" large="true"/> |