[Webkit-unassigned] [Bug 52311] [chromium] Add command-line flag to enable composite to offscreen texture.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 10:21:42 PST 2011


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





--- Comment #46 from Vangelis Kokkevis <vangelis at chromium.org>  2011-01-31 10:21:41 PST ---
(From update of attachment 79426)
View in context: https://bugs.webkit.org/attachment.cgi?id=79426&action=review

> Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:645
> +        m_context->colorMask(true, true, true, true);

Now that the color mask is set to (t,t,t,t) in the LayerRendererChromium ln 266, you should avoid resetting it here.  I wonder if this will clear the problems you're seeing..

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