[Bug 86816] rendering artifacts with WebGL zombies
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 8 08:04:04 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=86816
--- Comment #14 from Jakub Szuppe <jakub+mesa at streamcomputing.eu> ---
Variable add is uninitialized before operation add += color = org = texture2D(
map, uv ); (line 266 in webgl_zombies.html). Initializing add or changing that
line to add = color = org = texture2D( map, uv ); fixes the problem.
(Setting glsl_zero_init=true before starting browser also fixes the problem.)
Kind regards,
Stream HPC Team
https://streamhpc.com/
--
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/20170608/fdfe4c58/attachment.html>
More information about the intel-3d-bugs
mailing list