mesa: remove exec="dynamic" from Draw functions that are not really dynamic
[mesa.git] / src / mapi / glapi / gen / ARB_base_instance.xml
index f9a7661e9529c696b0f312d5dbd347698a92a36e..c4c2a5b99ab5a0dff65450294cf6c3a8511712c4 100644 (file)
@@ -8,7 +8,7 @@
 
 <category name="GL_ARB_base_instance" number="107">
 
-  <function name="DrawArraysInstancedBaseInstance" exec="dynamic" marshal="draw"
+  <function name="DrawArraysInstancedBaseInstance" marshal="draw"
             marshal_sync="_mesa_glthread_has_non_vbo_vertices(ctx)">
     <param name="mode" type="GLenum"/>
     <param name="first" type="GLint"/>
@@ -17,7 +17,7 @@
     <param name="baseinstance" type="GLuint"/>
   </function>
 
-  <function name="DrawElementsInstancedBaseInstance" exec="dynamic" marshal="draw"
+  <function name="DrawElementsInstancedBaseInstance" marshal="draw"
             marshal_sync="_mesa_glthread_has_non_vbo_vertices_or_indices(ctx)">
     <param name="mode" type="GLenum"/>
     <param name="count" type="GLsizei"/>
@@ -27,7 +27,7 @@
     <param name="baseinstance" type="GLuint"/>
   </function>
 
-  <function name="DrawElementsInstancedBaseVertexBaseInstance" exec="dynamic" marshal="draw"
+  <function name="DrawElementsInstancedBaseVertexBaseInstance" marshal="draw"
             marshal_sync="_mesa_glthread_has_non_vbo_vertices_or_indices(ctx)">
     <param name="mode" type="GLenum"/>
     <param name="count" type="GLsizei"/>