Hello community,
here is the log from the commit of package xf86-video-nouveau for
openSUSE:Factory checked in at 2014-09-07 11:08:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-nouveau (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-nouveau.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-nouveau"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-nouveau/xf86-video-nouveau.changes
2014-09-01 16:59:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-nouveau.new/xf86-video-nouveau.changes
2014-09-07 11:08:33.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Sep 4 14:49:44 UTC 2014 - [email protected]
+
+- Update to version 1.0.11
+ - Support for server managed fd's.
+ - Glamor support.
+ - Maxwell support.
+ - DRI3 and initial Present support.
+ - vsync'ed kms pageflip performance fixes when running on Linux 3.13+
+ - Multi-display vsync, vblank, swap scheduling, timestamping fixes.
+ - Multi x-screen support fixes.
+ - ZaphodHead support on for multiple outputs per x-screen.
+ - EXA nv-10 fixes.
+ - Enable sync of swaps to vblank by default (Option GLXVblank "on").
+ - Disable pseudo-triplebuffering by default (Option SwapLimit "1").
+- forward ported patch N_xf86-video-nouveau_nva3-noaccel-info.patch
+
+-------------------------------------------------------------------
Old:
----
xf86-video-nouveau-1.0.10.tar.bz2
New:
----
xf86-video-nouveau-1.0.11.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-nouveau.spec ++++++
--- /var/tmp/diff_new_pack.mzPnip/_old 2014-09-07 11:08:34.000000000 +0200
+++ /var/tmp/diff_new_pack.mzPnip/_new 2014-09-07 11:08:34.000000000 +0200
@@ -25,7 +25,7 @@
BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.25
BuildRequires: pkgconfig(xorg-macros)
Url: http://nouveau.freedesktop.org/wiki/
-Version: 1.0.10
+Version: 1.0.11
Release: 0
Summary: Accelerated Open Source driver for nVidia cards
License: MIT
++++++ N_xf86-video-nouveau_nva3-noaccel-info.patch ++++++
--- /var/tmp/diff_new_pack.mzPnip/_old 2014-09-07 11:08:34.000000000 +0200
+++ /var/tmp/diff_new_pack.mzPnip/_new 2014-09-07 11:08:34.000000000 +0200
@@ -1,19 +1,19 @@
-From 97d0bd96c536349f21f6b6bc1f148f7ba58f2990 Mon Sep 17 00:00:00 2001
-From: Ben Skeggs <[email protected]>
-Date: Mon, 11 Oct 2010 10:35:43 +1000
+From 30a5c69bf2ea6567e345d7c74b7a60e654fcdd98 Mon Sep 17 00:00:00 2001
+From: Stefan Dirsch <[email protected]>
+Date: Fri, 5 Sep 2014 12:00:25 +0200
Subject: [PATCH] nva3-noaccel-info
Add info to logs as to likely reason why acceleration isn't available
on NVA3+ chipsets.
---
- src/nv_dma.c | 15 +++++++++++++++
- 1 files changed, 15 insertions(+), 0 deletions(-)
+ src/nv_accel_common.c | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
-diff --git a/src/nv_dma.c b/src/nv_dma.c
-index 49ed40a..2d837ea 100644
---- a/src/nv_dma.c
-+++ b/src/nv_dma.c
-@@ -55,6 +55,21 @@ NVInitDma(ScrnInfoPtr pScrn)
+diff --git a/src/nv_accel_common.c b/src/nv_accel_common.c
+index 4484c1c..823fc30 100644
+--- a/src/nv_accel_common.c
++++ b/src/nv_accel_common.c
+@@ -656,6 +656,20 @@ NVAccelCommonInit(ScrnInfoPtr pScrn)
if (ret) {
xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
"Error creating GPU channel: %d\n", ret);
@@ -31,10 +31,9 @@
+ "information\n");
+ break;
+ }
-+
return FALSE;
}
- pNv->chan->user_private = pScrn;
+
--
-1.7.4.1
+1.8.4.5
++++++ xf86-video-nouveau-1.0.10.tar.bz2 -> xf86-video-nouveau-1.0.11.tar.bz2
++++++
++++ 7150 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]