diff options
Diffstat (limited to 'xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp')
-rw-r--r-- | xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp b/xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp new file mode 100644 index 000000000..a2ec77a4d --- /dev/null +++ b/xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp @@ -0,0 +1,25 @@ +LIBRARY libOSmesa +VERSION LIBRARY_VERSION +EXPORTS + OSMesaCreateContext + OSMesaDestroyContext + OSMesaGetColorBuffer + OSMesaGetCurrentContext + OSMesaGetDepthBuffer + OSMesaGetIntegerv + OSMesaMakeCurrent + OSMesaPixelStore + _glapi_Context + _glapi_noop_enable_warnings + _glapi_add_entrypoint + _glapi_get_dispatch_table_size + _glapi_set_dispatch + _glapi_check_multithread + _glapi_set_context + glTexCoordPointer + glColorPointer + glNormalPointer + glVertexPointer + glDrawElements + +/* $XFree86: xc/lib/GL/mesa/src/OSmesa/OSmesa-def.cpp,v 1.1 2000/08/09 23:40:12 dawes Exp $ */ |