[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
Tue Feb 8 10:51:24 PST 2011


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





--- Comment #55 from W. James MacLean <wjmaclean at chromium.org>  2011-02-08 10:51:24 PST ---
(In reply to comment #54)
> (From update of attachment 81633 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=81633&action=review
> 
> > Source/WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:761
> > +//        scissorY = m_currentRenderSurface->m_contentRect.height() - (scissorRect.bottom() - m_currentRenderSurface->m_contentRect.y()); // mine - old
> 
> Commented out lines need to be removed.

I will fix this. I forgot to remove comments I made while resolving a merge.

> > Source/WebCore/platform/graphics/chromium/RenderSurfaceChromium.cpp:180
> > +    GLC(context3D, context3D->texParameteri(GraphicsContext3D::TEXTURE_2D, GraphicsContext3D::TEXTURE_MIN_FILTER, GraphicsContext3D::NEAREST));
> 
> I suggested turning the filtering to NEAREST just to help troubleshoot the failing tests. Generally we want LINEAR filtering when drawing render surfaces.

OK. I'll go back and look at it again.

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