mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
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:
parent
882400b1f4
commit
b7d25dca98
2 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
global:
|
||||
gl*;
|
||||
mgl*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@
|
|||
OSMesaPixelStore;
|
||||
OSMesaPostprocess;
|
||||
gl*;
|
||||
mgl*;
|
||||
local:
|
||||
*;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue