Re: [Mesa-dev] [PATCH] ac/nir: to integer the args to bcsel.

2018-02-20 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Tue, Feb 20, 2018 at 1:16 AM, Dave Airlie wrote: > From: Dave Airlie > > dEQP-VK.tessellation.invariance.outer_edge_symmetry.triangles_equal_ > spacing_ccw > was hitting an llvm assert due to one value being an int and the > other a float. > > This just casts

[Mesa-dev] [PATCH] ac/nir: to integer the args to bcsel.

2018-02-19 Thread Dave Airlie
From: Dave Airlie dEQP-VK.tessellation.invariance.outer_edge_symmetry.triangles_equal_spacing_ccw was hitting an llvm assert due to one value being an int and the other a float. This just casts both values to integer and fixes the test. Fixes: dEQP-VK.tessellation.invariance.outer_edge_symmetr