summaryrefslogtreecommitdiffstats
path: root/src/glx/g_glxglvnddispatchindices.h
blob: fd2156e56e12698893557e4c935849c54ff16212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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_BindTexImageEXT,
    // ChooseFBConfig implemented by libglvnd
    DI_ChooseFBConfigSGIX,
    // ChooseVisual implemented by libglvnd
    // CopyContext implemented by libglvnd
    // CreateContext implemented by libglvnd
    DI_CreateContextAttribsARB,
    DI_CreateContextWithConfigSGIX,
    DI_CreateGLXPbufferSGIX,
    // CreateGLXPixmap implemented by libglvnd
    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
    // GetProcAddress implemented by libglvnd
    // GetProcAddressARB implemented by libglvnd
    // GetSelectedEvent implemented by libglvnd
    DI_GetSelectedEventSGIX,
    DI_GetVideoSyncSGI,
    // GetVisualFromFBConfig implemented by libglvnd
    DI_GetVisualFromFBConfigSGIX,
    // ImportContextEXT implemented by libglvnd
    // IsDirect implemented by libglvnd
    // MakeContextCurrent implemented by libglvnd
    // MakeCurrent implemented by libglvnd
    // QueryContext implemented by libglvnd
    DI_QueryContextInfoEXT,
    // QueryDrawable implemented by libglvnd
    // QueryExtension implemented by libglvnd
    // QueryExtensionsString implemented by libglvnd
    DI_QueryGLXPbufferSGIX,
    // QueryServerString implemented by libglvnd
    // QueryVersion implemented by libglvnd
    DI_ReleaseTexImageEXT,
    // SelectEvent implemented by libglvnd
    DI_SelectEventSGIX,
    // SwapBuffers implemented by libglvnd
    DI_SwapIntervalSGI,
    // UseXFont implemented by libglvnd
    // WaitGL implemented by libglvnd
    DI_WaitVideoSyncSGI,
    // WaitX implemented by libglvnd
    DI_glXBindSwapBarrierSGIX,
    DI_glXCopySubBufferMESA,
    DI_glXCreateGLXPixmapMESA,
    DI_glXGetMscRateOML,
    DI_glXGetScreenDriver,
    DI_glXGetSwapIntervalMESA,
    DI_glXGetSyncValuesOML,
    DI_glXJoinSwapGroupSGIX,
    DI_glXQueryCurrentRendererIntegerMESA,
    DI_glXQueryCurrentRendererStringMESA,
    DI_glXQueryMaxSwapBarriersSGIX,
    DI_glXQueryRendererIntegerMESA,
    DI_glXQueryRendererStringMESA,
    DI_glXReleaseBuffersMESA,
    DI_glXSwapBuffersMscOML,
    DI_glXSwapIntervalMESA,
    DI_glXWaitForMscOML,
    DI_glXWaitForSbcOML,
    DI_LAST_INDEX
} __GLXdispatchIndex;

#endif // __glxlibglvnd_dispatchindex_h__