Re: [Mesa-dev] [PATCH v3] i965: Fix bitcast operations with negate (ceil)

2014-12-17 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Dec 17, 2014 5:26 AM, "Matt Turner" wrote: > Reviewed-by: Matt Turner > > Thanks Iago! > ___ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/mesa-dev > ___

Re: [Mesa-dev] [PATCH v3] i965: Fix bitcast operations with negate (ceil)

2014-12-17 Thread Matt Turner
Reviewed-by: Matt Turner Thanks Iago! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v3] i965: Fix bitcast operations with negate (ceil)

2014-12-17 Thread Iago Toral Quiroga
Commit 0ae9ca12a8 put source modifiers out of the bitcast operations by adding a MOV operation that would handle them separately. It missed the case of ceil though: the implementation negates both its source and destination operands. The source operand will be used for RNDD, which we can handle nor