OSDN Git Service

glapi: Remove handling of mesa_name XML attribute.
authorPaul Berry <stereotype441@gmail.com>
Wed, 7 Nov 2012 17:29:20 +0000 (09:29 -0800)
committerPaul Berry <stereotype441@gmail.com>
Mon, 12 Nov 2012 18:53:57 +0000 (10:53 -0800)
commit55b81ff56b89ef21747e022896674dd024b9ec7e
treeb219ac4226e8ffbd38873f9ed5c005b005246371
parentbb3db388d8d4c7c2276a1db27fadaa1c57f1b39c
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 <brianp@vmware.com>
src/mapi/glapi/gen/gl_API.dtd
src/mapi/glapi/gen/gl_XML.py
src/mapi/glapi/gen/gl_genexec.py