<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78770#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78770">bug 78770</a>
              from <span class="vcard"><a class="email" href="mailto:chad.versace@linux.intel.com" title="Chad Versace <chad.versace@linux.intel.com>"> <span class="fn">Chad Versace</span></a>
</span></b>
        <pre>Kalyan and Tapani confirmed that my patch fixes the test on 64-bit Sandybridge.
I confirmed the fix on 64-bit Ivybridge.

Still waiting for a QA update on 32-bit Sandybridge with a modern Chromium.

Patch is committed to Mesa master as

commit b69c7c5dac4e2615e89cef773173484421830a8f
Author: Chad Versace <<a href="mailto:chad.versace@linux.intel.com">chad.versace@linux.intel.com</a>>
Date:   Tue Nov 18 15:41:35 2014 -0800

    i965: Fix segfault in WebGL Conformance on Ivybridge

    Fixes regression of WebGL Conformance test texture-size-limit [1] on
    Ivybridge Mobile GT2 0x0166 with Google Chrome R38.

    Regression introduced by

        commit 6c044231535b93c5d16404528946cad618d96bd9
        Author: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>>
        Date:   Sun Feb 2 02:58:42 2014 -0800

            i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.

    The test regressed because the pointer offset arithmetic in
    intel_miptree_map_gtt() overflows for large textures. The pointer
    arithmetic is not 64-bit safe.

    [1]
<a href="https://github.com/KhronosGroup/WebGL/blob/52f0dc240f04dce31b1b8e2b8107fe2b8332dc90/sdk/tests/conformance/textures/texture-size-limit.html">https://github.com/KhronosGroup/WebGL/blob/52f0dc240f04dce31b1b8e2b8107fe2b8332dc90/sdk/tests/conformance/textures/texture-size-limit.html</a>

    Cc: "10.3 10.4" <<a href="mailto:mesa-stable@lists.freedesktop.org">mesa-stable@lists.freedesktop.org</a>>
    Fixes: <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [SNB bisected]Webglc conformance/textures/texture-size-limit.html fails"
   href="show_bug.cgi?id=78770">https://bugs.freedesktop.org/show_bug.cgi?id=78770</a>
    Fixes: Intel CHRMOS-1377
    Reported-by: Lu Hua <<a href="mailto:huax.lu@intel.com">huax.lu@intel.com</a>>
    Reviewed-by: Ian Romanic <<a href="mailto:ian.d.romanick@intel.com">ian.d.romanick@intel.com</a>>
    Signed-off-by: Chad Versace <<a href="mailto:chad.versace@linux.intel.com">chad.versace@linux.intel.com</a>></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>