glx: Unset the direct_support bit for GLX_EXT_import_context
[mesa.git] / src / glx / glxglvnd.h
1 #ifndef _glx_lib_glvnd_h_
2 #define _glx_lib_glvnd_h_
3
4 typedef struct __GLXapiExportsRec __GLXapiExports;
5
6 extern const __GLXapiExports *__glXGLVNDAPIExports;
7
8 extern const int DI_FUNCTION_COUNT;
9
10 extern const void * const __glXDispatchFunctions[];
11 extern int __glXDispatchTableIndices[];
12 extern const char * const __glXDispatchTableStrings[];
13
14 #endif