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

2014-12-17 Thread Iago Toral
On Wed, 2014-12-17 at 04:19 -0800, Jason Ekstrand wrote: > On Wed, Dec 17, 2014 at 1:24 AM, Iago Toral Quiroga > wrote: > Commit 0ae9ca12a8 put source modifiers out of the bitcast > operations > by adding a MOV operation that would handle them separately. > It misse

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

2014-12-17 Thread Jason Ekstrand
On Wed, Dec 17, 2014 at 1:24 AM, Iago Toral Quiroga wrote: > > 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, which negates both its source and destination > operands. > > Fixe

[Mesa-dev] [PATCH] 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, which negates both its source and destination operands. Fixes the following 42 dEQP tests: dEQP-GLES3.functional.shaders.builtin_func