pkgsrc/graphics/MesaLib7/files/mapfile.externs
tnn 47e52e5e3e Re-import the old MesaLib package as graphics/MesaLib7.
Set INSTALLATION_PREFIX to allow this to co-exist with graphics/MesaLib.

This package is here to allow x11/modular-xorg-server112 to find
dri drivers, which it should pick up from /usr/pkg/MesaLib7/lib/dri.
2015-04-05 17:01:37 +00:00

27 lines
969 B
Text

# Functions which are allowed to be unresolved when building dri modules
{
global:
_glapi_Context = DATA extern;
_glapi_Dispatch = DATA extern;
_glapi_add_dispatch = FUNCTION extern;
_glapi_get_dispatch = FUNCTION extern;
_glapi_get_dispatch_table_size = FUNCTION extern;
_glapi_set_dispatch = FUNCTION extern;
_glapi_get_context = FUNCTION extern;
_glapi_set_context = FUNCTION extern;
_glapi_set_warning_func = FUNCTION extern;
_glapi_noop_enable_warnings = FUNCTION extern;
_glapi_check_multithread = FUNCTION extern;
_glthread_GetID = FUNCTION extern;
sl_pp_context_add_extension = FUNCTION extern;
sl_pp_context_create = FUNCTION extern;
sl_pp_context_error_message = FUNCTION extern;
sl_pp_context_destroy = FUNCTION extern;
sl_pp_version = FUNCTION extern;
sl_cl_compile = FUNCTION extern;
radeon_gem_get_kernel_name = FUNCTION extern;
_mesa_bitcount = FUNCTION extern;
};