diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-07-18 21:25:46 +0200 |
---|---|---|
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-07-31 13:53:39 +0200 |
commit | bc1c45d0ed56b5b52c965bba928d07b3290a2588 (patch) | |
tree | e49571f0735a56e87cb647050bf7a3b47468cc57 /src/mapi | |
parent | 15603acfd90bd43684bb9e9131f6d59a2d6f5019 (diff) |
mesa: add KHR_no_error support to glGenerate*Mipmap()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
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/ARB_framebuffer_object.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 4439c5bcbe..54276ea59d 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -514,7 +514,7 @@ <param name="param" type="const GLint *" /> </function> - <function name="GenerateTextureMipmap"> + <function name="GenerateTextureMipmap" no_error="true"> <param name="texture" type="GLuint" /> </function> diff --git a/src/mapi/glapi/gen/ARB_framebuffer_object.xml b/src/mapi/glapi/gen/ARB_framebuffer_object.xml index b8fff92620..380d4954e6 100644 --- a/src/mapi/glapi/gen/ARB_framebuffer_object.xml +++ b/src/mapi/glapi/gen/ARB_framebuffer_object.xml @@ -285,7 +285,7 @@ <glx rop="4330"/> </function> - <function name="GenerateMipmap" es2="2.0"> + <function name="GenerateMipmap" es2="2.0" no_error="true"> <param name="target" type="GLenum"/> <glx rop="4325"/> </function> |