diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-01-11 14:56:24 -0500 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-01-11 16:17:15 -0500 |
commit | 84956ca43b087600d9db297cffd62e960c516d9e (patch) | |
tree | 43e12fd43c620b9bc977a1823b216b182bed9d86 /configure.ac | |
parent | 04a54f69a8085ab3fe11a8713bd8b6b16ed1db27 (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 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b20fc6b2..029c9b488 100644 --- a/configure.ac +++ b/configure.ac @@ -755,7 +755,7 @@ XINERAMAPROTO="xineramaproto" BIGFONTPROTO="xf86bigfontproto >= 1.2.0" XCALIBRATEPROTO="xcalibrateproto" DGAPROTO="xf86dgaproto >= 2.0.99.1" -GLPROTO="glproto >= 1.4.9" +GLPROTO="glproto >= 1.4.10" DMXPROTO="dmxproto >= 2.2.99.1" VIDMODEPROTO="xf86vidmodeproto >= 2.2.99.1" WINDOWSWMPROTO="windowswmproto" |