Mesa (master): glapi: Remove static_dispatch from the DTD

Ian Romanick idr at kemper.freedesktop.org
Sat May 16 03:24:15 UTC 2015


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

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Tue May 12 17:17:11 2015 -0700

glapi: Remove static_dispatch from the DTD

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/mapi/glapi/gen/gl_API.dtd |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd
index ab321fa..298ba3c 100644
--- a/src/mapi/glapi/gen/gl_API.dtd
+++ b/src/mapi/glapi/gen/gl_API.dtd
@@ -34,7 +34,6 @@
 <!ATTLIST function name                NMTOKEN #REQUIRED
                    alias               NMTOKEN #IMPLIED
                    offset              CDATA   #IMPLIED
-                   static_dispatch     (true | false) "true"
                    vectorequiv         NMTOKEN #IMPLIED
                    es1                 CDATA   "none"
                    es2                 CDATA   "none"




More information about the mesa-commit mailing list