<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVB+ Bisected]Ogles3conform ES3-CTS.gtf.GL3Tests.npot_textures.npot_gen_mipmap fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89526#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [IVB+ Bisected]Ogles3conform ES3-CTS.gtf.GL3Tests.npot_textures.npot_gen_mipmap fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89526">bug 89526</a>
              from <span class="vcard"><a class="email" href="mailto:shuo.wang@intel.com" title="shuo.wang@intel.com">shuo.wang@intel.com</a>
</span></b>
        <pre>I just check the code of mesa.
It seems the token *texObj->NumLayers* which is used to judge result in patch
"1ee000a",
is only used in function *_mesa_TextureView*(For glTextureView in
textureview.c), *_mesa_set_texture_view_state*(For glTexStorage and
teximagemultisample in textureview.c), *create_texture_for_pbo*(in
meta_tex_subimage.c).

Since the token is not tracked by all function which is related with texture
such as *glTexImage* and so on.
I think the token should not be used to judge result in the function
*_mesa_cube_level_complete* now, unless the token also tracked by all function
which is related with Texture.

So, I think this patch should be revert. Or, need I miss something else?</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>