[Bug 105333] [gallium-nine] missing geometry after commit ac: replace ac_build_kill with ac_build_kill_if_false

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Comment # 18 on bug 105333 from
PixWin enables to use ProcessVertices which outputs the vs shader outputs.

I looked at the output which would give the IN[4].w

If found that for llvmpipe (used for ProcessVertices) the vs output is between
0 and 1.
However I tried with radeonsi, and... it displays a NaN for that output...

I guess one of the input is NaN and llvmpipe clamps it (the vs output is the
subtraction between two vs inputs).

If that output is really NaN, I guess it can explain the regression. A small
change (x < 0 vs 0 > x) will give different result with NaN.

I tried to change the order for the test in radeonsi's kil_emit, but the
generated isa doesn't change the test order between 0 and x.


You are receiving this mail because:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux