[Webkit-unassigned] [Bug 56414] texImage2D gets old contents of canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 16:48:09 PDT 2011


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





--- Comment #8 from Stephen White <senorblanco at chromium.org>  2011-03-16 16:48:09 PST ---
Is it possible this fix would break (or slow down) accelerated canvas2D -> canvas2D draws?  (the amazon shelf demo used to be a good test of this, but unfortunately it's not available anymore).

This seems to end up here:

bool GraphicsContext3DInternal::paintsIntoCanvasBuffer() const
{
    // If the gpu compositor is on then skip the readback and software rendering path.
    return !m_webViewImpl->isAcceleratedCompositingActive();
}

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