Re: [Mesa-dev] [PATCH 30/28] i965/blorp: Stop doing f2i(i2f(sample_id))

2016-05-13 Thread Pohjolainen, Topi
On Thu, May 12, 2016 at 04:27:38PM -0700, Jason Ekstrand wrote: > NIR gets kind of awkward when you have a 3-component vector with two floats > and one int. This led to us accidentally going through float for the > sample index. It doesn't hurt anything but it also isn't needed. I suppose it

[Mesa-dev] [PATCH 30/28] i965/blorp: Stop doing f2i(i2f(sample_id))

2016-05-12 Thread Jason Ekstrand
NIR gets kind of awkward when you have a 3-component vector with two floats and one int. This led to us accidentally going through float for the sample index. It doesn't hurt anything but it also isn't needed. --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 36 ++-- 1