diff options
author | Timothy Arceri <[email protected]> | 2017-04-27 14:56:44 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-05-04 11:35:37 +1000 |
commit | e473fdcdabcdb58df17716a33d532a765e39bf72 (patch) | |
tree | 6b3c368690a2f688a0b4e70bc054c9dd94e3342c /src/mapi/glapi/gen/GL3x.xml | |
parent | 2f541f63ea1829040194f31c56aeb3617fd60c15 (diff) |
mesa/varray: make use of dispatch KHR_no_error support
Make use of dispatch KHR_no_error support for varray functions.
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/GL3x.xml')
-rw-r--r-- | src/mapi/glapi/gen/GL3x.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index f38a2876dfe..d2c768dd6fe 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -257,6 +257,7 @@ <!-- These functions alias ones from GL_EXT_gpu_shader4 --> <function name="VertexAttribIPointer" es2="3.0" marshal="async" + no_error="true" marshal_fail="_mesa_glthread_is_non_vbo_vertex_attrib_pointer(ctx)"> <param name="index" type="GLuint"/> <param name="size" type="GLint"/> @@ -624,7 +625,7 @@ <enum name="TEXTURE_SWIZZLE_A" value="0x8E45"/> <enum name="TEXTURE_SWIZZLE_RGBA" value="0x8E46"/> - <function name="VertexAttribDivisor" es2="3.0"> + <function name="VertexAttribDivisor" es2="3.0" no_error="true"> <param name="index" type="GLuint"/> <param name="divisor" type="GLuint"/> </function> |