[Bug 109601] [Regression] RuneLite GPU rendering broken on 18.3.x

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 12 19:47:32 UTC 2019


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

--- Comment #10 from Jason Ekstrand <jason at jlekstrand.net> ---
The problem is if you have something like this:

> int y = something;
> float x = -(y >> 16);

Then the negation gets lost.  Likely, we'd have the same problem with

> int y = something;
> float x = abs(y >> 16);

or either of those with an unsigned integer.

-- 
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/20190212/63f56789/attachment.html>


More information about the intel-3d-bugs mailing list