summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_API.dtd
diff options
context:
space:
mode:
authorPaul Berry <[email protected]>2012-11-07 09:29:20 -0800
committerPaul Berry <[email protected]>2012-11-12 10:53:57 -0800
commit55b81ff56b89ef21747e022896674dd024b9ec7e (patch)
treeb219ac4226e8ffbd38873f9ed5c005b005246371 /src/mapi/glapi/gen/gl_API.dtd
parentbb3db388d8d4c7c2276a1db27fadaa1c57f1b39c (diff)
glapi: Remove handling of mesa_name XML attribute.
Previously, we used the mesa_name XML attribute to make the code generation scripts aware of any instances where the Mesa implementation of a function had a different function name suffix than the primary name in the XML. Now that all of the Mesa implementation functions have been renamed to match the XML, this attribute is no longer necessary. Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.dtd')
-rw-r--r--src/mapi/glapi/gen/gl_API.dtd3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd
index 066d5da522d..ab321fad0f8 100644
--- a/src/mapi/glapi/gen/gl_API.dtd
+++ b/src/mapi/glapi/gen/gl_API.dtd
@@ -40,8 +40,7 @@
es2 CDATA "none"
deprecated CDATA "none"
exec NMTOKEN #IMPLIED
- desktop (true | false) "true"
- mesa_name CDATA #IMPLIED>
+ desktop (true | false) "true">
<!ATTLIST size name NMTOKEN #REQUIRED
count NMTOKEN #IMPLIED
mode (get | set) "set">