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: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
Cc: "11.2 12.0" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
Mathias Fröhlich 2016-07-01 07:13:46 +02:00 committed by Mathias Fröhlich
parent 7ed5bca21d
commit 13affe0d3f
4 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ VERSION 4.1
EXPORTS
OSMesaCreateContext
OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaMakeCurrent

View File

@ -1,5 +1,6 @@
EXPORTS
OSMesaCreateContext = OSMesaCreateContext@8
OSMesaCreateContextAttribs = OSMesaCreateContextAttribs@8
OSMesaCreateContextExt = OSMesaCreateContextExt@20
OSMesaDestroyContext = OSMesaDestroyContext@4
OSMesaMakeCurrent = OSMesaMakeCurrent@20

View File

@ -2,6 +2,7 @@
global:
OSMesaColorClamp;
OSMesaCreateContext;
OSMesaCreateContextAttribs;
OSMesaCreateContextExt;
OSMesaDestroyContext;
OSMesaGetColorBuffer;

View File

@ -4,6 +4,7 @@ VERSION 4.1
EXPORTS
OSMesaColorClamp
OSMesaCreateContext
OSMesaCreateContextAttribs
OSMesaCreateContextExt
OSMesaDestroyContext
OSMesaMakeCurrent