Re: [Mesa-dev] [PATCH 09/13] tnl: Avoid double promotion.

2015-07-15 Thread Matt Turner
On Tue, Jul 14, 2015 at 3:53 AM, Iago Toral wrote: > On Mon, 2015-07-13 at 16:22 -0700, Matt Turner wrote: >> There are a couple of unrelated changes in t_vb_lighttmp.h that I hope >> you'll excuse -- there's a block of code that's duplicated modulo a few >> trivial differences that I took the lib

Re: [Mesa-dev] [PATCH 09/13] tnl: Avoid double promotion.

2015-07-14 Thread Iago Toral
On Mon, 2015-07-13 at 16:22 -0700, Matt Turner wrote: > There are a couple of unrelated changes in t_vb_lighttmp.h that I hope > you'll excuse -- there's a block of code that's duplicated modulo a few > trivial differences that I took the liberty of fixing. > --- > src/mesa/tnl/t_draw.c

[Mesa-dev] [PATCH 09/13] tnl: Avoid double promotion.

2015-07-13 Thread Matt Turner
There are a couple of unrelated changes in t_vb_lighttmp.h that I hope you'll excuse -- there's a block of code that's duplicated modulo a few trivial differences that I took the liberty of fixing. --- src/mesa/tnl/t_draw.c | 2 +- src/mesa/tnl/t_rasterpos.c | 6 +++--- src/mesa/t