[Webkit-unassigned] [Bug 56555] [Qt] Enable GraphicsContext3D only when the window surface support OpenGL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 04:52:33 PDT 2011


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





--- Comment #4 from Jarkko Sakkinen <jarkko.j.sakkinen at gmail.com>  2011-03-17 04:52:33 PST ---
You're right. In order to support those cases software fallback *is* needed. *Also*, there should be a check before allowing texture mapping in GraphicsContext3DImpl::paint() that painter->paintDevice() == m_viewportGLWidget. If not use software fallback.

I think, because of cases that you mentioned, you should reconsider reopening 40884 (QImage and printing). I'll revise this patch.

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