glthread: ignore vertex arrays with user pointers if they're disabled
[mesa.git] / src / mapi / glapi / gen / ARB_vertex_attrib_64bit.xml
index 45c30f4837862e61a194b1d9ebcfe8cb4e6d2e25..fcbb167397110f9cd81e61bf39dd3f16c32748bd 100644 (file)
@@ -52,7 +52,7 @@
     </function>
 
     <function name="VertexAttribLPointer" no_error="true" marshal="async"
-              marshal_call_after="if (COMPAT) _mesa_glthread_AttribPointer(ctx);">
+              marshal_call_after="if (COMPAT) _mesa_glthread_AttribPointer(ctx, VERT_ATTRIB_GENERIC(index));">
         <param name="index" type="GLuint"/>
         <param name="size" type="GLint"/>
         <param name="type" type="GLenum"/>