i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage
authorAlejandro Piñeiro <apinheiro@igalia.com>
Sat, 10 Sep 2016 22:07:30 +0000 (00:07 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Mon, 12 Sep 2016 16:10:50 +0000 (18:10 +0200)
commit6165603209f08cd95dc687363034f54978fe2c77
tree090c45a4615047955c441e3be67e2486b72d2f5c
parent9a1eb5423722955bee5c5b5f48fb058f0884fab0
i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage

Forgotten on commit "i965: Fix calculation of the image height at start level".

Thanks to Ilia Mirkin for point it.

Fixes the following regressions on Haswell and Broadwell:
ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimpleUnassociated (crash back to pass)
ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestSimple (crash back to fail)
ES2-CTS.gtf.GL2ExtensionTests.egl_image_external.TestVertexShader (crash back to fail)

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

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/intel_tex_image.c