Merge branch 'mesa_7_7_branch'
[mesa.git] / src / glx / x11 / glxextensions.c
index 6852128e2ae189032ceedf9886c7c2a3ef0acadf..25a5c4929309207409aa44430a77133b3e27a538 100644 (file)
@@ -104,6 +104,7 @@ static const struct extension_info known_glx_extensions[] = {
    { GLX(SGIX_swap_group),             VER(0,0), N, N, N, N },
    { GLX(SGIX_visual_select_group),    VER(0,0), Y, Y, N, N },
    { GLX(EXT_texture_from_pixmap),     VER(0,0), Y, N, N, N },
+   { GLX(INTEL_swap_event),            VER(1,4), Y, Y, N, N },
    { NULL }
 };