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 06023138010 for ; Mon, 10 Sep 2012 19:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8842521C048; Mon, 10 Sep 2012 19:44:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5428C21C048 for ; Mon, 10 Sep 2012 19:44:27 +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 2C73A33CF0B for ; Mon, 10 Sep 2012 19:44:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E0DADE543C for ; Mon, 10 Sep 2012 19:44:24 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" Message-ID: <1347306269.72d82fcc1d1fa5e999f6244ccf01147a735c8615.chithead@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-intel/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-drivers/xf86-video-intel/metadata.xml x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild X-VCS-Directories: x11-drivers/xf86-video-intel/ X-VCS-Committer: chithead X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen X-VCS-Revision: 72d82fcc1d1fa5e999f6244ccf01147a735c8615 X-VCS-Branch: master Date: Mon, 10 Sep 2012 19:44:24 +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: c5fb4e34-0314-44eb-b93b-b34df6196840 X-Archives-Hash: 057814ffaa3ba969a62ec422d6915b8b commit: 72d82fcc1d1fa5e999f6244ccf01147a735c8615 Author: Chi-Thanh Christopher Nguyen gentoo org> AuthorDate: Mon Sep 10 19:44:29 2012 +0000 Commit: Chi-Thanh Christopher Nguyen cs tu-berlin de> CommitDate: Mon Sep 10 19:44:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=72d82fcc Add uxa flag, bug #434336. Depend on resourceproto, bug #434330. --- x11-drivers/xf86-video-intel/metadata.xml | 1 + .../xf86-video-intel/xf86-video-intel-9999.ebuild | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-video-intel/metadata.xml b/x11-drivers/xf86-video-intel/metadata.xml index f24996d..a9ccd99 100644 --- a/x11-drivers/xf86-video-intel/metadata.xml +++ b/x11-drivers/xf86-video-intel/metadata.xml @@ -5,5 +5,6 @@ Enable Glamor OpenGL 2D acceleration Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge) + Enable UMA Acceleration Architecture diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild index f858973..90ac0c8 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild @@ -10,7 +10,7 @@ inherit linux-info xorg-2 DESCRIPTION="X.Org driver for Intel cards" KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd -x86-fbsd" -IUSE="glamor +sna" +IUSE="glamor +sna uxa" RDEPEND="x11-libs/libXext x11-libs/libXfixes @@ -27,13 +27,15 @@ RDEPEND="x11-libs/libXext )" # Requires dri2proto-2.6 (unreleased) DEPEND="${RDEPEND} - >=x11-proto/dri2proto-2.6" + >=x11-proto/dri2proto-2.6 + x11-proto/resourceproto" src_configure() { XORG_CONFIGURE_OPTIONS=( $(use_enable dri) $(use_enable glamor) $(use_enable sna) + $(use_enable uxa) --enable-xvmc ) xorg-2_src_configure