Re: [Mesa-dev] [PATCH] gallivm: fix breakc

2013-04-05 Thread Jose Fonseca
- Original Message - > we break when the mask values are 0 not, 1, plus it's bit comparison > not a floating point comparison. This fixes both. > > Signed-off-by: Zack Rusin > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 26 > --- > 1 file changed, 14 in

Re: [Mesa-dev] [PATCH] gallivm: fix breakc

2013-04-04 Thread Roland Scheidegger
Am 05.04.2013 00:08, schrieb Zack Rusin: > we break when the mask values are 0 not, 1, plus it's bit comparison > not a floating point comparison. This fixes both. This sentence doesn't quite parse for me. > > Signed-off-by: Zack Rusin > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c |

[Mesa-dev] [PATCH] gallivm: fix breakc

2013-04-04 Thread Zack Rusin
we break when the mask values are 0 not, 1, plus it's bit comparison not a floating point comparison. This fixes both. Signed-off-by: Zack Rusin --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 26 --- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src