mesa: Changes to 'ubuntu-raring'
debian/changelog |6 ++ debian/not-installed |1 - 2 files changed, 6 insertions(+), 1 deletion(-) New commits: commit 9c0d79fb4a9ad45195bce4445292ee59f477b117 Author: Maarten Lankhorst Date: Wed Oct 9 11:46:16 2013 +0200 zap drirc from not-installed to fix build drirc was always included in the deb, the debian package changes caused things to break. diff --git a/debian/changelog b/debian/changelog index 7953e2c..f9490f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mesa (9.1.7-1ubuntu2) raring-proposed; urgency=low + + * Fix build by installing drirc again. + + -- Maarten Lankhorst Wed, 09 Oct 2013 11:47:40 +0200 + mesa (9.1.7-1ubuntu1) raring-proposed; urgency=low * Merge from released unstable, new upstream release. (LP: #1236340) diff --git a/debian/not-installed b/debian/not-installed index c247944..d3048a4 100644 --- a/debian/not-installed +++ b/debian/not-installed @@ -2,6 +2,5 @@ # Common list: NOT_INSTALLED := \ - dri/etc/drirc \ dri/usr/include/GL/wglext.h \ dri/usr/include/GL/wmesa.h -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1vtzad-00041k...@vasks.debian.org
Bug#719144: weston: please update to latest upstream release
I tried uupdate plus the earlier attached patch, but it fails to install in the install stage. There are plenty of warnings earlier in the output. dh_install: weston missing files (usr/lib/*/weston-screensaver), aborting -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CA+XNFZPs=wvcjcx1ad0o8vufyrm9hp3j8wkq9cvrjuycisv...@mail.gmail.com
xserver-xorg-video-intel: Changes to 'upstream-experimental'
NEWS | 38 configure.ac | 16 src/compat-api.h |4 src/intel_device.c | 99 src/intel_driver.h | 13 src/intel_module.c | 44 src/legacy/i810/i810_driver.c |2 src/sna/Makefile.am|5 src/sna/gen3_render.c | 70 src/sna/gen4_render.c | 28 src/sna/gen4_vertex.c | 26 src/sna/gen4_vertex.h |1 src/sna/gen5_render.c | 34 src/sna/gen6_render.c | 48 src/sna/gen7_render.c | 99 src/sna/kgem.c | 77 src/sna/kgem.h |2 src/sna/sna.h |1 src/sna/sna_accel.c| 35 src/sna/sna_composite.c| 187 src/sna/sna_display.c | 75 src/sna/sna_dri.c | 13 src/sna/sna_driver.c | 15 src/sna/sna_gradient.c |9 src/sna/sna_render.c |9 src/sna/sna_render.h |2 src/sna/sna_threads.c |2 src/sna/sna_trapezoids.c | 7554 ++--- src/sna/sna_trapezoids.h | 342 + src/sna/sna_trapezoids_boxes.c | 1461 +++ src/sna/sna_trapezoids_imprecise.c | 3916 +++ src/sna/sna_trapezoids_mono.c | 1428 ++ src/sna/sna_trapezoids_precise.c | 3302 src/sna/sna_video.c| 11 src/sna/sna_video.h|1 src/sna/sna_video_hwmc.c | 12 src/sna/sna_video_sprite.c |5 src/uxa/intel_driver.c |2 tools/virtual.c|2 39 files changed, 11573 insertions(+), 7417 deletions(-) New commits: commit b9ad5b625e8935a3c115760bdd4738d4432542e3 Author: Chris Wilson Date: Wed Oct 9 17:18:43 2013 +0100 2.99.904 snapshot diff --git a/NEWS b/NEWS index 159c67c..3fb057e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +Snapshot 2.99.904 (2013-10-09) +== +There is one more feature planned to be completed for 3.0, so time for a +snapshot beforehand to push out the bug fixes from the last week. + + * Fix video output using sprites when changing the image size + + * Apply more restrictive tile constaints for 915g class devices + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1232546 + + * Ensure all overlapping rectangles are drawn for XRenderFillRectangles + https://bugs.freedesktop.org/show_bug.cgi?id=66313 + + * Fix trapezoid clipping against the left-edge + https://bugs.freedesktop.org/show_bug.cgi?id=69469 + + * Prevent discarding active upload buffers, causing glitches in chromium + https://bugs.freedesktop.org/show_bug.cgi?id=66990 + + * Prevent specifying a negative timeout to select if the BlockHandler + takes too long to update the display + + * Promote the Ironlake pipecontrol to be a full pipeline flush to + prevent render cache corruption + https://bugs.freedesktop.org/show_bug.cgi?id=51422 + + * Never pass an invalid trapezoid to pixman + https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1197921 + + * Prevent out-of-bounds access by overassigning work amongst threads + https://bugs.freedesktop.org/show_bug.cgi?id=70204 + + * Make sure the current mode is always listed amongst the output modes + https://bugs.freedesktop.org/show_bug.cgi?id=70132 + + * Build fixes for 1.14.99.2 + + Snapshot 2.99.903 (2013-09-28) == Lots more stabilization work, not yet peaceful enough to christen 3.0. We diff --git a/configure.ac b/configure.ac index 6445373..b58bb79 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], -[2.99.903], +[2.99.904], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) commit d1aa2ac5dddf6b8c8c1333aae415abda9ad72d85 Author: Chris Wilson Date: Wed Oct 9 16:22:59 2013 +0100 sna: Steal the current mode name Rather than duplicating a string, we can simply transfer ownership from the temporary mode to the mode list. Signed-off-by: Chris Wilson diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index e893bcd..71c4c60 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -2112,7 +2112,8 @@ sna_output_get_modes(xf86OutputPtr output) Mode = calloc(1, sizeof(DisplayModeRec)); if (Mode) { *Mode = current; - Mode->name = strdup(Mode->name); + current.name = NULL; + output->probed_modes = xf86ModesAdd(output->probed_modes, Mode); } commit 6fda305e2f2f
xserver-xorg-video-intel: Changes to 'debian-experimental'
NEWS | 38 configure.ac | 16 debian/changelog |2 src/compat-api.h |4 src/intel_device.c | 99 src/intel_driver.h | 13 src/intel_module.c | 44 src/legacy/i810/i810_driver.c |2 src/sna/Makefile.am|5 src/sna/gen3_render.c | 70 src/sna/gen4_render.c | 28 src/sna/gen4_vertex.c | 26 src/sna/gen4_vertex.h |1 src/sna/gen5_render.c | 34 src/sna/gen6_render.c | 48 src/sna/gen7_render.c | 99 src/sna/kgem.c | 77 src/sna/kgem.h |2 src/sna/sna.h |1 src/sna/sna_accel.c| 35 src/sna/sna_composite.c| 187 src/sna/sna_display.c | 75 src/sna/sna_dri.c | 13 src/sna/sna_driver.c | 15 src/sna/sna_gradient.c |9 src/sna/sna_render.c |9 src/sna/sna_render.h |2 src/sna/sna_threads.c |2 src/sna/sna_trapezoids.c | 7554 ++--- src/sna/sna_trapezoids.h | 342 + src/sna/sna_trapezoids_boxes.c | 1461 +++ src/sna/sna_trapezoids_imprecise.c | 3916 +++ src/sna/sna_trapezoids_mono.c | 1428 ++ src/sna/sna_trapezoids_precise.c | 3302 src/sna/sna_video.c| 11 src/sna/sna_video.h|1 src/sna/sna_video_hwmc.c | 12 src/sna/sna_video_sprite.c |5 src/uxa/intel_driver.c |2 tools/virtual.c|2 40 files changed, 11574 insertions(+), 7418 deletions(-) New commits: commit 3bfafcdfbdb0de1f041c1b9d358398750a341fe1 Author: Timo Aaltonen Date: Wed Oct 9 19:28:49 2013 +0300 update the changelog diff --git a/debian/changelog b/debian/changelog index 0a1167d..2cf0521 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-intel (2:2.99.903-1) UNRELEASED; urgency=low +xserver-xorg-video-intel (2:2.99.904-1) UNRELEASED; urgency=low * New upstream prerelease. commit b9ad5b625e8935a3c115760bdd4738d4432542e3 Author: Chris Wilson Date: Wed Oct 9 17:18:43 2013 +0100 2.99.904 snapshot diff --git a/NEWS b/NEWS index 159c67c..3fb057e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,41 @@ +Snapshot 2.99.904 (2013-10-09) +== +There is one more feature planned to be completed for 3.0, so time for a +snapshot beforehand to push out the bug fixes from the last week. + + * Fix video output using sprites when changing the image size + + * Apply more restrictive tile constaints for 915g class devices + https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1232546 + + * Ensure all overlapping rectangles are drawn for XRenderFillRectangles + https://bugs.freedesktop.org/show_bug.cgi?id=66313 + + * Fix trapezoid clipping against the left-edge + https://bugs.freedesktop.org/show_bug.cgi?id=69469 + + * Prevent discarding active upload buffers, causing glitches in chromium + https://bugs.freedesktop.org/show_bug.cgi?id=66990 + + * Prevent specifying a negative timeout to select if the BlockHandler + takes too long to update the display + + * Promote the Ironlake pipecontrol to be a full pipeline flush to + prevent render cache corruption + https://bugs.freedesktop.org/show_bug.cgi?id=51422 + + * Never pass an invalid trapezoid to pixman + https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1197921 + + * Prevent out-of-bounds access by overassigning work amongst threads + https://bugs.freedesktop.org/show_bug.cgi?id=70204 + + * Make sure the current mode is always listed amongst the output modes + https://bugs.freedesktop.org/show_bug.cgi?id=70132 + + * Build fixes for 1.14.99.2 + + Snapshot 2.99.903 (2013-09-28) == Lots more stabilization work, not yet peaceful enough to christen 3.0. We diff --git a/configure.ac b/configure.ac index 6445373..b58bb79 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-intel], -[2.99.903], +[2.99.904], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) commit d1aa2ac5dddf6b8c8c1333aae415abda9ad72d85 Author: Chris Wilson Date: Wed Oct 9 16:22:59 2013 +0100 sna: Steal the current mode name Rather than duplicating a string, we can simply transfer ownership from the temporary mode to the mode list. Signed-off-by: Chris Wilson diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index e893bcd..71c4c60 100644 --- a/src/sna/sna_display
xserver-xorg-video-intel: Changes to 'ubuntu'
NEWS | 38 configure.ac | 16 debian/changelog | 20 debian/patches/xmir.patch | 308 + src/compat-api.h |4 src/intel_device.c | 99 src/intel_driver.h | 13 src/intel_module.c | 44 src/legacy/i810/i810_driver.c |2 src/sna/Makefile.am|5 src/sna/gen3_render.c | 70 src/sna/gen4_render.c | 28 src/sna/gen4_vertex.c | 26 src/sna/gen4_vertex.h |1 src/sna/gen5_render.c | 34 src/sna/gen6_render.c | 48 src/sna/gen7_render.c | 99 src/sna/kgem.c | 77 src/sna/kgem.h |2 src/sna/sna.h |1 src/sna/sna_accel.c| 35 src/sna/sna_composite.c| 187 src/sna/sna_display.c | 75 src/sna/sna_dri.c | 13 src/sna/sna_driver.c | 15 src/sna/sna_gradient.c |9 src/sna/sna_render.c |9 src/sna/sna_render.h |2 src/sna/sna_threads.c |2 src/sna/sna_trapezoids.c | 7554 ++--- src/sna/sna_trapezoids.h | 342 + src/sna/sna_trapezoids_boxes.c | 1461 +++ src/sna/sna_trapezoids_imprecise.c | 3916 +++ src/sna/sna_trapezoids_mono.c | 1428 ++ src/sna/sna_trapezoids_precise.c | 3302 src/sna/sna_video.c| 11 src/sna/sna_video.h|1 src/sna/sna_video_hwmc.c | 12 src/sna/sna_video_sprite.c |5 src/uxa/intel_driver.c |2 tools/virtual.c|2 41 files changed, 11858 insertions(+), 7460 deletions(-) New commits: commit bf7d059cf65f0e35cd0eb28eeb2672685b74e5bc Author: Timo Aaltonen Date: Wed Oct 9 19:44:10 2013 +0300 refresh xmir.patch diff --git a/debian/changelog b/debian/changelog index 2f82b5f..69c21ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xserver-xorg-video-intel (2:2.99.904-0ubuntu1) UNRELEASED; urgency=low + + * Merge from unreleased debian git +- new release candidate (LP: #1218839, #1157458, #1216252, #1232546) + * xmir.patch: refreshed. + + -- Timo Aaltonen Wed, 09 Oct 2013 19:40:51 +0300 + xserver-xorg-video-intel (2:2.99.904-1) UNRELEASED; urgency=low * New upstream prerelease. diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch index 3636e58..af283b3 100644 --- a/debian/patches/xmir.patch +++ b/debian/patches/xmir.patch @@ -13,8 +13,6 @@ Date: Wed Jul 24 01:44:30 2013 +0100 Signed-off-by: Christopher James Halse Rogers Signed-off-by: Chris Wilson -diff --git a/src/Makefile.am b/src/Makefile.am -index b0781ca..126bde2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,7 @@ intel_drv_la_SOURCES = \ @@ -25,11 +23,9 @@ index b0781ca..126bde2 100644 compat-api.h \ $(NULL) -diff --git a/src/intel_device.c b/src/intel_device.c -index 92472c5..2dd1625 100644 --- a/src/intel_device.c +++ b/src/intel_device.c -@@ -146,10 +146,34 @@ static int fd_set_nonblock(int fd) +@@ -175,10 +175,34 @@ static int fd_set_nonblock(int fd) return fd; } @@ -64,8 +60,6 @@ index 92472c5..2dd1625 100644 if (*path == NULL) { char id[20]; int ret; -diff --git a/src/intel_driver.h b/src/intel_driver.h -index e54054f..0c5e4ae 100644 --- a/src/intel_driver.h +++ b/src/intel_driver.h @@ -1,6 +1,8 @@ @@ -74,10 +68,10 @@ index e54054f..0c5e4ae 100644 +#include "intel_xmir.h" + + struct xf86_platform_device; + #define INTEL_VERSION 4000 - #define INTEL_NAME "intel" - #define INTEL_DRIVER_NAME "intel" -@@ -129,6 +131,6 @@ void intel_put_device(ScrnInfoPtr scrn); +@@ -134,6 +136,6 @@ void intel_put_device(ScrnInfoPtr scrn); void __intel_uxa_release_device(ScrnInfoPtr scrn); @@ -85,9 +79,6 @@ index e54054f..0c5e4ae 100644 +#define hosted() (xorgMir) #endif /* INTEL_DRIVER_H */ -diff --git a/src/intel_xmir.h b/src/intel_xmir.h -new file mode 100644 -index 000..2e3c85a --- /dev/null +++ b/src/intel_xmir.h @@ -0,0 +1,15 @@ @@ -106,11 +97,9 @@ index 000..2e3c85a +#endif + +#endif /* INTEL_XMIR_H */ -diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am -index 030869d..5cf1cbf 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am -@@ -76,6 +76,7 @@ libsna_la_SOURCES = \ +@@ -81,6 +81,7 @@ libsna_la_SOURCES = \ sna_video_overlay.c \ sna_video_sprite.c \ sna_video_textured.c \ @@ -118,19 +107,17 @@ index 030869d..5cf1cbf 100644 gen2_render.c \ gen2_render.h \ gen3_render.c \ -diff --git a/src/sna/sna.h b/src/sna/sna.h -index f7c5315..494baa8 100644 --- a/src/
Bug#725871: xserver-xorg-video-nouveau: Graphical corruption after resume from suspend or hibernation
On 2013-10-09 14:46 +0200, Moijaiunvelo wrote: > These days corruption is observed on graphical applications after suspend on > my > system. I suspect a problem with Nouveau driver because switching to Nvidia > proprietary driver fixes the issue (my video device is a Nvidia Quadro FX > 550). > > On fresh boot, everything works very well. Then I suspend the system to RAM or > I hibernate it. When resuming the system works well as well but graphical > applications show slight annoying corruption such as blurring of letters or > switch between letters. Currently for instance h is replaced by k. When I > close > my session and thus restart X, the issue is no longer observed. Could you please test with a 3.11 kernel from experimental? If the problem persists, file a bug upstream. See http://nouveau.freedesktop.org/wiki/Bugs/ for instructions. TIA, Sven -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87mwmis8v1@turtle.gmx.de
Bug#725871: xserver-xorg-video-nouveau: Graphical corruption after resume from suspend or hibernation
Package: xserver-xorg-video-nouveau Version: 1:1.0.9-2+b2 Severity: important Dear Maintainer, These days corruption is observed on graphical applications after suspend on my system. I suspect a problem with Nouveau driver because switching to Nvidia proprietary driver fixes the issue (my video device is a Nvidia Quadro FX 550). On fresh boot, everything works very well. Then I suspend the system to RAM or I hibernate it. When resuming the system works well as well but graphical applications show slight annoying corruption such as blurring of letters or switch between letters. Currently for instance h is replaced by k. When I close my session and thus restart X, the issue is no longer observed. I can upload screen captures of before suspend vs after suspend situations. Sincely, Moi -- Package-specific info: X server symlink status: lrwxrwxrwx 1 root root 13 Oct 29 2012 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 2265256 Sep 23 01:03 /usr/bin/Xorg VGA-compatible devices on PCI bus: -- 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation NV43GL [Quadro FX 550] [10de:014d] (rev a2) /etc/X11/xorg.conf does not exist. /etc/X11/xorg.conf.d does not exist. KMS configuration files: /etc/modprobe.d/i915-kms.conf: options i915 modeset=1 /etc/modprobe.d/radeon-kms.conf: options radeon modeset=1 Kernel version (/proc/version): --- Linux version 3.10-3-686-pae (debian-ker...@lists.debian.org) (gcc version 4.7.3 (Debian 4.7.3-7) ) #1 SMP Debian 3.10.11-1 (2013-09-10) Xorg X server log files on system: -- -rw-r--r-- 1 root root 27149 Jul 26 19:17 /var/log/Xorg.1.log -rw-r--r-- 1 root root 27021 Oct 9 14:33 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 3807.063] X.Org X Server 1.14.3 Release Date: 2013-09-12 [ 3807.063] X Protocol Version 11, Revision 0 [ 3807.063] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian [ 3807.063] Current Operating System: Linux olorin 3.10-3-686-pae #1 SMP Debian 3.10.11-1 (2013-09-10) i686 [ 3807.063] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10-3-686-pae root=UUID=c4b125c3-23f0-4272-9e66-cdadba18843d ro [ 3807.063] Build Date: 22 September 2013 11:00:42PM [ 3807.063] xorg-server 2:1.14.3-3 (Julien Cristau ) [ 3807.063] Current version of pixman: 0.30.2 [ 3807.063]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 3807.063] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 3807.063] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 9 14:27:02 2013 [ 3807.063] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 3807.064] (==) No Layout section. Using the first Screen section. [ 3807.064] (==) No screen section available. Using defaults. [ 3807.064] (**) |-->Screen "Default Screen Section" (0) [ 3807.064] (**) | |-->Monitor "" [ 3807.064] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 3807.064] (==) Automatically adding devices [ 3807.064] (==) Automatically enabling devices [ 3807.064] (==) Automatically adding GPU devices [ 3807.064] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 3807.064]Entry deleted from font path. [ 3807.064] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist. [ 3807.064]Entry deleted from font path. [ 3807.064] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 3807.064] (==) ModulePath set to "/usr/lib/xorg/modules" [ 3807.064] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 3807.064] (II) Loader magic: 0xb774e6a0 [ 3807.064] (II) Module ABI versions: [ 3807.064]X.Org ANSI C Emulation: 0.4 [ 3807.064]X.Org Video Driver: 14.1 [ 3807.064]X.Org XInput driver : 19.1 [ 3807.064]X.Org Server Extension : 7.0 [ 3807.065] (II) xfree86: Adding drm device (/dev/dri/card0) [ 3807.066] (--) PCI:*(0:1:0:0) 10de:014d:10de:0349 rev 162, Mem @ 0xe800/67108864, 0xd800/134217728, 0xee00/16777216, BIOS @ 0x/131072 [ 3807.066] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) [ 3807.066] Initializing built-in extension Generic Event Extension [ 3807.066] Initializing built-in extension SHAPE [