mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
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:
parent
dcc805469b
commit
e6da775506
2 changed files with 12 additions and 1305 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue