mesa: add KHR_no_error support for glCopyTexImage*D()

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Timothy Arceri
2017-06-26 13:27:17 +10:00
parent 8bf02efed3
commit a00a277da9
3 changed files with 33 additions and 2 deletions
+2 -2
View File
@@ -3254,7 +3254,7 @@
<glx rop="192"/>
</function>
<function name="CopyTexImage1D">
<function name="CopyTexImage1D" no_error="true">
<param name="target" type="GLenum"/>
<param name="level" type="GLint"/>
<param name="internalformat" type="GLenum"/>
@@ -3265,7 +3265,7 @@
<glx rop="4119"/>
</function>
<function name="CopyTexImage2D" es1="1.0" es2="2.0">
<function name="CopyTexImage2D" es1="1.0" es2="2.0" no_error="true">
<param name="target" type="GLenum"/>
<param name="level" type="GLint"/>
<param name="internalformat" type="GLenum"/>