Mesa (master): glapi: per the extension spec, the EXT-suffixed function should be used

Ilia Mirkin imirkin at kemper.freedesktop.org
Tue Aug 8 00:35:22 UTC 2017


Module: Mesa
Branch: master
Commit: 8614679e78186482cc7ff84af83acdd29e359086
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8614679e78186482cc7ff84af83acdd29e359086

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Aug  6 10:39:06 2017 -0400

glapi: per the extension spec, the EXT-suffixed function should be used

We already expose glMultiDrawElementsBaseVertexEXT as part of the
EXT_draw_elements_base_vertex chunk, so this one can just be removed.

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

---

 src/mapi/glapi/gen/es_EXT.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml
index 271f0c09c4..3a2bdb2fdc 100644
--- a/src/mapi/glapi/gen/es_EXT.xml
+++ b/src/mapi/glapi/gen/es_EXT.xml
@@ -1165,16 +1165,6 @@
         <param name="basevertex" type="GLint"/>
     </function>
 
-    <function name="MultiDrawElementsBaseVertexOES" alias="MultiDrawElementsBaseVertex"
-              es2="2.0" exec="dynamic">
-        <param name="mode" type="GLenum"/>
-        <param name="count" type="const GLsizei *"/>
-        <param name="type" type="GLenum"/>
-        <param name="indices" type="const GLvoid * const *"/>
-        <param name="primcount" type="GLsizei"/>
-        <param name="basevertex" type="const GLint *"/>
-    </function>
-
     <function name="DrawElementsInstancedBaseVertexOES" alias="DrawElementsInstancedBaseVertex"
               es2="3.0" exec="dynamic">
         <param name="mode" type="GLenum"/>




More information about the mesa-commit mailing list