summaryrefslogtreecommitdiff
path: root/glx/extension_string.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-01-11 14:56:24 -0500
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-01-11 16:17:15 -0500
commit84956ca43b087600d9db297cffd62e960c516d9e (patch)
tree43e12fd43c620b9bc977a1823b216b182bed9d86 /glx/extension_string.c
parent04a54f69a8085ab3fe11a8713bd8b6b16ed1db27 (diff)
GLX/DRI2: add INTEL_swap_event support
This allows clients to easily check for swap completion status in their main loop. Reviewed-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Adam Jackson <ajax@nwnk.net> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'glx/extension_string.c')
-rw-r--r--glx/extension_string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/extension_string.c b/glx/extension_string.c
index 9d110cf98..7721cb056 100644
--- a/glx/extension_string.c
+++ b/glx/extension_string.c
@@ -82,6 +82,7 @@ static const struct extension_info known_glx_extensions[] = {
{ GLX(SGIX_fbconfig), VER(1,3), Y, },
{ GLX(SGIX_pbuffer), VER(1,3), Y, },
{ GLX(SGIX_visual_select_group), VER(0,0), Y, },
+ { GLX(INTEL_swap_event), VER(1,4), N, },
{ NULL }
};