glx/glvnd: Fix GLXdispatchIndex sorting
[mesa.git] / src / glx / g_glxglvnddispatchindices.h
1 /*
2 * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl
3 * DO NOT EDIT!!
4 */
5 #ifndef __glxlibglvnd_dispatchindex_h__
6 #define __glxlibglvnd_dispatchindex_h__
7
8 typedef enum __GLXdispatchIndex {
9 DI_BindSwapBarrierSGIX,
10 DI_BindTexImageEXT,
11 // ChooseFBConfig implemented by libglvnd
12 DI_ChooseFBConfigSGIX,
13 // ChooseVisual implemented by libglvnd
14 // CopyContext implemented by libglvnd
15 DI_CopySubBufferMESA,
16 // CreateContext implemented by libglvnd
17 DI_CreateContextAttribsARB,
18 DI_CreateContextWithConfigSGIX,
19 DI_CreateGLXPbufferSGIX,
20 // CreateGLXPixmap implemented by libglvnd
21 DI_CreateGLXPixmapMESA,
22 DI_CreateGLXPixmapWithConfigSGIX,
23 // CreateNewContext implemented by libglvnd
24 // CreatePbuffer implemented by libglvnd
25 // CreatePixmap implemented by libglvnd
26 // CreateWindow implemented by libglvnd
27 // DestroyContext implemented by libglvnd
28 DI_DestroyGLXPbufferSGIX,
29 // DestroyGLXPixmap implemented by libglvnd
30 // DestroyPbuffer implemented by libglvnd
31 // DestroyPixmap implemented by libglvnd
32 // DestroyWindow implemented by libglvnd
33 // FreeContextEXT implemented by libglvnd
34 // GetClientString implemented by libglvnd
35 // GetConfig implemented by libglvnd
36 DI_GetContextIDEXT,
37 // GetCurrentContext implemented by libglvnd
38 // GetCurrentDisplay implemented by libglvnd
39 DI_GetCurrentDisplayEXT,
40 // GetCurrentDrawable implemented by libglvnd
41 // GetCurrentReadDrawable implemented by libglvnd
42 // GetFBConfigAttrib implemented by libglvnd
43 DI_GetFBConfigAttribSGIX,
44 DI_GetFBConfigFromVisualSGIX,
45 // GetFBConfigs implemented by libglvnd
46 DI_GetMscRateOML,
47 // GetProcAddress implemented by libglvnd
48 // GetProcAddressARB implemented by libglvnd
49 DI_GetScreenDriver,
50 // GetSelectedEvent implemented by libglvnd
51 DI_GetSelectedEventSGIX,
52 DI_GetSwapIntervalMESA,
53 DI_GetSyncValuesOML,
54 DI_GetVideoSyncSGI,
55 // GetVisualFromFBConfig implemented by libglvnd
56 DI_GetVisualFromFBConfigSGIX,
57 // ImportContextEXT implemented by libglvnd
58 // IsDirect implemented by libglvnd
59 DI_JoinSwapGroupSGIX,
60 // MakeContextCurrent implemented by libglvnd
61 // MakeCurrent implemented by libglvnd
62 // QueryContext implemented by libglvnd
63 DI_QueryContextInfoEXT,
64 DI_QueryCurrentRendererIntegerMESA,
65 DI_QueryCurrentRendererStringMESA,
66 // QueryDrawable implemented by libglvnd
67 // QueryExtension implemented by libglvnd
68 // QueryExtensionsString implemented by libglvnd
69 DI_QueryGLXPbufferSGIX,
70 DI_QueryMaxSwapBarriersSGIX,
71 DI_QueryRendererIntegerMESA,
72 DI_QueryRendererStringMESA,
73 // QueryServerString implemented by libglvnd
74 // QueryVersion implemented by libglvnd
75 DI_ReleaseBuffersMESA,
76 DI_ReleaseTexImageEXT,
77 // SelectEvent implemented by libglvnd
78 DI_SelectEventSGIX,
79 // SwapBuffers implemented by libglvnd
80 DI_SwapBuffersMscOML,
81 DI_SwapIntervalMESA,
82 DI_SwapIntervalSGI,
83 // UseXFont implemented by libglvnd
84 DI_WaitForMscOML,
85 DI_WaitForSbcOML,
86 // WaitGL implemented by libglvnd
87 DI_WaitVideoSyncSGI,
88 // WaitX implemented by libglvnd
89 DI_LAST_INDEX
90 } __GLXdispatchIndex;
91
92 #endif // __glxlibglvnd_dispatchindex_h__