30 lines
647 B
C++
30 lines
647 B
C++
LIBRARY libOSmesa
|
|
VERSION LIBRARY_VERSION
|
|
EXPORTS
|
|
OSMesaCreateContext
|
|
OSMesaDestroyContext
|
|
OSMesaGetColorBuffer
|
|
OSMesaGetCurrentContext
|
|
OSMesaGetDepthBuffer
|
|
OSMesaGetIntegerv
|
|
OSMesaMakeCurrent
|
|
OSMesaPixelStore
|
|
#ifndef __UNIXOS2__
|
|
_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
|
|
#else
|
|
OSMesaCreateContextExt
|
|
#endif /* __UNIXOS2__ */
|
|
|
|
/* $XFree86: xc/lib/GL/mesa/drivers/osmesa/OSMesa-def.cpp,v 1.1 2004/04/14 11:18:28 alanh Exp $ */
|