Re: [Mesa-dev] [PATCH 1/4] configure.ac: increase required swr llvm to 3.9.0

2017-03-04 Thread Emil Velikov
On 3 March 2017 at 20:34, Rowley, Timothy O wrote: > >> On Mar 3, 2017, at 5:55 AM, Emil Velikov wrote: >> >> On 3 March 2017 at 01:16, Tim Rowley wrote: >>> GS implementation uses the masked.{gather,store} intrinsics, >>> introduced in llvm-3.9.0. >> >> Please mention in the commit message that

Re: [Mesa-dev] [PATCH 1/4] configure.ac: increase required swr llvm to 3.9.0

2017-03-03 Thread Rowley, Timothy O
> On Mar 3, 2017, at 5:55 AM, Emil Velikov wrote: > > On 3 March 2017 at 01:16, Tim Rowley wrote: >> GS implementation uses the masked.{gather,store} intrinsics, >> introduced in llvm-3.9.0. > > Please mention in the commit message that the SCons build already > requires 3.9 or later. > Can yo

Re: [Mesa-dev] [PATCH 1/4] configure.ac: increase required swr llvm to 3.9.0

2017-03-03 Thread Emil Velikov
Hi Tim, On 3 March 2017 at 01:16, Tim Rowley wrote: > GS implementation uses the masked.{gather,store} intrinsics, > introduced in llvm-3.9.0. Please mention in the commit message that the SCons build already requires 3.9 or later. Can you add a note about the LLVM requirement and GS support in

[Mesa-dev] [PATCH 1/4] configure.ac: increase required swr llvm to 3.9.0

2017-03-02 Thread Tim Rowley
GS implementation uses the masked.{gather,store} intrinsics, introduced in llvm-3.9.0. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3d1a00..260e717 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ LLVM_REQUI