Re: [Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-13 Thread Marek Olšák
On Wed, Jul 13, 2016 at 10:21 AM, Nicolai Hähnle wrote: > On 13.07.2016 00:56, Marek Olšák wrote: >> >> From: Marek Olšák >> >> Not sure if this is the right way to do it, but it seems to work. >> >> v2: make it a no-op on LLVM <= 3.5 >> --- >> src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 11

Re: [Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-13 Thread Nicolai Hähnle
On 13.07.2016 00:56, Marek Olšák wrote: From: Marek Olšák Not sure if this is the right way to do it, but it seems to work. v2: make it a no-op on LLVM <= 3.5 --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 11 +++ src/gallium/auxiliary/gallivm/lp_bld_misc.h | 3 +++ 2 files

Re: [Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-12 Thread Roland Scheidegger
Am 13.07.2016 um 00:56 schrieb Marek Olšák: > From: Marek Olšák > > Not sure if this is the right way to do it, but it seems to work. > > v2: make it a no-op on LLVM <= 3.5 > --- > src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 11 +++ > src/gallium/auxiliary/gallivm/lp_bld_misc.h |

[Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-12 Thread Marek Olšák
From: Marek Olšák Not sure if this is the right way to do it, but it seems to work. v2: make it a no-op on LLVM <= 3.5 --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 11 +++ src/gallium/auxiliary/gallivm/lp_bld_misc.h | 3 +++ 2 files changed, 14 insertions(+) diff --git a/src/

Re: [Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-12 Thread Marek Olšák
On Tue, Jul 12, 2016 at 11:38 PM, Roland Scheidegger wrote: > Am 12.07.2016 um 22:52 schrieb Marek Olšák: >> From: Marek Olšák >> >> Not sure if this is the right way to do it, but it seems to work. >> --- >> src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 9 + >> src/gallium/auxiliary/g

Re: [Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-12 Thread Roland Scheidegger
Am 12.07.2016 um 22:52 schrieb Marek Olšák: > From: Marek Olšák > > Not sure if this is the right way to do it, but it seems to work. > --- > src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 9 + > src/gallium/auxiliary/gallivm/lp_bld_misc.h | 3 +++ > 2 files changed, 12 insertions(+)

[Mesa-dev] [PATCH 1/5] gallivm: add helper lp_add_attr_dereferenceable

2016-07-12 Thread Marek Olšák
From: Marek Olšák Not sure if this is the right way to do it, but it seems to work. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 9 + src/gallium/auxiliary/gallivm/lp_bld_misc.h | 3 +++ 2 files changed, 12 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cp