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 1S6qx7-0007XJ-Kn for garchives@archives.gentoo.org; Sun, 11 Mar 2012 22:09:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDE7E0A68; Sun, 11 Mar 2012 22:09:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA474E0A68 for ; Sun, 11 Mar 2012 22:09:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C086D1B4033 for ; Sun, 11 Mar 2012 22:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 82FA7E5402 for ; Sun, 11 Mar 2012 22:09:07 +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: <1331503752.e3645fb44d82cb63ce1670890c962333e2055e8b.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: e3645fb44d82cb63ce1670890c962333e2055e8b X-VCS-Branch: master Date: Sun, 11 Mar 2012 22:09:07 +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: 56edf512-e2da-47fc-9754-c00945bb39a2 X-Archives-Hash: 4c85f360ae6e522ed404094d0435520a commit: e3645fb44d82cb63ce1670890c962333e2055e8b Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Sun Mar 11 22:09:12 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berli= n de> CommitDate: Sun Mar 11 22:09:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3De3645fb4 media-libs/mesa: add USE flag for the XA state tracker. --- media-libs/mesa/mesa-9999.ebuild | 5 ++++- media-libs/mesa/metadata.xml | 1 + 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999= .ebuild index 6023f73..b039e8e 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -48,7 +48,8 @@ done =20 IUSE=3D"${IUSE_VIDEO_CARDS} bindist +classic d3d debug +egl g3dvl +gallium gbm gles1 gles2 +llvm +n= ptl - openvg osmesa pax_kernel pic selinux +shared-glapi vdpau wayland xvmc k= ernel_FreeBSD" + openvg osmesa pax_kernel pic selinux +shared-glapi vdpau wayland xvmc x= a + kernel_FreeBSD" =20 REQUIRED_USE=3D" d3d? ( gallium ) @@ -58,6 +59,7 @@ REQUIRED_USE=3D" gbm? ( shared-glapi ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) + xa? ( gallium ) xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) @@ -247,6 +249,7 @@ src_configure() { $(use_enable osmesa) \ $(use_enable !pic asm) \ $(use_enable shared-glapi) \ + $(use_enable xa) \ --with-dri-drivers=3D${DRI_DRIVERS} \ --with-gallium-drivers=3D${GALLIUM_DRIVERS} \ ${myconf} diff --git a/media-libs/mesa/metadata.xml b/media-libs/mesa/metadata.xml index 02ab291..4e26781 100644 --- a/media-libs/mesa/metadata.xml +++ b/media-libs/mesa/metadata.xml @@ -20,6 +20,7 @@ Enable sharing of common code for the OpenG= L API. Enable the VDPAU acceleration interface for the Ga= llium3D Video Layer. Enable support for dev-libs/wayland + Enable the XA (X Acceleration) API for Gallium3D. Enable the XvMC acceleration interface for the Gall= ium3D Video Layer.