<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - rendering artifacts with WebGL zombies"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86816#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - rendering artifacts with WebGL zombies"
href="https://bugs.freedesktop.org/show_bug.cgi?id=86816">bug 86816</a>
from <span class="vcard"><a class="email" href="mailto:jakub+mesa@streamcomputing.eu" title="Jakub Szuppe <jakub+mesa@streamcomputing.eu>"> <span class="fn">Jakub Szuppe</span></a>
</span></b>
<pre>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
<a href="https://streamhpc.com/">https://streamhpc.com/</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>