[Webkit-unassigned] [Bug 67341] Scissor rect optimization for chromium compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 16:10:31 PDT 2011


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





--- Comment #7 from Shawn Singh <shawnsingh at chromium.org>  2011-09-01 16:10:31 PST ---
Just to clarify...  "Once we remove the redundancy from this loop,"

...I'm referring to the redundancy between loops (1) and (2), since they are almost exactly the same in my patch.   Most of those conditionals are probably more appropriate in loop (1), and loop (2) can do a quick check to see if the layer was "marked to be drawn", and only culls layers if userRenderSurface() does not work.

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