summaryrefslogtreecommitdiffstats
path: root/src/egl
diff options
context:
space:
mode:
authorJeremy Huddleston <[email protected]>2011-06-09 16:59:49 -0700
committerJeremy Huddleston <[email protected]>2011-06-11 21:55:01 -0700
commit85937f4c0d4a78d3a11e3c1fa6148640f2a9ad7b (patch)
treef3b139670322e4e8beccc620bfcf09153e6d6aa1 /src/egl
parent837dc6101120a90f7a8d29ea45cf8e849a3542c2 (diff)
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 <[email protected]>
Diffstat (limited to 'src/egl')
0 files changed, 0 insertions, 0 deletions