commit | a285acbbef997d223de819e960d55724f52757d4 | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Fri Jan 07 03:22:56 2005 +0000 |
committer | Ian Romanick <idr@us.ibm.com> | Fri Jan 07 03:22:56 2005 +0000 |
tree | ef127980428fdae4cf398af81751d17a3017a789 | |
parent | 70d2f152f8e312a6c51dd4547d39b09284b2c0de [diff] [blame] |
Track the GLX protocol names for GL types.
diff --git a/src/mesa/glapi/gl_XML.py b/src/mesa/glapi/gl_XML.py index f984d5f..538756e 100644 --- a/src/mesa/glapi/gl_XML.py +++ b/src/mesa/glapi/gl_XML.py
@@ -105,6 +105,7 @@ def __init__(self, context, name, attrs): self.size = int(attrs.get('size', "0")) + self.glx_name = attrs.get('glx_name', "") type_name = "GL" + attrs.get('name', None) glItem.__init__(self, name, type_name, context)