Bug 94175 - [Chromium] Compositor hangs while updating resources if vsync is disabled.
Summary: [Chromium] Compositor hangs while updating resources if vsync is disabled.
Status: RESOLVED DUPLICATE of bug 94012
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-15 20:00 PDT by David Reveman
Modified: 2012-08-15 20:47 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 2012-08-15 20:00:02 PDT
Looks like manual vsync ticks are not generated when scheduler is updating resources. This happens when there's nothing to draw but resources to update. To reproduce go to a page that generates more than 48 resource updates per frame. E.g. http://www.corp.google.com/~reveman/texture-uploads/test.html with the browser window relatively large.    Or it will reproduce on any composited page after lowering the textureUpdatesPerFrame constant in CCTextureUpdateController.cpp to 5.
Comment 1 John Bates 2012-08-15 20:43:15 PDT
I think Brian just fixed this today, or has a fix in progress: https://bugs.webkit.org/show_bug.cgi?id=94012
Comment 2 David Reveman 2012-08-15 20:47:00 PDT
yup, that's the same issue. thanks.

*** This bug has been marked as a duplicate of bug 94012 ***