summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.c')
-rw-r--r--video/out/gl_common.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index dd90bee322..1f1f02d4a3 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -341,6 +341,14 @@ static const struct gl_functions gl_functions[] = {
{0}
},
},
+ {
+ .extension = "GLX_SGI_video_sync",
+ .functions = (struct gl_function[]) {
+ DEF_FN_NAMES(GetVideoSync, "glXGetVideoSyncSGI"),
+ DEF_FN_NAMES(WaitVideoSync, "glXWaitVideoSyncSGI"),
+ {0},
+ },
+ },
// GL legacy functions in GL 1.x - 2.x, removed from GL 3.x
{
.ver_core = MPGL_VER(1, 1),