Re: [Mesa-dev] [PATCH 1/2] gallivm: Fix build after removal of deprecated attribute API v3

2016-11-10 Thread Roland Scheidegger
Am 10.11.2016 um 17:14 schrieb Tom Stellard: > On Wed, Nov 09, 2016 at 11:45:38PM +0100, Roland Scheidegger wrote: >> Am 09.11.2016 um 16:22 schrieb Tom Stellard: >>> v2: >>> Fix adding parameter attributes with LLVM < 4.0. >>> >>> v3: >>> Fix typo. >>> Fix parameter index. >>> Add a

Re: [Mesa-dev] [PATCH 1/2] gallivm: Fix build after removal of deprecated attribute API v3

2016-11-10 Thread Tom Stellard
On Wed, Nov 09, 2016 at 11:45:38PM +0100, Roland Scheidegger wrote: > Am 09.11.2016 um 16:22 schrieb Tom Stellard: > > v2: > > Fix adding parameter attributes with LLVM < 4.0. > > > > v3: > > Fix typo. > > Fix parameter index. > > Add a gallivm enum for function attributes. > > --- > >

Re: [Mesa-dev] [PATCH 1/2] gallivm: Fix build after removal of deprecated attribute API v3

2016-11-09 Thread Roland Scheidegger
Am 09.11.2016 um 16:22 schrieb Tom Stellard: > v2: > Fix adding parameter attributes with LLVM < 4.0. > > v3: > Fix typo. > Fix parameter index. > Add a gallivm enum for function attributes. > --- > src/gallium/auxiliary/draw/draw_llvm.c| 6 +- >

Re: [Mesa-dev] [PATCH 1/2] gallivm: Fix build after removal of deprecated attribute API v3

2016-11-09 Thread Nicolai Hähnle
On 09.11.2016 16:22, Tom Stellard wrote: v2: Fix adding parameter attributes with LLVM < 4.0. v3: Fix typo. Fix parameter index. Add a gallivm enum for function attributes. --- src/gallium/auxiliary/draw/draw_llvm.c| 6 +- src/gallium/auxiliary/gallivm/lp_bld_intr.c

[Mesa-dev] [PATCH 1/2] gallivm: Fix build after removal of deprecated attribute API v3

2016-11-09 Thread Tom Stellard
v2: Fix adding parameter attributes with LLVM < 4.0. v3: Fix typo. Fix parameter index. Add a gallivm enum for function attributes. --- src/gallium/auxiliary/draw/draw_llvm.c| 6 +- src/gallium/auxiliary/gallivm/lp_bld_intr.c | 70 ++-