mesa: remove exec="dynamic" from Draw functions that are not really dynamic
[mesa.git] / src / mapi / glapi / gen / ARB_draw_instanced.xml
index 52006c223c3b313d974b73f1a284fdaaf6c081ab..67846ea1b4287c11c7ab5fa95fa7bd88ed520122 100644 (file)
@@ -8,7 +8,7 @@
 
 <category name="GL_ARB_draw_instanced" number="44">
 
-  <function name="DrawArraysInstancedARB" exec="dynamic" marshal="draw"
+  <function name="DrawArraysInstancedARB" marshal="draw"
             marshal_sync="_mesa_glthread_has_non_vbo_vertices(ctx)">
     <param name="mode" type="GLenum"/>
     <param name="first" type="GLint"/>
@@ -16,7 +16,7 @@
     <param name="primcount" type="GLsizei"/>
   </function>
 
-  <function name="DrawElementsInstancedARB" exec="dynamic" marshal="draw"
+  <function name="DrawElementsInstancedARB" marshal="draw"
             marshal_sync="_mesa_glthread_has_non_vbo_vertices_or_indices(ctx)">
     <param name="mode" type="GLenum"/>
     <param name="count" type="GLsizei"/>