<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Firefox crashing xserver and some major rendering bugs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89034#c37">Comment # 37</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Firefox crashing xserver and some major rendering bugs"
href="https://bugs.freedesktop.org/show_bug.cgi?id=89034">bug 89034</a>
from <span class="vcard"><a class="email" href="mailto:tstellar@gmail.com" title="Tom Stellard <tstellar@gmail.com>"> <span class="fn">Tom Stellard</span></a>
</span></b>
<pre>After examining the shader dumps one thing that looks suspicious to me is that
in the good dump, we have several instructions like this:
image_load v[9:12], 15, 0, 0, 0, 0, 0, 0, 0, v[4:7], s[8:15]
But nothing is ever written to the last component of vaddr: v7
However, in the bad dumps we have:
image_load v[8:11], 15, 0, 0, 0, 0, 0, 0, 0, v[1:4], s[8:15]
And a value is stored in the last component of vaddr: v4 before every image
load.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>