mesa/src/mapi
Jeremy Huddleston 85937f4c0d glapi: Add API that can create a _glapi_table from a dlfcn handle
Example usage:

void *handle = dlopen(opengl_library_path, RTLD_LOCAL);
struct _glapi_table *disp = _glapi_create_table_from_handle(handle, "gl");

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2011-06-11 21:55:01 -07:00
..
es1api mapi: Workaround a bug in makedepend. 2011-01-29 19:22:54 +08:00
es2api add machine generated files to .gitignore 2011-01-24 09:17:57 -07:00
glapi glapi: Add API that can create a _glapi_table from a dlfcn handle 2011-06-11 21:55:01 -07:00
mapi mapi: _glthread_DECLARE_STATIC_MUTEX is not broken on Windows. 2011-03-06 09:11:59 +00:00
shared-glapi mapi: Workaround a bug in makedepend. 2011-01-29 19:22:54 +08:00
vgapi mapi: Workaround a bug in makedepend. 2011-01-29 19:22:54 +08:00