[Webkit-unassigned] [Bug 74783] [QT] WebGL can not make the frame buffer with the stencil buffer.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 19 18:09:37 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74783
--- Comment #5 from Huang Dongsung <luxtella at company100.net> 2011-12-19 18:09:37 PST ---
(From update of attachment 119965)
View in context: https://bugs.webkit.org/attachment.cgi?id=119965&action=review
> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:-321
> -#if defined(QT_OPENGL_ES_2)
I amended here, also.
> Source/WebCore/platform/graphics/qt/GraphicsContext3DQt.cpp:483
> glTexImage2D(GraphicsContext3D::TEXTURE_2D, /* level */ 0, GraphicsContext3D::RGB, width, height, /* border */ 0, GraphicsContext3D::RGB, GraphicsContext3D::UNSIGNED_BYTE, /* data */ 0);
Actually, GraphicsContext3DQt::reshape never be called in Desktop Qt. Instead, GraphicsContext3DOpenGL::reshape would be called. I don't know how qmake to choose the right symbol from both GraphicsContext3DQt.o and GraphicsContext3DOpenGL.o.
--
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