public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Donnie Berkholz" <dberkholz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-intel/
Date: Wed,  8 Jun 2011 14:01:01 +0000 (UTC)	[thread overview]
Message-ID: <1cd368448856ce06e600e2454d73f2d2197f87e7.dberkholz@gentoo> (raw)

commit:     1cd368448856ce06e600e2454d73f2d2197f87e7
Author:     Donnie Berkholz <dberkholz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 13:52:00 2011 +0000
Commit:     Donnie Berkholz <dberkholz <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 14:00:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=1cd36844

xf86-video-intel: Add support for the new SNA acceleration architecture.

There's a new 'sna' USE flag. This will result in moderate-to-large
speed improvements for all Intel hardware from i830 on up, not just
SandyBridge, despite the SNA name standing for SandyBridge's New
Acceleration.

I didn't add any way to enable SNA drivers only for specific chipsets,
although this is possible by passing their values to the --enable-sna
flag (gen2, gen3, gen4, gen5, gen6).

---
 x11-drivers/xf86-video-intel/metadata.xml          |    3 +++
 .../xf86-video-intel/xf86-video-intel-9999.ebuild  |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/x11-drivers/xf86-video-intel/metadata.xml b/x11-drivers/xf86-video-intel/metadata.xml
index 6cc3982..33cdd4a 100644
--- a/x11-drivers/xf86-video-intel/metadata.xml
+++ b/x11-drivers/xf86-video-intel/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>x11</herd>
+	<use>
+		<flag name="sna">Enable SandyBridge's New Acceleration (useful on all chipsets, not just SandyBridge)</flag>
+	</use>
 </pkgmetadata>

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 c60a96a..d5d0abf 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 -x86-fbsd"
-IUSE=""
+IUSE="sna"
 
 RDEPEND="x11-libs/libXext
 	x11-libs/libXfixes
@@ -22,6 +22,7 @@ pkg_setup() {
 	xorg-2_pkg_setup
 	XORG_CONFIGURE_OPTIONS=(
 		$(use_enable dri)
+		$(use_enable sna)
 		--enable-xvmc
 	)
 }



             reply	other threads:[~2011-06-08 14:01 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08 14:01 Donnie Berkholz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-04-05 19:24 [gentoo-commits] proj/x11:master commit in: x11-drivers/xf86-video-intel/ Matt Turner
2014-06-10  9:50 Chi-Thanh Christopher Nguyen
2014-05-28  0:45 Chi-Thanh Christopher Nguyen
2014-02-10 20:31 Remi Cardona
2014-02-03 21:52 Remi Cardona
2014-01-26 18:09 Chi-Thanh Christopher Nguyen
2014-01-03 20:20 Chi-Thanh Christopher Nguyen
2014-01-03 20:20 Chi-Thanh Christopher Nguyen
2014-01-01  1:36 David Heidelberger
2013-12-31 15:11 David Heidelberger
2013-11-03 18:33 Remi Cardona
2013-06-28 10:10 Chi-Thanh Christopher Nguyen
2013-06-22 17:44 David Heidelberger
2012-09-30 12:16 Chi-Thanh Christopher Nguyen
2012-09-17 10:52 Remi Cardona
2012-09-13 21:14 Chi-Thanh Christopher Nguyen
2012-09-11 21:18 Remi Cardona
2012-09-10 19:44 Chi-Thanh Christopher Nguyen
2012-09-03  9:00 Chi-Thanh Christopher Nguyen
2012-07-16 13:41 Chi-Thanh Christopher Nguyen
2012-07-05 20:02 Remi Cardona
2012-07-05 20:02 Remi Cardona
2012-02-25  1:09 Chi-Thanh Christopher Nguyen
2012-02-24 15:10 Chi-Thanh Christopher Nguyen
2011-12-12  1:32 Chi-Thanh Christopher Nguyen
2011-10-31 19:08 Chi-Thanh Christopher Nguyen
2011-07-04 20:39 Chi-Thanh Christopher Nguyen
2011-06-18 20:03 Chi-Thanh Christopher Nguyen
2011-06-09 21:21 Donnie Berkholz
2011-04-15 19:04 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1cd368448856ce06e600e2454d73f2d2197f87e7.dberkholz@gentoo \
    --to=dberkholz@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox