[Bug 72379] [i965 Bisected]Ogles2conform GL2Tests/three_uniforms/three_uniforms_vec4_ivec4_bool_use_ivec4_to_render_frag.test fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 7 00:32:37 PST 2014


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

--- Comment #1 from Tapani Pälli <lemody at gmail.com> ---
This happens because the test has flag to use either vec4 or ivec4 uniform.
Then branch uses assignment where rvalue expression does i2f on a ivec4, else
branch just uses swizzle from a vec4 value. I've sent a patch to mesa-dev to
check that types of MOV operation src match which fixes this issue.

-- 
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/20140107/5a1f1fd3/attachment.html>


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