[Bug 89034] Firefox crashing xserver and some major rendering bugs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 25 09:01:09 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=89034
--- Comment #37 from Tom Stellard <tstellar at gmail.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150225/a9e67a30/attachment.html>
More information about the dri-devel
mailing list