[Webkit-unassigned] [Bug 66742] Write regression test for WebGL rate limiting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 12:06:48 PDT 2011


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


Nat Duca <nduca at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nduca at chromium.org




--- Comment #2 from Nat Duca <nduca at chromium.org>  2011-08-31 12:06:48 PST ---
There really are two things to veirfy here: that WebGLLayerChromium behaves correctly when dirtied outside of RAF, and that WebGLGraphicsContexts call setLayerUpdated.

At least for the latter case, mock testing might be a more appropriate vehicle for testing.

Mock could be: instantiate a compositor tree with a WebGLLayerChromium. Fire commands onto the webglcontext outside of the render task and assert that the ratelimiting task gets called on that context.

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