Mesa (master): Remove APIspec.dtd

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jan 29 00:46:10 UTC 2013


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jan 21 10:11:52 2013 -0800

Remove APIspec.dtd

Left behind by a8ab7e33.

---

 src/mesa/main/APIspec.dtd |   52 ---------------------------------------------
 1 files changed, 0 insertions(+), 52 deletions(-)

diff --git a/src/mesa/main/APIspec.dtd b/src/mesa/main/APIspec.dtd
deleted file mode 100644
index efcfa31..0000000
--- a/src/mesa/main/APIspec.dtd
+++ /dev/null
@@ -1,52 +0,0 @@
-<!ELEMENT apispec (template|api)+>
-
-<!ELEMENT api (category*, function*)>
-<!ELEMENT category EMPTY>
-<!ELEMENT function EMPTY>
-
-<!ELEMENT template (proto, desc*)>
-<!ELEMENT proto (return, (param|vector)*)>
-<!ELEMENT return EMPTY>
-<!ELEMENT param EMPTY>
-<!ELEMENT vector (param*)>
-<!ELEMENT desc ((value|range)*, desc*)>
-<!ELEMENT value EMPTY>
-<!ELEMENT range EMPTY>
-
-<!ATTLIST api      name                NMTOKEN #REQUIRED
-                   implementation      (true | false) "false">
-<!ATTLIST category name                NMTOKEN #REQUIRED>
-<!ATTLIST function name                NMTOKEN #REQUIRED
-                   default_prefix      NMTOKEN "_mesa_"
-                   external            (true | false) "false"
-                   template            NMTOKEN #REQUIRED
-                   gltype              CDATA #IMPLIED
-                   vector_size         NMTOKEN #IMPLIED
-                   expand_vector       (true | false) "false"
-                   skip_desc           (true | false) "false">
-
-<!ATTLIST template name                NMTOKEN #REQUIRED
-                   direction           (set | get) "set">
-
-<!ATTLIST return   type                CDATA #REQUIRED>
-<!ATTLIST param    name                NMTOKEN #REQUIRED
-                   type                CDATA #REQUIRED
-                   hide_if_expanded    (true | false) "false"
-                   category            NMTOKEN #IMPLIED>
-<!ATTLIST vector   name                NMTOKEN #REQUIRED
-                   type                CDATA #REQUIRED
-                   size                NMTOKEN #REQUIRED
-                   category            NMTOKEN #IMPLIED>
-
-<!ATTLIST desc     name                NMTOKEN #REQUIRED
-                   vector_size         CDATA #IMPLIED
-                   convert             (true | false) #IMPLIED
-                   error               NMTOKEN "GL_INVALID_ENUM"
-                   category            NMTOKEN #IMPLIED>
-
-<!ATTLIST value    name                CDATA #REQUIRED
-                   category            NMTOKEN #IMPLIED>
-<!ATTLIST range    from                NMTOKEN #REQUIRED
-                   to                  NMTOKEN #REQUIRED
-                   base                NMTOKEN #IMPLIED
-                   category            NMTOKEN #IMPLIED>




More information about the mesa-commit mailing list