<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Texture size changes after updating texture with TexSubImage3D from pixel buffer"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98923">98923</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Texture size changes after updating texture with TexSubImage3D from pixel buffer
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/DRI/i965
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>qiankun.miao@intel.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>kenneth@whitecape.org, yang.gu@intel.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>TexSubImage3D is buggy when updating texture data from pixel buffer on Linux +
Mesa + Skylake. Size of the texture changes after updating data with
TexSubImage3D from pixel buffer.
Steps to reproduce:
1. download chrome from <a href="https://www.google.com/chrome/browser/desktop/">https://www.google.com/chrome/browser/desktop/</a> or use
latest chrome in your linux distribution
2. un chrome --enable-unsafe-es3-apis --ignore-gpu-blacklist 
3. open url:
<a href="https://www.khronos.org/registry/webgl/sdk/tests/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html?webglVersion=2">https://www.khronos.org/registry/webgl/sdk/tests/conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html?webglVersion=2</a>
4. All tests should pass.
5. You will see failure in the page.

This happens on Linux with Mesa 11.0 and 13.0, not on other GPU vendor or
Windows and Mac.

Also see chrome bug:
<a href="https://bugs.chromium.org/p/chromium/issues/detail?id=666384">https://bugs.chromium.org/p/chromium/issues/detail?id=666384</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>