diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 11:14:48 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 0238976665e15f083dd01a5adada80a45df18c5f (patch) | |
tree | 2e778b61addcee070f2e11df97a6dec11197b510 /src/mapi | |
parent | e42775ba684eadaaa5a1f258c2e713a24206facb (diff) |
mesa: add KHR_no_error support to glDrawBuffer()
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 95c448d2364..4d0211a33c7 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2286,7 +2286,7 @@ <glx rop="125"/> </function> - <function name="DrawBuffer"> + <function name="DrawBuffer" no_error="true"> <param name="mode" type="GLenum"/> <glx rop="126"/> </function> |