Hi, Does WebGL works with QtWebKit (WebKit1) on Qt5.0 EGLFS plugin? When I tried with : QtTestBrowser -graphicsbased -gl-viewport -webgl <WEBPAGE> OR QtTestBrowser -graphicsbased -gl-viewport -tiled-backing-store -viewport-update-mode BoundingRect -webgl <WEBPAGE>
Both didnt work. It returns error with No-Context. In WebGLRenderingContext.cpp, the condition : if (!context || !context->makeContextCurrent()) is always true and hence returns null pointer. The context is false as surface is not allocated in " GraphicsContext3DPrivate::GraphicsContext3DPrivate" Since I dont understand much of the architecture, i am not sure if, I am doing right thing. Can any body give some insight? -- Thanks hari
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
