mesa: add KHR_no_error support for gl*ReadBuffer()

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Samuel Pitoiset
2017-06-26 17:12:18 +02:00
parent 91fcba9914
commit 352adb53db
4 changed files with 40 additions and 2 deletions
@@ -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>
+1 -1
View File
@@ -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>