Re: [Mesa-dev] [PATCH 1/5] configure.ac: require LLVM 3.4.2 for radeon

2014-07-10 Thread Tom Stellard
On Tue, Jul 08, 2014 at 03:37:02AM +0200, Marek Olšák wrote: From: Marek Olšák marek.ol...@amd.com Needed by ARB_draw_indirect. I think we should come up with a rule for how long we should support older versions of LLVM. Do you have any thoughts about this? I was thinking we could have each

Re: [Mesa-dev] [PATCH 1/5] configure.ac: require LLVM 3.4.2 for radeon

2014-07-10 Thread Marek Olšák
Yes, that sounds good. We should always support the latest stable version of LLVM, but I don't think it's worth supporting anything older than that. It's also important to have the latest LLVM because it's sometimes the only way to get the new features which are mentioned in the release notes of

[Mesa-dev] [PATCH 1/5] configure.ac: require LLVM 3.4.2 for radeon

2014-07-07 Thread Marek Olšák
From: Marek Olšák marek.ol...@amd.com Needed by ARB_draw_indirect. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4646212..9d5cd89 100644 --- a/configure.ac +++ b/configure.ac @@ -1888,8 +1888,9 @@ radeon_llvm_check() {