glthread: ignore vertex arrays with user pointers if they're disabled
[mesa.git] / src / mapi / glapi / gen / es_EXT.xml
index 107ca9a2cb0cae6779cde245a93c49bdcd46cbcc..a5653313605fda495870983ba327edfb7b89f602 100644 (file)
 
     <function name="PointSizePointerOES" es1="1.0" desktop="false"
               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_POINT_SIZE);">
         <param name="type" type="GLenum"/>
         <param name="stride" type="GLsizei"/>
         <param name="pointer" type="const GLvoid *"/>