diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-26 17:12:18 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-28 10:25:13 +0200 |
commit | 352adb53db342a5b9042680a5e81ffbca1b2a417 (patch) | |
tree | c79116a1720d6f2409de9a486527e34101be24c8 /src/mapi | |
parent | 91fcba99147c487370ce8ea8ca65f8734174c7d9 (diff) |
mesa: add KHR_no_error support for gl*ReadBuffer()
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/ARB_direct_state_access.xml | 2 | ||||
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index 6226aa0b9d2..d848f78d62d 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -197,7 +197,7 @@ <param name="bufs" type="const GLenum *" /> </function> - <function name="NamedFramebufferReadBuffer"> + <function name="NamedFramebufferReadBuffer" no_error="true"> <param name="framebuffer" type="GLuint" /> <param name="buf" type="GLenum" /> </function> diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 4833d520103..d2810952501 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -2626,7 +2626,7 @@ <glx rop="170" large="true"/> </function> - <function name="ReadBuffer" es2="3.0"> + <function name="ReadBuffer" es2="3.0" no_error="true"> <param name="mode" type="GLenum"/> <glx rop="171"/> </function> |