<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 31 January 2013 14:59, mahesh gawali <span dir="ltr"><<a href="mailto:maheshgawali@gmail.com" target="_blank">maheshgawali@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks for the quick response Robert, Neil and Tomeu.<div><br></div><div>I also have an ARM target to which i have ported webkit-clutter. I ran the conformity test inside cogl setup for verifying GLES2 (test-gles2-context). It ran fine. But am facing the same issue with webgl in webkit-clutter on both setups.</div>


<div><br></div><div>I have an Nvidia GPU on my x86 setup and a mali-gpu on the ARM setup. </div><div><br></div><div>Please let me know if there is anything else i can try.</div><div><br></div>
<div><b><u>@Tomeu:</u></b> In Webkit-clutter, do we need to change the gaurds here to accomodate backend=clutter<br></div><div><br></div><div><u>Source/WebCore/platform/graphics/clutter/GraphicsContext3DPrivate.h</u><br>


</div><div><br></div><div><div><font face="courier new, monospace">#if USE(OPENGL_ES_2) <i>// should we be checking backend==clutter also here ?</i></font></div><div><font face="courier new, monospace">    CoglGLES2Context *m_gl_context;</font></div>


<div><font face="courier new, monospace">#else</font></div><div><font face="courier new, monospace">    CoglContext *m_gl_context;</font></div><div><font face="courier new, monospace">#endif</font></div></div></div></blockquote>

<div> </div><div>That code is wrong, but I don't think it has nothing to do with the problems you are facing.<br><br></div><div>Can you run this command and attach the output for us to see?<br></div><div><br></div><div>

COGL_DEBUG=winsys COGL_DRIVER=gles2 ./Programs/MxLauncher <a href="http://learningwebgl.com/lessons/lesson16/index.html">http://learningwebgl.com/lessons/lesson16/index.html</a><br></div><br></div><div class="gmail_quote">

Thanks,<br><br>Tomeu<br></div></div></div>