[Webkit-unassigned] [Bug 70407] [TexMap][QT] PageClientQt should skip redundant sync requests during Accelerated Composition.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 16:38:54 PST 2011


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





--- Comment #3 from Hwang <luxtella at company100.net>  2011-11-14 16:38:53 PST ---
The "shouldSync" is not used in current code. I wonder which "shouldSync" affects in code.

I thought you created "shouldSync" for following purpose.
1. WebCore callbacks PageClientQGraphicsWidget::syncLayers() in order to invalidate.
2. Before invalidating WebCore callbacks PageClientQGraphicsWidget::syncLayers() so many times.
3. PageClientQGraphicsWidget should invalidate only one time for all sync requests.

I experienced performance largely increased by this patch in my project based on private SDL port in the following site. In detail, from 3fps to 20fps.
http://www.craftymind.com/factory/guimark2/HTML5GamingTest.html

This site requests more than 600 sync requests before invalidating actually.

I'm sorry for my poor English. English is more difficult than C++ to Asian.

-- 
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