diff options
Diffstat (limited to 'lib/mesa/src/mapi/glapi/gen/gl_XML.py')
-rw-r--r-- | lib/mesa/src/mapi/glapi/gen/gl_XML.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/mapi/glapi/gen/gl_XML.py b/lib/mesa/src/mapi/glapi/gen/gl_XML.py index c1fd6f5c2..3e1b8b061 100644 --- a/lib/mesa/src/mapi/glapi/gen/gl_XML.py +++ b/lib/mesa/src/mapi/glapi/gen/gl_XML.py @@ -710,7 +710,7 @@ class gl_function( gl_item ): else: if self.exec_flavor != "skip": raise RuntimeError("Entry-point %s is missing offset in static_data.py. Add one at the bottom of the list." % (name)) - self.assign_offset = self.exec_flavor != "skip" or name in static_data.unused_functions + self.assign_offset = False if not self.name: self.name = true_name |