Re: [Mesa-dev] [PATCH v2 5/6] configure.ac: Rework radeon_llvm_check

2016-10-11 Thread Tobias Droste
Hi Emil, ok I will try to disentagle this as much as possible. The series will be a lot longer, that's for sure :-) Am Dienstag, 11. Oktober 2016, 16:10:52 CEST schrieb Emil Velikov: > On 11 October 2016 at 02:44, Tobias Droste wrote: > > This makes radeon_llvm_checks use the new helper function

Re: [Mesa-dev] [PATCH v2 5/6] configure.ac: Rework radeon_llvm_check

2016-10-11 Thread Emil Velikov
On 11 October 2016 at 02:44, Tobias Droste wrote: > This makes radeon_llvm_checks use the new helper function, use the > same ordering of arguments as llvm_check_version_for and adds the radv > check to the Vulkan section. > For example here all you want is to move the radeon_llvm_check "radv" "3"

[Mesa-dev] [PATCH v2 5/6] configure.ac: Rework radeon_llvm_check

2016-10-10 Thread Tobias Droste
This makes radeon_llvm_checks use the new helper function, use the same ordering of arguments as llvm_check_version_for and adds the radv check to the Vulkan section. Signed-off-by: Tobias Droste --- configure.ac | 24 1 file changed, 12 insertions(+), 12 deletions(-) d