[Bug 99919] Wrong and unstable image rendering from GLSL fragment shaders

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Feb 25 14:34:05 UTC 2017


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

--- Comment #7 from Roland Scheidegger <sroland at vmware.com> ---
I think there's a potential issue in the original shader itself.
The opU function has an out parameter HitData hd, which should probably be
inout. Otherwise depending on some conditions the value returned will be
undefined (as it gets initialized before in the calling function).
Not sure if these conditions are actually hittable and matter here - I've
looked at the tgsi code and indeed the tgsi code was different with this
change, but it made no difference to the checkerboard pattern being rendered
with llvmpipe.

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


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