<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xinghua.cao@intel.com" title="xinghua <xinghua.cao@intel.com>"> <span class="fn">xinghua</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebGL conformance2/reading/read-pixels-from-fbo-test.html fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94345">bug 94345</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebGL conformance2/reading/read-pixels-from-fbo-test.html fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94345#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - WebGL conformance2/reading/read-pixels-from-fbo-test.html fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94345">bug 94345</a>
              from <span class="vcard"><a class="email" href="mailto:xinghua.cao@intel.com" title="xinghua <xinghua.cao@intel.com>"> <span class="fn">xinghua</span></a>
</span></b>
        <pre>
Hi, Mark,
The OpenGL version or OpenGL ES version must be higher than 4.2 or 3.0
respectively to support WebGL2.0.0 test cases.
Get latest Mesa driver and build it, we found that OpenGL version is only 3.3.
So should use OpenGL ES path, the option "--use-gl=egl" is used to specify this
path.

In step2, there is a redundant blank of "-- use-gl=egl", please remove it to
start the chrome.
[LD_LIBRARY_PATH=<mesa_lib>:$LD_LIBRARY_PATH LIBGL_DRIVERS_PATH=<mesa_lib>/dri]
google-chrome-unstable --enable-unsafe-es3-apis --use-gl=egl</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>