summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 18:02:51 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commitc88649246f85415073cc8fd922ab039a067c89ee (patch)
treed325909c013953abfe0983addf76badd096165f5 /src/mapi/glapi
parentfee507b9092e0998c3f7e710b0d2feb3f191fec3 (diff)
mesa: add KHR_no_error support to glInvalidate*()
These are just no-op because we don't actually do anything useful in the errors path. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_invalidate_subdata.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mapi/glapi/gen/ARB_invalidate_subdata.xml b/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
index 2cbc4f63be7..02dcad73cb7 100644
--- a/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
+++ b/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
@@ -3,7 +3,7 @@
<OpenGLAPI>
<category name="GL_ARB_invalidate_subdata" number="666">
- <function name="InvalidateTexSubImage">
+ <function name="InvalidateTexSubImage" no_error="true">
<param name="texture" type="GLuint"/>
<param name="level" type="GLint"/>
<param name="xoffset" type="GLint"/>
@@ -14,7 +14,7 @@
<param name="depth" type="GLsizei"/>
</function>
- <function name="InvalidateTexImage">
+ <function name="InvalidateTexImage" no_error="true">
<param name="texture" type="GLuint"/>
<param name="level" type="GLint"/>
</function>
@@ -29,7 +29,7 @@
<param name="buffer" type="GLuint"/>
</function>
- <function name="InvalidateSubFramebuffer" es2="3.0">
+ <function name="InvalidateSubFramebuffer" es2="3.0" no_error="true">
<param name="target" type="GLenum"/>
<param name="numAttachments" type="GLsizei" counter="true"/>
<param name="attachments" type="const GLenum *" count="numAttachments"/>
@@ -39,7 +39,7 @@
<param name="height" type="GLsizei"/>
</function>
- <function name="InvalidateFramebuffer" es2="3.0">
+ <function name="InvalidateFramebuffer" es2="3.0" no_error="true">
<param name="target" type="GLenum"/>
<param name="numAttachments" type="GLsizei" counter="true"/>
<param name="attachments" type="const GLenum *" count="numAttachments"/>