[xorg-x11-drv-nouveau] fix nv50+ linear scanout pitch

Ben Skeggs bskeggs at fedoraproject.org
Wed Jan 12 05:59:53 UTC 2011


commit 3064c7a9c76f85055aa68aa842502b8d51c045fa
Author: Ben Skeggs <bskeggs at redhat.com>
Date:   Wed Jan 12 15:59:05 2011 +1000

    fix nv50+ linear scanout pitch

 .gitignore                |    1 +
 sources                   |    2 +-
 xorg-x11-drv-nouveau.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b01217c..7868c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ xf86-video-nouveau-0.0.16-20100615gitdb98ad2.tar.bz2
 /xf86-video-nouveau-0.0.16-20101026git1143e7a.tar.bz2
 /xf86-video-nouveau-0.0.16-20101129gitf29afe6.tar.bz2
 /xf86-video-nouveau-0.0.16-20101219gitdc89dac.tar.bz2
+/xf86-video-nouveau-0.0.16-20110107gitb795ca6.tar.bz2
diff --git a/sources b/sources
index 15e347c..499da44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-928b153b4dd8d3ac3806f2760dec82d8  xf86-video-nouveau-0.0.16-20101219gitdc89dac.tar.bz2
+35a0fb249555f1e24fa0ea5110242d3c  xf86-video-nouveau-0.0.16-20110107gitb795ca6.tar.bz2
diff --git a/xorg-x11-drv-nouveau.spec b/xorg-x11-drv-nouveau.spec
index 1ad0a9d..4e41beb 100644
--- a/xorg-x11-drv-nouveau.spec
+++ b/xorg-x11-drv-nouveau.spec
@@ -7,8 +7,8 @@
 # git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
 # git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
 
-%define gitdate 20101219
-%define git_version dc89dac
+%define gitdate 20110107
+%define git_version b795ca6
 
 %define snapshot %{gitdate}git%{git_version}
 
@@ -19,7 +19,7 @@ Name:      xorg-x11-drv-nouveau
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   15.%{snapshot}%{?dist}
+Release:   16.%{snapshot}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Wed Jan 12 2011 Ben Skeggs <bskeggs at redhat.com> 0.0.16-16
+- fix noaccel scanout buffer pitch on nv50+
+
 * Thu Jan 06 2011 Ben Skeggs <bskeggs at redhat.com> 0.0.16-15
 - pull upstream git snapshot, drop upstreamed patches
 


More information about the scm-commits mailing list