diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:05 +0000 |
commit | 21ab4c9f31674b113c24177398ed39f29b7cd8e6 (patch) | |
tree | 8be392d7a792d9663c2586396be77bfd506f5164 /lib/mesa/src/glx/g_glxglvnddispatchindices.h | |
parent | a8f0a7916e26e550dd2a26e7188835c481978004 (diff) |
Import Mesa 13.0.2
Diffstat (limited to 'lib/mesa/src/glx/g_glxglvnddispatchindices.h')
-rw-r--r-- | lib/mesa/src/glx/g_glxglvnddispatchindices.h | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/lib/mesa/src/glx/g_glxglvnddispatchindices.h b/lib/mesa/src/glx/g_glxglvnddispatchindices.h new file mode 100644 index 000000000..089165409 --- /dev/null +++ b/lib/mesa/src/glx/g_glxglvnddispatchindices.h @@ -0,0 +1,92 @@ +/* + * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl + * DO NOT EDIT!! + */ +#ifndef __glxlibglvnd_dispatchindex_h__ +#define __glxlibglvnd_dispatchindex_h__ + +typedef enum __GLXdispatchIndex { + DI_BindSwapBarrierSGIX, + DI_BindTexImageEXT, + // ChooseFBConfig implemented by libglvnd + DI_ChooseFBConfigSGIX, + // ChooseVisual implemented by libglvnd + // CopyContext implemented by libglvnd + DI_CopySubBufferMESA, + // CreateContext implemented by libglvnd + DI_CreateContextAttribsARB, + DI_CreateContextWithConfigSGIX, + DI_CreateGLXPbufferSGIX, + // CreateGLXPixmap implemented by libglvnd + DI_CreateGLXPixmapMESA, + DI_CreateGLXPixmapWithConfigSGIX, + // CreateNewContext implemented by libglvnd + // CreatePbuffer implemented by libglvnd + // CreatePixmap implemented by libglvnd + // CreateWindow implemented by libglvnd + // DestroyContext implemented by libglvnd + DI_DestroyGLXPbufferSGIX, + // DestroyGLXPixmap implemented by libglvnd + // DestroyPbuffer implemented by libglvnd + // DestroyPixmap implemented by libglvnd + // DestroyWindow implemented by libglvnd + // FreeContextEXT implemented by libglvnd + // GetClientString implemented by libglvnd + // GetConfig implemented by libglvnd + DI_GetContextIDEXT, + // GetCurrentContext implemented by libglvnd + // GetCurrentDisplay implemented by libglvnd + DI_GetCurrentDisplayEXT, + // GetCurrentDrawable implemented by libglvnd + // GetCurrentReadDrawable implemented by libglvnd + // GetFBConfigAttrib implemented by libglvnd + DI_GetFBConfigAttribSGIX, + DI_GetFBConfigFromVisualSGIX, + // GetFBConfigs implemented by libglvnd + DI_GetMscRateOML, + // GetProcAddress implemented by libglvnd + // GetProcAddressARB implemented by libglvnd + // GetSelectedEvent implemented by libglvnd + DI_GetSelectedEventSGIX, + DI_GetVideoSyncSGI, + // GetVisualFromFBConfig implemented by libglvnd + DI_GetVisualFromFBConfigSGIX, + DI_GetScreenDriver, + DI_GetSwapIntervalMESA, + DI_GetSyncValuesOML, + // ImportContextEXT implemented by libglvnd + // IsDirect implemented by libglvnd + DI_JoinSwapGroupSGIX, + // MakeContextCurrent implemented by libglvnd + // MakeCurrent implemented by libglvnd + // QueryContext implemented by libglvnd + DI_QueryContextInfoEXT, + DI_QueryCurrentRendererIntegerMESA, + DI_QueryCurrentRendererStringMESA, + // QueryDrawable implemented by libglvnd + // QueryExtension implemented by libglvnd + // QueryExtensionsString implemented by libglvnd + DI_QueryGLXPbufferSGIX, + DI_QueryMaxSwapBarriersSGIX, + DI_QueryRendererIntegerMESA, + DI_QueryRendererStringMESA, + // QueryServerString implemented by libglvnd + // QueryVersion implemented by libglvnd + DI_ReleaseBuffersMESA, + DI_ReleaseTexImageEXT, + // SelectEvent implemented by libglvnd + DI_SelectEventSGIX, + // SwapBuffers implemented by libglvnd + DI_SwapBuffersMscOML, + DI_SwapIntervalMESA, + DI_SwapIntervalSGI, + // UseXFont implemented by libglvnd + // WaitGL implemented by libglvnd + DI_WaitForMscOML, + DI_WaitForSbcOML, + DI_WaitVideoSyncSGI, + // WaitX implemented by libglvnd + DI_LAST_INDEX +} __GLXdispatchIndex; + +#endif // __glxlibglvnd_dispatchindex_h__ |