glx: stop exporting GL functions from libGLX_mesa.so

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33634>
This commit is contained in:
Marek Olšák
2025-02-21 02:45:55 -05:00
committed by Marge Bot
parent 628608672c
commit 71bb62e3c9
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1678,7 +1678,7 @@ for name in all_functions:
function_count = i
# Exported from libGL.so and libGLX_mesa.so (libEGL_mesa.so doesn't export any)
# Exported from libGL.so
libgl_public_functions = {
"Accum",
"ActiveShaderProgram",