diff options
author | Timothy Arceri <[email protected]> | 2017-05-12 10:47:14 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-17 10:12:03 +1000 |
commit | 6c8964bf6343592698021f42ed67b776cdab458b (patch) | |
tree | ba0b116884c6576ee6594efb86014e53ed98efab /src/mapi/glapi/gen/gl_API.xml | |
parent | d1033cd1eb11105730b423723bda5038787145c9 (diff) |
mesa: add KHR_no_error support for glCompressedTex*SubImage3D()
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 755cb311756..1a3b306c03c 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -4543,7 +4543,8 @@ <glx rop="214" handcode="client"/> </function> - <function name="CompressedTexSubImage3D" es2="3.0" marshal="sync"> + <function name="CompressedTexSubImage3D" es2="3.0" marshal="sync" + no_error="true"> <param name="target" type="GLenum"/> <param name="level" type="GLint"/> <param name="xoffset" type="GLint"/> |