Summary: | es2-cts.gtf.gl2extensiontests.egl_image_external.testsimpleunassociated crashes | ||
---|---|---|---|
Product: | Mesa | Reporter: | Mark Janes <mark.a.janes> |
Component: | Drivers/DRI/i965 | Assignee: | Antia Puentes <apuentes> |
Status: | RESOLVED FIXED | QA Contact: | Intel 3D Bugs Mailing List <intel-3d-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | x86-64 (AMD64) | ||
OS: | other | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Mark Janes
2016-09-10 15:57:59 UTC
Looks like GL_TEXTURE_EXTERNAL_OES was forgotten. Should be added to the no-mipmaps case, I believe. (In reply to Mark Janes from comment #0) > glcts: > /home/jenkins/workspace/Leeroy_2/repos/mesa/src/mesa/drivers/dri/i965/ > intel_tex_image.c:70: intel_miptree_create_for_teximage: Assertion > `!"Unexpected target"' failed. FWIW, this regression doesn't happen on all hw. It happens on Haswell for example. But on Skylake, with or without that patch, it asserts on a different place: glcts: intel_mipmap_tree.c:2191: intel_miptree_make_shareable: Assertion `mt->msaa_layout == INTEL_MSAA_LAYOUT_NONE' failed. Aborted Pending to test on Broadwell. In any case, we will take a look to this, in order to solve the issue on the hw that caused an regression. Thanks to Ilia for his hint. (In reply to Alejandro Piñeiro (freenode IRC: apinheiro) from comment #2) > > Pending to test on Broadwell. Confirmed that the patch introduces a regression on Broadwell too. Just sent a series that fixes the regression: https://patchwork.freedesktop.org/series/12289/ Note that the test still crashes on Skylake, but that is unrelated with the problem detected on this bug (it was crashing before the commit at comment 0). |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.