After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 755016 - Fix jittery rendering with GDK Clutter backend on X11
Fix jittery rendering with GDK Clutter backend on X11
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-09-15 00:39 UTC by Lionel Landwerlin
Modified: 2015-09-15 10:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
embed: capture configure event to forward them to the gdk backend on x11 (1.21 KB, patch)
2015-09-15 00:39 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2015-09-15 00:39:00 UTC
Please see the patch, this goes with an earlier Clutter change :
https://bugzilla.gnome.org/show_bug.cgi?id=754993
Comment 1 Lionel Landwerlin 2015-09-15 00:39:03 UTC
Created attachment 311318 [details] [review]
embed: capture configure event to forward them to the gdk backend on x11

This changes works in conjunction with a Clutter change [1] to ensure
rendering is correctly synchronized at the different level of the stack.

[1] : https://git.gnome.org/browse/clutter/commit/?id=ee98a5bbe8ad21519d5e368ca5b2336e5d1da880
Comment 2 Emmanuele Bassi (:ebassi) 2015-09-15 10:37:11 UTC
Review of attachment 311318 [details] [review]:

Okay.
Comment 3 Lionel Landwerlin 2015-09-15 10:52:05 UTC
Review of attachment 311318 [details] [review]:

Pushed to master.