mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 11:59:12 +00:00
Owen W. Taylor
383ba566bd
Call cogl_xlib_renderer_set_threaded_swap_wait_enabled()
Set up things so that if the INTEL_swap_event extension is not present, but the driver is known to have good thread support, we use an extra thread and call glXWaitVideoSync() in the thread. This allows idles to work properly, even when Mutter is constantly redrawing new frames; otherwise, without INTEL_swap_event, we'll just block in glXSwapBuffers(). https://bugzilla.gnome.org/show_bug.cgi?id=779039
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%