[Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n

2013-06-03 Thread sroland
From: Roland Scheidegger The code was designed to handle no-op concat but failed (unless the caller was using same pointer for src and dst). --- src/gallium/auxiliary/gallivm/lp_bld_pack.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/gallivm/l

Re: [Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n

2013-06-04 Thread Jose Fonseca
- Original Message - > From: Roland Scheidegger > > The code was designed to handle no-op concat but failed (unless the > caller was using same pointer for src and dst). > --- > src/gallium/auxiliary/gallivm/lp_bld_pack.c |6 +- > 1 file changed, 5 insertions(+), 1 deletion(-)

Re: [Mesa-dev] [PATCH 1/4] gallivm: (trivial) fix lp_build_concat_n

2013-06-04 Thread Roland Scheidegger
Am 04.06.2013 14:38, schrieb Jose Fonseca: > > > - Original Message - >> From: Roland Scheidegger >> >> The code was designed to handle no-op concat but failed (unless the >> caller was using same pointer for src and dst). >> --- >> src/gallium/auxiliary/gallivm/lp_bld_pack.c |6 +++