Mesa (master): targets/osmesa: include mangled gl symbols

Emil Velikov evelikov at kemper.freedesktop.org
Sun May 25 22:22:41 UTC 2014


Module: Mesa
Branch: master
Commit: 7e613f4683cef5274b18cba61f8f8ebabd91367a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e613f4683cef5274b18cba61f8f8ebabd91367a

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sun May 25 01:46:42 2014 +0100

targets/osmesa: include mangled gl symbols

Missed out with commit d4c3968c25885f6eb53dee4cc0c60d8d3f8fec32

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gallium/targets/osmesa/osmesa.sym |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/osmesa/osmesa.sym b/src/gallium/targets/osmesa/osmesa.sym
index b8230e0..d4b963d 100644
--- a/src/gallium/targets/osmesa/osmesa.sym
+++ b/src/gallium/targets/osmesa/osmesa.sym
@@ -13,6 +13,7 @@
 		OSMesaPixelStore;
 		OSMesaPostprocess;
 		gl*;
+		mgl*;
 	local:
 		*;
 };




More information about the mesa-commit mailing list