From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DCD4A138A1B for ; Sun, 1 Mar 2015 19:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E23C3E07F2; Sun, 1 Mar 2015 19:27:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FAADE07F2 for ; Sun, 1 Mar 2015 19:27:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9B18340ADA for ; Sun, 1 Mar 2015 19:27:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69E6012D34 for ; Sun, 1 Mar 2015 19:27:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1425237828.4305e9d51bb7c848f127e2d7d5f3bdb585a13877.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: media-libs/mesa/ X-VCS-Repository: proj/x11 X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4305e9d51bb7c848f127e2d7d5f3bdb585a13877 X-VCS-Branch: master Date: Sun, 1 Mar 2015 19:27:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83d33353-40d4-47cf-8c5c-4a97b0c31c0c X-Archives-Hash: 668885012232023062b9c5770e833e06 commit: 4305e9d51bb7c848f127e2d7d5f3bdb585a13877 Author: Matt Turner gmail com> AuthorDate: Sun Mar 1 19:23:48 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 1 19:23:48 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=4305e9d5 media-libs/llvm: Drop r600-llvm-compiler USE flag. The flag enabled the R600 LLVM compiler backend for graphics shaders (the LLVM backend is used for OpenCL regardless), but it's disabled by default at build-time and even after you enable it you have to enable it at runtime as well. See http://cgit.freedesktop.org/mesa/mesa/commit/?id=7286739b9beea4683a29fe91850688a07ce23e1a for details. --- media-libs/mesa/mesa-9999.ebuild | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 2001177..1add486 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -43,29 +43,22 @@ done IUSE="${IUSE_VIDEO_CARDS} bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm - +nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux - +udev vaapi vdpau wayland xvmc xa kernel_FreeBSD" + +nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi vdpau + wayland xvmc xa kernel_FreeBSD" REQUIRED_USE=" d3d9? ( dri3 gallium ) llvm? ( gallium ) - opencl? ( - gallium - llvm - video_cards_r600? ( r600-llvm-compiler ) - video_cards_radeon? ( r600-llvm-compiler ) - video_cards_radeonsi? ( r600-llvm-compiler ) - ) + opencl? ( gallium llvm ) openmax? ( gallium ) gles1? ( egl ) gles2? ( egl ) - r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) ) vaapi? ( gallium ) vdpau? ( gallium ) wayland? ( egl gbm ) xa? ( gallium ) video_cards_freedreno? ( gallium ) - video_cards_intel? ( || ( classic ) ) + video_cards_intel? ( classic ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_ilo? ( gallium ) @@ -147,7 +140,6 @@ done DEPEND="${RDEPEND} ${PYTHON_DEPS} llvm? ( - r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] ) video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] ) ) opencl? ( @@ -232,7 +224,6 @@ multilib_src_configure() { $(use_enable d3d9 nine) $(use_enable llvm gallium-llvm) $(use_enable openmax omx) - $(use_enable r600-llvm-compiler) $(use_enable vaapi va) $(use_enable vdpau) $(use_enable xa)