[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 15:12:10 PST 2011


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





--- Comment #47 from W. James MacLean <wjmaclean at chromium.org>  2011-01-31 15:12:10 PST ---
(In reply to comment #45)
> Are you still seeing diffs, even after:
>
> http://trac.webkit.org/changeset/76299

Yes.

The changeset you mention was helpful in resolving the only pixel difference I was encountering on Mac, but it does not resolve the pixel differences I'm seeing on Linux.

(In reply to comment #46)
> (From update of attachment 79426 [details])
> 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..

No, it doesn't help. I tried all 4 combinations of including/removing each of the two calls to colorMask() and the results are the same in each case.

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