[Bug 89526] [IVB+ Bisected]Ogles3conform ES3-CTS.gtf.GL3Tests.npot_textures.npot_gen_mipmap fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Mar 16 19:32:34 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=89526

--- Comment #3 from shuo.wang at intel.com ---
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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20150317/cc0780f8/attachment.html>


More information about the intel-3d-bugs mailing list