From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QApqm-0006ss-IC for garchives@archives.gentoo.org; Fri, 15 Apr 2011 20:42:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 849F61C039; Fri, 15 Apr 2011 20:42:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 50C0E1C039 for ; Fri, 15 Apr 2011 20:42:05 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 711D11B4008 for ; Fri, 15 Apr 2011 20:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D053E80065 for ; Fri, 15 Apr 2011 20:42:04 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <07530341e75e8d954c9ab5241ae8b03cb69e6947.chithead@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 media-libs/mesa/metadata.xml X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 07530341e75e8d954c9ab5241ae8b03cb69e6947 Date: Fri, 15 Apr 2011 20:42:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ddffe5fc7c30069371a81490ffb9e486 commit: 07530341e75e8d954c9ab5241ae8b03cb69e6947 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Fri Apr 15 20:42:14 2011 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Fri Apr 15 20:42:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D07530341 media-libs/mesa: RESTRICT=3Dbindist for texture-float, add description to= metadata --- media-libs/mesa/mesa-9999.ebuild | 4 ++++ media-libs/mesa/metadata.xml | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 060498e..d383e0d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -97,6 +97,10 @@ DEPEND=3D"${RDEPEND} x11-proto/xf86vidmodeproto " =20 +RESTRICT=3D" + texture-float? ( bindist ) +" + S=3D"${WORKDIR}/${MY_P}" =20 # It is slow without texrels, if someone wants slow diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 5d7a13e..bfe1b8a 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -10,5 +10,6 @@ Enable LLVM backend for Gallium3D. disable optimized assembly code that is not PIC frie= ndly Enable sharing of common code for classic= DRI drivers. + Enable support for floating point textures= .