[Bug 93410] [BDW,SKL][GLES 3.1 CTS]ES31-CTS.shader_image_load_store.negative-linkErrors fail

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 5 02:05:33 PST 2016


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

--- Comment #1 from Marta Löfstedt <marta.lofstedt at intel.com> ---
The shaders in the test should fail to link, but they don't. It seem that we
don't check types over shader stages. 

The test have:
in vs: "layout(rgba32f) writeonly uniform highp image3D g_image;"
in fs: "layout(rgba32f) writeonly uniform highp image2D g_image;"

and in a second case:
in vs: layout(rgba32f)
in fs: layout(r32f)

-- 
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/20160105/885b42d6/attachment.html>


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