[Bug 105670] [regression][hang] Trine1EE hangs GPU after loading screen on Mesa3D-17.3 and later

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 24 12:07:35 UTC 2018


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

--- Comment #8 from iive at yahoo.com ---
Created attachment 138335
  --> https://bugs.freedesktop.org/attachment.cgi?id=138335&action=edit
Fragment/Pixel Shader generated by Wine3.3, extracted from lookup of #55251 op
in the trace.

It's quite simple to use qapitrace to get all needed information. Just go to
op#55251, right click and select "lookup", it would start `glretrace` and dump
all information about current state, including the shaders, textures etc.

On unrelated to this bug note, this condition looks really fishy to me:
   if (R3.w != -R3.w) break;
Will this condition ever fail?

If variables were two's complement integers, the above line would have been
false if `R3.w==0` (or INT_MIN). However with float numbers we can have
separate +0.0 and -0.0, just like we have +inf and -inf.

-- 
You are receiving this mail because:
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/20180324/367e36bd/attachment.html>


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