Re: [Mesa-dev] [PATCH 2/5] gallivm: pass build context to exec_mask_store.

2012-02-06 Thread Jose Fonseca
- Original Message - > From: Dave Airlie > > For now just pass the current context, but when we want to > store int or unsigned we need to pass those later. > > Signed-off-by: Dave Airlie > --- > src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 14 > +- > 1 files chan

[Mesa-dev] [PATCH 2/5] gallivm: pass build context to exec_mask_store.

2012-02-06 Thread Dave Airlie
From: Dave Airlie For now just pass the current context, but when we want to store int or unsigned we need to pass those later. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c | 14 +- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/s