GNOME Bugzilla – Bug 719741
GLX winsys: fix feature handling for INTEL_swap_event
Last modified: 2014-02-05 13:47:22 UTC
This crept in with the frame timings work last year. It actually turns out that in some cases Clutter performs significantly better *without* waiting for frame completion - see bug 719368 for discussion, but I think having it disabled by accident in Cogl is not appropriate in any case.
Created attachment 263361 [details] [review] GLX winsys: fix feature handling for INTEL_swap_event The declaration of INTEL_swap_event was treating winsys features as if they were a bitfield, but they aren't. The end result was that instead of reporting two features when INTEL_swap_event is present, we report none.
Comment on attachment 263361 [details] [review] GLX winsys: fix feature handling for INTEL_swap_event This patch looks good to land to me: Reviewed-by: Robert Bragg <robert@linux.intel.com> thanks
I've pushed this to the cogl-1.18 branch