diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-02 10:42:24 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-02 10:42:24 +0000 |
commit | a3f73acb9d2cdc62692af7ff93c51f910dff2d0d (patch) | |
tree | 303d205e8e6ed9676bdcbe006a402c23bf668f6c /lib/mesa/src/mapi/glapi/gen/gl_XML.py | |
parent | f54e142455cb3c9d1662dae7e096a32a47e5409b (diff) |
Merge Mesa 23.3.6
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 |