[Webkit-unassigned] [Bug 118253] [texmap][GStreamer][GTK] composited video shows tearing on nvidia cards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 9 00:03:15 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118253





--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org>  2013-07-09 00:05:14 PST ---
If you see tearing it most probably is caused by doing rendering during vsync. To get around that you should synchronize all drawing operations with vsync, i.e. make sure that the drawing operation is started and finished before the next vsync.

Something like glXSwapInterval(1) should do that though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list