Go to file
Rui Matos cfafb0bfca MetaRendererNative: Flush all pending swap notifies on idle
We need to do swap notifications asynchronously from flip events since
these might be processed during swap buffers if we are waiting for the
previous frame's flip to continue with the current.

This means that we might have more than one swap notification queued
to be delivered when the idle handler runs. In that case we must
deliver all notifications for which we've already seen a flip event.

Failing to do so means that if a new frame, that only swaps buffers on
such a swap notification backlogged Onscreen, is started, when later
we get its flip event, we'd notify only an old frame which would hit
this MetaStageNative's frame_cb() early exit:

  if (global_frame_counter <= presented_frame_counter)
    return;

and we'd never finish the new frame and thus clutter's master clock
would be waiting forever stuck.

https://bugzilla.gnome.org/show_bug.cgi?id=774557
2016-12-07 16:48:22 +01:00
clutter build: Fix cogl include paths of tests 2016-11-23 23:12:55 +01:00
cogl cogl: Do not include both GLES2 and GL headers 2016-12-02 18:15:39 +01:00
data build: Say good-bye to intltool 2016-08-19 11:04:48 +02:00
doc docs: drop docs 2016-04-12 20:03:29 +02:00
po Updated Norwegian bokmål translation. 2016-11-21 08:47:23 +01:00
src MetaRendererNative: Flush all pending swap notifies on idle 2016-12-07 16:48:22 +01:00
tools Clean up the source tree 2014-03-18 20:37:35 -04:00
.gitignore wayland: Add support for the xdg-foreign protocol 2016-08-22 21:03:41 +08:00
autogen.sh clutter: prune out non library bits 2016-04-12 20:03:27 +02:00
configure.ac Bump version to 3.23.2 2016-11-23 23:12:55 +01:00
COPYING clutter: prune out non library bits 2016-04-12 20:03:27 +02:00
Makefile.am Fix the merged build 2016-04-27 20:37:47 +02:00
mutter.doap doap: add <programming-language> 2014-07-31 17:50:28 +02:00
NEWS Bump version to 3.23.2 2016-11-23 23:12:55 +01:00