diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-01 12:43:24 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-07 11:04:40 +0200 |
commit | 98d5667f4b5ba67a482d34779471ddfbbc521d84 (patch) | |
tree | f09a71a27bef395fd5b7b060e1a30555820c5c43 /src/mapi/glapi | |
parent | 7b104d9c50bb258ee8de6838a01c7ad0863bf4d4 (diff) |
mesa: add KHR_no_error support for glTexSubImage*D()
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/gl_API.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 5058c8c7779..2ee3186b3ed 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -3299,7 +3299,7 @@ <glx rop="4122"/> </function> - <function name="TexSubImage1D"> + <function name="TexSubImage1D" no_error="true"> <param name="target" type="GLenum"/> <param name="level" type="GLint"/> <param name="xoffset" type="GLint"/> @@ -3311,7 +3311,7 @@ <glx rop="4099" large="true"/> </function> - <function name="TexSubImage2D" es1="1.0" es2="2.0"> + <function name="TexSubImage2D" es1="1.0" es2="2.0" no_error="true"> <param name="target" type="GLenum"/> <param name="level" type="GLint"/> <param name="xoffset" type="GLint"/> @@ -4025,7 +4025,7 @@ <glx rop="4114" large="true"/> </function> - <function name="TexSubImage3D" es2="3.0"> + <function name="TexSubImage3D" es2="3.0" no_error="true"> <param name="target" type="GLenum"/> <param name="level" type="GLint"/> <param name="xoffset" type="GLint"/> |