glapi: get the list of public GL functions from libgl-symbols.txt

It's used by the symbols check test, so let's feed the same file into
python to define public GL functions because the lists are identical.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34002>
This commit is contained in:
Marek Olšák 2025-03-08 22:18:45 -05:00 committed by Marge Bot
parent dcc805469b
commit e6da775506
2 changed files with 12 additions and 1305 deletions

File diff suppressed because it is too large Load diff

View file

@ -142,6 +142,9 @@ glapi_xml_py_deps = files(
'glapi/gen/static_data.py',
'glapi/gen/typeexpr.py',
'new/genCommon.py',
# Symbols
'../glx/libgl-symbols.txt',
)
subdir('glapi')