[Bug 98578] AMDGPU white glitches in some games

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 14 11:37:24 UTC 2016


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

--- Comment #8 from Nicolai Hähnle <nhaehnle at gmail.com> ---
This took a while to track down. There is a shader (source @9633678, linked
into program 1127) which relies on -inf * +F == -inf. LLVM transforms the
shader in such a way that the result becomes a NaN instead (visible at a single
pixel @ 953,0 in the final frame of the trimmed trace at @14722003), which then
propagates to an ugly white square in post-processing. The LLVM transform is
simply incorrect and fixed by https://reviews.llvm.org/D26602.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161114/9635ab4d/attachment.html>


More information about the dri-devel mailing list