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

--- Comment #8 from i...@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 assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to