mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02: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:
|
global:
|
||||||
gl*;
|
gl*;
|
||||||
mgl*;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
OSMesaPixelStore;
|
OSMesaPixelStore;
|
||||||
OSMesaPostprocess;
|
OSMesaPostprocess;
|
||||||
gl*;
|
gl*;
|
||||||
mgl*;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue