summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2014-05-08 18:52:09 -0400
committerOwen W. Taylor <otaylor@fishsoup.net>2015-02-23 16:39:21 -0500
commitc32dc3408092dc996178312db95d94a18b161275 (patch)
tree7744659e09ec0cc38df9705b15c3fdccd1c20d81 /configure.ac
parent82926e9532e10cb8af9ab1a1dbaa1c523b68774d (diff)
downloadclutter-c32dc3408092dc996178312db95d94a18b161275.tar.gz
Allow setting up quad-buffer stereo output
Add clutter_x11_set_use_stereo_stage() that can be called before clutter_init() so that the CoglDisplay we create and all stages created from that CoglDisplay will be created with a stereo fbconfig. This is done in clutter-x11 because of the similarity to the existing clutter_x11_set_use_argb_visual(), and because it's not clear without other examples whether the need to have stereo enabled from before clutter_init() is universal or somethign specific to GLX. Cogl required version is increased to 1.20, which has the required API. https://bugzilla.gnome.org/show_bug.cgi?id=732706
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f8ca4e3e4..fca752b92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,7 +136,7 @@ AC_HEADER_STDC
# required versions for dependencies
m4_define([glib_req_version], [2.39.0])
-m4_define([cogl_req_version], [1.17.5])
+m4_define([cogl_req_version], [1.20.0])
m4_define([json_glib_req_version], [0.12.0])
m4_define([atk_req_version], [2.5.3])
m4_define([cairo_req_version], [1.14.0])