gallium: Remove mgl* prefix in linker script osmesa.sym and libgl-xlib.sym
Seeing no mgl prefixed function in codebase, so removed it Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Ack-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19258>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
global:
|
||||
gl*;
|
||||
mgl*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
OSMesaPixelStore;
|
||||
OSMesaPostprocess;
|
||||
gl*;
|
||||
mgl*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user