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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 14 18:49:56 UTC 2019


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

--- Comment #11 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
(In reply to Jason Ekstrand from comment #10)
> 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.

Thanks a bunch : https://patchwork.freedesktop.org/patch/286177/

-- 
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/20190214/970007d4/attachment.html>


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