Skip to content
Snippets Groups Projects
Commit 13affe0d authored by Mathias Fröhlich's avatar Mathias Fröhlich
Browse files

osmesa: Export OSMesaCreateContextAttribs.


Since the function is exported like any other
public api function and put in the header
as if you could link against it, export it also
from shared objects.

Signed-off-by: default avatarMathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: default avatarBrian Paul <brianp@vmware.com>
Cc: "11.2 12.0" <mesa-stable@lists.freedesktop.org>
parent 7ed5bca2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ VERSION 4.1
EXPORTS
OSMesaCreateContext
OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaMakeCurrent
......
EXPORTS
OSMesaCreateContext = OSMesaCreateContext@8
OSMesaCreateContextAttribs = OSMesaCreateContextAttribs@8
OSMesaCreateContextExt = OSMesaCreateContextExt@20
OSMesaDestroyContext = OSMesaDestroyContext@4
OSMesaMakeCurrent = OSMesaMakeCurrent@20
......
......@@ -2,6 +2,7 @@
global:
OSMesaColorClamp;
OSMesaCreateContext;
OSMesaCreateContextAttribs;
OSMesaCreateContextExt;
OSMesaDestroyContext;
OSMesaGetColorBuffer;
......
......@@ -4,6 +4,7 @@ VERSION 4.1
EXPORTS
OSMesaColorClamp
OSMesaCreateContext
OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaMakeCurrent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment