xorg-server: Changes to 'debian-experimental'

2013-07-18 Thread Maarten Lankhorst
 ChangeLog  |  476 +
 Xi/devbell.c   |3 
 Xi/exevents.c  |   42 +-
 Xi/extinit.c   |   36 +-
 Xi/xigrabdev.c |   15 
 configure.ac   |   14 
 debian/changelog   |2 
 dix/devices.c  |7 
 dix/eventconvert.c |   23 -
 dix/getevents.c|   15 
 dix/touch.c|4 
 glx/glxdri.c   |2 
 glx/glxdri2.c  |2 
 hw/kdrive/ephyr/ephyr.c|6 
 hw/kdrive/ephyr/hostx.c|6 
 hw/kdrive/ephyr/hostx.h|3 
 hw/xfree86/common/xf86.h   |1 
 hw/xfree86/common/xf86Events.c |   17 -
 hw/xfree86/common/xf86Init.c   |2 
 hw/xfree86/common/xf86Xinput.c |2 
 hw/xfree86/common/xf86platformBus.c|   19 +
 hw/xfree86/common/xf86platformBus.h|4 
 hw/xfree86/modes/xf86Crtc.c|5 
 hw/xfree86/os-support/linux/lnx_platform.c |   48 ++
 hw/xfree86/os-support/solaris/sun_init.c   |2 
 hw/xfree86/os-support/xf86_OSproc.h|3 
 include/dixstruct.h|2 
 include/eventstr.h |1 
 include/hotplug.h  |1 
 os/io.c|1 
 os/log.c   |  115 ++-
 test/signal-logging.c  |   95 +
 xkb/xkbInit.c  |3 
 33 files changed, 870 insertions(+), 107 deletions(-)

New commits:
commit f0b7e86a782cf763a9ce629892afeb4f487163e8
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Tue Jul 16 09:34:42 2013 +0200

bump changelogs

diff --git a/ChangeLog b/ChangeLog
index eda3cd5..3ce76d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,479 @@
+commit 2767d9a17d62aede7cabac589c3388078bdb6022
+Author: Matt Dew mar...@osource.org
+Date:   Tue Jun 25 09:49:08 2013 -0600
+
+Bump rev from  1.14.1.902  to 1.14.2
+
+commit 7dec1d38799d82923e3241f73c83aa1ad357f72b
+Author: Matt Dew mar...@osource.org
+Date:   Fri Jun 21 10:24:16 2013 -0600
+
+Revert dix: pre-scale x by the screen:device:resolution ratio
+
+This reverts commit 14d89b9a466b521b985bc95fc4994637367362a8.
+
+commit 187cb5a037a03ab1e7702da5eebb2e7d884c6186
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Apr 24 15:24:31 2013 -0700
+
+Only call xf86platformVTProbe() when it's defined
+
+Fixes build on non-udev systems, since XSERVER_PLATFORM_BUS is only
+defined in configure.ac if $CONFIG_UDEV_KMS is true.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Dave Airlie airl...@redhat.com
+
+commit 34259752340e287333fb03f3060c6db13d72f868
+Author: Matt Dew mar...@osource.org
+Date:   Thu Jun 13 16:25:26 2013 -0600
+
+Bump rev from 1.14.1.901 to 1.14.1.902
+
+commit 31e066546fd085725cc29e95867a04c70ce46ebc
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Fri Apr 26 15:10:08 2013 +1000
+
+dix: fix device scaling to use a [min,max[ range.
+
+defmin/defmax are screen coords and thus use a min-inclusive, max-exclusive
+range. device axes ranges are inclusive, so bump the max up by one to get 
the
+scaling right.
+
+This fixes off-by-one coordinate errors if the coordinate matrix is used to
+bind the device to a fraction of the screen. It introduces an off-by-one
+scaling error in the device coordinate range, but since most devices have a
+higher resolution than the screen (e.g. a Wacom I4 has 5080 dpi) the effect
+of this should be limited.
+
+This error manifests when we have numScreens  1, as the scaling from
+desktop size back to screen size drops one device unit.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+(cherry picked from commit 756ab88d93542f0589c9bf46f40ccc57df64f0fd)
+
+commit 14d89b9a466b521b985bc95fc4994637367362a8
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Sat Mar 9 20:43:51 2013 +1000
+
+dix: pre-scale x by the screen:device:resolution ratio
+
+commit 61a99aff9d33728a0b67920254d2d4d79f80cf39
+dix: pre-scale relative events from abs devices to desktop ratio 
(#31636)
+
+added pre-scaling of relative coordinates coming from absolute devices to
+undo uneven scaling based on the screen dimensions.
+
+Devices have their own device width/height ratio as well (in a specific
+resolution) and this must be applied for relative devices as well to avoid
+scaling of the relative events into the device's ratio.
+
+e.g. a Wacom Intuos4 6x9 is in 16:10 format with equal 

xorg-server: Changes to 'ubuntu'

2013-07-18 Thread Maarten Lankhorst
 ChangeLog  |  476 +
 Xi/devbell.c   |3 
 Xi/exevents.c  |   42 +-
 Xi/extinit.c   |   36 +-
 Xi/xigrabdev.c |   15 
 configure.ac   |   14 
 debian/changelog   |   60 ++-
 debian/patches/series  |1 
 debian/patches/xf86setdesired-hybrid.patch |   44 --
 dix/devices.c  |7 
 dix/eventconvert.c |   23 -
 dix/getevents.c|   15 
 dix/touch.c|4 
 glx/glxdri.c   |2 
 glx/glxdri2.c  |2 
 hw/kdrive/ephyr/ephyr.c|6 
 hw/kdrive/ephyr/hostx.c|6 
 hw/kdrive/ephyr/hostx.h|3 
 hw/xfree86/common/xf86.h   |1 
 hw/xfree86/common/xf86Events.c |   17 -
 hw/xfree86/common/xf86Init.c   |2 
 hw/xfree86/common/xf86Xinput.c |2 
 hw/xfree86/common/xf86platformBus.c|   19 +
 hw/xfree86/common/xf86platformBus.h|4 
 hw/xfree86/modes/xf86Crtc.c|5 
 hw/xfree86/os-support/linux/lnx_platform.c |   48 ++
 hw/xfree86/os-support/solaris/sun_init.c   |2 
 hw/xfree86/os-support/xf86_OSproc.h|3 
 include/dixstruct.h|2 
 include/eventstr.h |1 
 include/hotplug.h  |1 
 os/io.c|1 
 os/log.c   |  115 ++-
 test/signal-logging.c  |   95 +
 xkb/xkbInit.c  |3 
 35 files changed, 903 insertions(+), 177 deletions(-)

New commits:
commit 8f2e389dd5b6fa6bc1e623f175b72f0d3674d4f8
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Tue Jul 16 09:39:35 2013 +0200

New upstream release. (LP: #1156498)

Remove upstreamed patch.
- xf86setdesired-hybrid.patch

diff --git a/debian/changelog b/debian/changelog
index e4224df..cdc07ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:1.14.2-0ubuntu1) saucy; urgency=low
+
+  * New upstream release. (LP: #1156498)
+  * Remove upstreamed patch.
+- xf86setdesired-hybrid.patch
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Tue, 16 Jul 2013 
09:36:06 +0200
+
 xorg-server (2:1.14.2-1) UNRELEASED; urgency=low
 
   [ Maarten Lankhorst ]
diff --git a/debian/patches/series b/debian/patches/series
index 0606467..22b1497 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -19,7 +19,6 @@
 xfree86-no-xv-for-gpuscreens.patch
 xephyr-glx-register.patch
 no-nv.patch
-xf86setdesired-hybrid.patch
 
 ## waiting for review by upstream
 111_armel-drv-fallbacks.patch
diff --git a/debian/patches/xf86setdesired-hybrid.patch 
b/debian/patches/xf86setdesired-hybrid.patch
deleted file mode 100644
index 037556e..000
--- a/debian/patches/xf86setdesired-hybrid.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Subject: [PATCH] hw/xfree86: Allow xf86SetDesiredModes to succeed if no crtc's 
are enabled.
-From: Maarten Lankhorst maarten.lankho...@canonical.com
-
-Fixes regression on xserver 1.14 introduced by 6703a7c7cf1a.
-hw/xfree86: Require only one working CRTC to start the server.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=62916
-
-Without any crtc's enabled, 1.13 worked correctly, but the logic in
-xf86SetDesiredModes will now return false instead. Fix this to
-return success if all outputs were already disabled.
-
-Signed-off-by: Maarten Lankhorst maarten.lankho...@canonical.com

-diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
-index f9ae465..eb72f0e 100644
 a/hw/xfree86/modes/xf86Crtc.c
-+++ b/hw/xfree86/modes/xf86Crtc.c
-@@ -2599,7 +2599,7 @@ xf86SetDesiredModes(ScrnInfoPtr scrn)
- xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn);
- xf86CrtcPtr crtc = config-crtc[0];
- int c;
--int enabled = 0;
-+int enabled = 0, failed = 0;
- 
- /* A driver with this hook will take care of this */
- if (!crtc-funcs-set_mode_major) {
-@@ -2659,11 +2659,12 @@ xf86SetDesiredModes(ScrnInfoPtr scrn)
- if (config-output[o]-crtc == crtc)
- config-output[o]-crtc = NULL;
- crtc-enabled = FALSE;
--  }
-+failed++;
-+}
- }
- 
- xf86DisableUnusedFunctions(scrn);
--return enabled != 0;
-+return enabled != 0 || !failed;
- }
- 
- /**
-
-

commit f0b7e86a782cf763a9ce629892afeb4f487163e8
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Tue Jul 16 09:34:42 2013 +0200

bump changelogs

diff --git a/ChangeLog b/ChangeLog
index eda3cd5..3ce76d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 

xorg-server: Changes to 'upstream-experimental'

2013-07-18 Thread Maarten Lankhorst
 Xi/devbell.c   |3 
 Xi/exevents.c  |   42 +-
 Xi/extinit.c   |   36 -
 Xi/xigrabdev.c |   15 +++
 configure.ac   |   14 ++-
 dix/devices.c  |7 +
 dix/eventconvert.c |   23 ++---
 dix/getevents.c|   15 ++-
 dix/touch.c|4 -
 glx/glxdri.c   |2 
 glx/glxdri2.c  |2 
 hw/kdrive/ephyr/ephyr.c|6 -
 hw/kdrive/ephyr/hostx.c|6 +
 hw/kdrive/ephyr/hostx.h|3 
 hw/xfree86/common/xf86.h   |1 
 hw/xfree86/common/xf86Events.c |   17 
 hw/xfree86/common/xf86Init.c   |2 
 hw/xfree86/common/xf86Xinput.c |2 
 hw/xfree86/common/xf86platformBus.c|   19 
 hw/xfree86/common/xf86platformBus.h|4 +
 hw/xfree86/modes/xf86Crtc.c|5 -
 hw/xfree86/os-support/linux/lnx_platform.c |   48 ++--
 hw/xfree86/os-support/solaris/sun_init.c   |2 
 hw/xfree86/os-support/xf86_OSproc.h|3 
 include/dixstruct.h|2 
 include/eventstr.h |1 
 include/hotplug.h  |1 
 os/io.c|1 
 os/log.c   |  115 ++---
 test/signal-logging.c  |   95 +--
 xkb/xkbInit.c  |3 
 31 files changed, 393 insertions(+), 106 deletions(-)

New commits:
commit 2767d9a17d62aede7cabac589c3388078bdb6022
Author: Matt Dew mar...@osource.org
Date:   Tue Jun 25 09:49:08 2013 -0600

Bump rev from  1.14.1.902  to 1.14.2

diff --git a/configure.ac b/configure.ac
index b977b54..99e3cd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,9 +26,9 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ(2.60)
-AC_INIT([xorg-server], 1.14.1.902, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
-RELEASE_DATE=2013-06-13
-RELEASE_NAME=Act rc2-Normal
+AC_INIT([xorg-server], 1.14.2, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
+RELEASE_DATE=2013-06-25
+RELEASE_NAME=Act Abnormal
 AC_CONFIG_SRCDIR([Makefile.am])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 

commit 7dec1d38799d82923e3241f73c83aa1ad357f72b
Author: Matt Dew mar...@osource.org
Date:   Fri Jun 21 10:24:16 2013 -0600

Revert dix: pre-scale x by the screen:device:resolution ratio

This reverts commit 14d89b9a466b521b985bc95fc4994637367362a8.

diff --git a/dix/getevents.c b/dix/getevents.c
index 51d4fd4..dfe4652 100644
--- a/dix/getevents.c
+++ b/dix/getevents.c
@@ -770,29 +770,6 @@ add_to_scroll_valuator(DeviceIntPtr dev, ValuatorMask 
*mask, int valuator, doubl
 }
 
 
-static void
-scale_for_device_resolution(DeviceIntPtr dev, ValuatorMask *mask)
-{
-double x;
-ValuatorClassPtr v = dev-valuator;
-int xrange = v-axes[0].max_value - v-axes[0].min_value + 1;
-int yrange = v-axes[1].max_value - v-axes[1].min_value + 1;
-
-double screen_ratio = 1.0 * screenInfo.width/screenInfo.height;
-double device_ratio = 1.0 * xrange/yrange;
-double resolution_ratio = 1.0;
-double ratio;
-
-if (!valuator_mask_fetch_double(mask, 0, x))
-return;
-
-if (v-axes[0].resolution != 0  v-axes[1].resolution != 0)
-resolution_ratio = 1.0 * v-axes[0].resolution/v-axes[1].resolution;
-
-ratio = device_ratio/resolution_ratio/screen_ratio;
-valuator_mask_set_double(mask, 0, x * ratio);
-}
-
 /**
  * Move the device's pointer by the values given in @valuators.
  *
@@ -804,14 +781,27 @@ moveRelative(DeviceIntPtr dev, int flags, ValuatorMask 
*mask)
 {
 int i;
 Bool clip_xy = IsMaster(dev) || !IsFloating(dev);
-ValuatorClassPtr v = dev-valuator;
 
 /* for abs devices in relative mode, we've just scaled wrong, since we
mapped the device's shape into the screen shape. Undo this. */
-if ((flags  POINTER_ABSOLUTE) == 0  v  v-numAxes  1 
-v-axes[0].min_value  v-axes[0].max_value 
-v-axes[1].min_value  v-axes[1].max_value) {
-scale_for_device_resolution(dev, mask);
+if ((flags  POINTER_ABSOLUTE) == 0  dev-valuator 
+dev-valuator-axes[0].min_value  dev-valuator-axes[0].max_value) {
+
+double ratio = 1.0 * screenInfo.width/screenInfo.height;
+
+if (ratio  1.0) {
+double y;
+if (valuator_mask_fetch_double(mask, 1, y)) {
+y *= ratio;
+valuator_mask_set_double(mask, 1, y);
+}
+} else {
+double x;
+if (valuator_mask_fetch_double(mask, 0, x)) {
+x *= ratio;
+ 

Processed: successfull reports, closing

2013-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 692887 os-prober
Bug #692887 [installation-reports] installation-reports: Installation report on 
Dell Inspiron n5110
Bug reassigned from package 'installation-reports' to 'os-prober'.
Ignoring request to alter found versions of bug #692887 to the same values 
previously set
Ignoring request to alter fixed versions of bug #692887 to the same values 
previously set
 reassign 685367 xserver-xorg-video-radeon
Bug #685367 [installation-reports] installation-report: Wheezy beta installed 
on powermac g4 900 MHz w/ ATI rage graphicscard
Bug reassigned from package 'installation-reports' to 
'xserver-xorg-video-radeon'.
No longer marked as found in versions 2.47.
Ignoring request to alter fixed versions of bug #685367 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
685367: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685367
692887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692887
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.137415356721897.transcr...@bugs.debian.org



x11-xserver-utils: Changes to 'debian-unstable'

2013-07-18 Thread Robert Hooker
 debian/changelog   |3 
 xhost/ChangeLog|  199 +
 xhost/Makefile.in  |  440 ++-
 xhost/aclocal.m4   |  705 +++---
 xhost/compile  |  347 +++
 xhost/config.guess |  407 ++-
 xhost/config.sub   |  237 +-
 xhost/configure|  692 --
 xhost/configure.ac |   15 
 xhost/depcomp  |  531 +++-
 xhost/install-sh   |   35 
 xhost/man/Makefile.in  |  131 -
 xhost/missing  |  461 +---
 xhost/xhost.c  |  189 -
 xrandr/ChangeLog   |   97 
 xrandr/Makefile.in |  366 +--
 xrandr/aclocal.m4  | 5519 +
 xrandr/compile |  347 +++
 xrandr/config.guess|  184 -
 xrandr/config.sub  |   95 
 xrandr/configure   |  352 ++-
 xrandr/configure.ac|2 
 xrandr/depcomp |  487 ++--
 xrandr/install-sh  |   14 
 xrandr/man/Makefile.in |  102 
 xrandr/man/xrandr.man  |6 
 xrandr/missing |  414 +--
 xrandr/xrandr.c|  131 -
 28 files changed, 7233 insertions(+), 5275 deletions(-)

New commits:
commit e7c164c36de31b004f0016450b2823828564d4a4
Author: Robert Hooker sarv...@ubuntu.com
Date:   Thu Jul 18 11:40:30 2013 -0400

xhost 1.0.6

diff --git a/debian/changelog b/debian/changelog
index 8b5be5a..ced8b40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11-xserver-utils (7.7+1) UNRELEASED; urgency=low
   * xstdcmap 1.0.3
   * xvidtune 1.0.3
   * xrefresh 1.0.5
+  * xhost 1.0.6
   * Update copyright
 
   [ Timo Aaltonen ]
diff --git a/xhost/ChangeLog b/xhost/ChangeLog
index 1e33528..4bed0dd 100644
--- a/xhost/ChangeLog
+++ b/xhost/ChangeLog
@@ -1,3 +1,202 @@
+commit 6c3d341467acd10eafc1462ee94c3efd3a4788ef
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jul 16 23:10:37 2013 -0700
+
+xhost 1.0.6
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 4ffd1c45709bf8aa41e57d23a5241c4b4817d318
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jun 14 00:02:21 2013 -0700
+
+Fix const warning for FamilyLocalHost empty address string
+
+xhost.c: In function ‘change_host’:
+xhost.c:452:13: warning: assignment discards ‘const’ qualifier from 
pointer target type [enabled by default]
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit e100ad533203fdc0d80078835c557f1bc47954bd
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Mar 2 08:49:40 2013 -0800
+
+Mark argument to nameserver_lost signal handler as unused
+
+Quiets clang warning:
+xhost.c:812:21: warning: unused parameter 'sig' [-Wunused-parameter]
+nameserver_lost(int sig)
+^
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 214c90d6b01017fe02675e133129cf389e740533
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Fri Oct 26 14:48:03 2012 +0100
+
+If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), 
just wait
+
+Win32 has neither SIGALRM nor sigaction(), so don't use SIGALRM to timeout
+gethostaddr(), just wait
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Colin Harrison colin.harri...@virgin.net
+
+commit 19250c1aed852e151bf66819e75f8d796018223b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat Feb 23 09:47:42 2013 -0800
+
+Drop pre-POSIX signal handling support in favor of sigaction()
+
+X_NOT_POSIX has never been defined by our autoconf scripts, only for a few
+platforms in X11/Xosdefs.h, of which MinGW seems to be the most relevant
+today, and since that doesn't have alarm() it doesn't need this code 
either.
+
+First pass was done with 'unifdef -UX_NOT_POSIX', followed by
+manual tweaking to adjust indent levels, etc.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Jon TURNEY jon.tur...@dronecode.org.uk
+
+commit 618eebf5aa99138f6ab3b8a96f93eb422f1a138e
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Fri Oct 26 14:46:51 2012 +0100
+
+Provide dummy sethostent(),endhostent() for Win32 also
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Colin Harrison colin.harri...@virgin.net
+
+commit 4dc834b5d98a6b07bee7ec8d06ed63efe03d1076
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Fri Oct 26 14:52:45 2012 +0100
+
+Link with winsock for MinGW
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Colin Harrison colin.harri...@virgin.net
+
+commit 9316e88c68c2a2189cf90c55e9850d7428bcd356
+Author: Jon TURNEY jon.tur...@dronecode.org.uk
+Date:   Wed Jan 4 18:25:26 2012 +
+
+Use Xwinsock.h on WIN32
+
+Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
+Reviewed-by: Colin Harrison colin.harri...@virgin.net
+
+commit 01433c7bdd169ae8a59ffe79842de55e318bc3b8
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sat 

mesa: Changes to 'debian-unstable'

2013-07-18 Thread Andreas Boll
 Makefile.am|2 
 bin/.cherry-ignore |9 
 configure.ac   |2 
 debian/changelog   |6 
 docs/relnotes-9.1.4.html   |4 
 docs/relnotes-9.1.5.html   |  138 +
 src/egl/drivers/dri2/platform_wayland.c|9 
 src/gallium/drivers/r600/evergreen_state.c |   10 
 src/gallium/drivers/r600/r600_state.c  |   10 
 src/gallium/drivers/svga/svga_tgsi_insn.c  |6 
 src/gallium/state_trackers/dri/sw/drisw.c  |5 
 src/gallium/state_trackers/glx/xlib/xm_api.c   |   11 -
 src/glsl/ast_to_hir.cpp|   18 +
 src/glsl/builtin_variables.cpp |2 
 src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag |6 
 src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl |3 
 src/glsl/link_uniforms.cpp |   14 +
 src/mesa/drivers/dri/i965/brw_draw_upload.c|   18 +
 src/mesa/drivers/dri/i965/brw_fs_emit.cpp  |4 
 src/mesa/drivers/dri/i965/brw_fs_visitor.cpp   |3 
 src/mesa/drivers/dri/i965/brw_wm.c |8 
 src/mesa/drivers/dri/i965/brw_wm.h |2 
 src/mesa/drivers/dri/swrast/swrast.c   |1 
 src/mesa/main/mtypes.h |   15 +
 src/mesa/main/shaderobj.c  |1 
 src/mesa/main/uniform_query.cpp|2 
 src/mesa/main/uniforms.c   |2 
 src/mesa/main/uniforms.h   |   14 -
 src/mesa/main/version.h|2 
 src/mesa/program/prog_execute.c|6 
 src/mesa/program/register_allocate.c   |   46 +++-
 src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 
 32 files changed, 332 insertions(+), 49 deletions(-)

New commits:
commit d71640913c8c107220faa2aafb655cd1ad26c3f0
Author: Andreas Boll andreas.boll@gmail.com
Date:   Thu Jul 18 18:33:09 2013 +0200

New upstream release.

diff --git a/debian/changelog b/debian/changelog
index 0127bf3..c2c4742 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (9.1.5-1) UNRELEASED; urgency=low
+
+  * New upstream release. 
+
+ -- Andreas Boll andreas.boll@gmail.com  Thu, 18 Jul 2013 18:32:24 +0200
+
 mesa (9.1.4-1) unstable; urgency=low
 
   [ Julien Cristau ]

commit 42146f777b9aa89c3d2c01f2a5cde05749534508
Author: Carl Worth cwo...@cworth.org
Date:   Wed Jul 17 16:37:59 2013 -0700

docs: Add release notes for 9.1.5 release

diff --git a/docs/relnotes-9.1.5.html b/docs/relnotes-9.1.5.html
new file mode 100644
index 000..4739437
--- /dev/null
+++ b/docs/relnotes-9.1.5.html
@@ -0,0 +1,138 @@
+!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
+html lang=en
+head
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleMesa Release Notes/title
+  link rel=stylesheet type=text/css href=mesa.css
+/head
+body
+
+div class=header
+  h1The Mesa 3D Graphics Library/h1
+/div
+
+iframe src=contents.html/iframe
+div class=content
+
+h1Mesa 9.1.5 Release Notes / July 17, 2013/h1
+
+p
+Mesa 9.1.5 is a bug fix release which fixes bugs found since the 9.1.4 release.
+/p
+p
+Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
+glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
+glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
+3.1 is strongonly/strong available if requested at context creation
+because GL_ARB_compatibility is not supported.
+/p
+
+h2MD5 checksums/h2
+pre
+TBD
+/pre
+
+h2New features/h2
+pNone./p
+
+h2Bug fixes/h2
+
+pThis list is likely incomplete./p
+
+ul
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=58384;Bug 58384/a 
- [i965 Bisected]Oglc 
max_values(advanced.fragmentProgram.GL_MAX_PROGRAM_ENV_PARAMETERS_ARB) 
segfault/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=62647;Bug 62647/a 
- Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=63674;Bug 63674/a 
- [IVB]frozen at the first frame when run Unigine-heaven 4.0/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=65910;Bug 65910/a 
- Killing weston-launch causes segv in desktop-shell/li
+
+/ul
+
+h2Changes/h2
+pThe full set of changes can be viewed by using the following GIT 
command:/p
+
+pre
+  git log mesa-9.1.4..mesa-9.1.5
+/pre
+
+pAnuj Phogat (1):/p
+ul
+  

mesa: Changes to 'upstream-unstable'

2013-07-18 Thread Andreas Boll
 Makefile.am|2 
 bin/.cherry-ignore |9 
 configure.ac   |2 
 docs/relnotes-9.1.4.html   |4 
 docs/relnotes-9.1.5.html   |  138 +
 src/egl/drivers/dri2/platform_wayland.c|9 
 src/gallium/drivers/r600/evergreen_state.c |   10 
 src/gallium/drivers/r600/r600_state.c  |   10 
 src/gallium/drivers/svga/svga_tgsi_insn.c  |6 
 src/gallium/state_trackers/dri/sw/drisw.c  |5 
 src/gallium/state_trackers/glx/xlib/xm_api.c   |   11 -
 src/glsl/ast_to_hir.cpp|   18 +
 src/glsl/builtin_variables.cpp |2 
 src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag |6 
 src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl |3 
 src/glsl/link_uniforms.cpp |   14 +
 src/mesa/drivers/dri/i965/brw_draw_upload.c|   18 +
 src/mesa/drivers/dri/i965/brw_fs_emit.cpp  |4 
 src/mesa/drivers/dri/i965/brw_fs_visitor.cpp   |3 
 src/mesa/drivers/dri/i965/brw_wm.c |8 
 src/mesa/drivers/dri/i965/brw_wm.h |2 
 src/mesa/drivers/dri/swrast/swrast.c   |1 
 src/mesa/main/mtypes.h |   15 +
 src/mesa/main/shaderobj.c  |1 
 src/mesa/main/uniform_query.cpp|2 
 src/mesa/main/uniforms.c   |2 
 src/mesa/main/uniforms.h   |   14 -
 src/mesa/main/version.h|2 
 src/mesa/program/prog_execute.c|6 
 src/mesa/program/register_allocate.c   |   46 +++-
 src/mesa/state_tracker/st_glsl_to_tgsi.cpp |2 
 31 files changed, 326 insertions(+), 49 deletions(-)

New commits:
commit 42146f777b9aa89c3d2c01f2a5cde05749534508
Author: Carl Worth cwo...@cworth.org
Date:   Wed Jul 17 16:37:59 2013 -0700

docs: Add release notes for 9.1.5 release

diff --git a/docs/relnotes-9.1.5.html b/docs/relnotes-9.1.5.html
new file mode 100644
index 000..4739437
--- /dev/null
+++ b/docs/relnotes-9.1.5.html
@@ -0,0 +1,138 @@
+!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN 
http://www.w3.org/TR/html4/loose.dtd;
+html lang=en
+head
+  meta http-equiv=content-type content=text/html; charset=utf-8
+  titleMesa Release Notes/title
+  link rel=stylesheet type=text/css href=mesa.css
+/head
+body
+
+div class=header
+  h1The Mesa 3D Graphics Library/h1
+/div
+
+iframe src=contents.html/iframe
+div class=content
+
+h1Mesa 9.1.5 Release Notes / July 17, 2013/h1
+
+p
+Mesa 9.1.5 is a bug fix release which fixes bugs found since the 9.1.4 release.
+/p
+p
+Mesa 9.1 implements the OpenGL 3.1 API, but the version reported by
+glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
+glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
+3.1 is strongonly/strong available if requested at context creation
+because GL_ARB_compatibility is not supported.
+/p
+
+h2MD5 checksums/h2
+pre
+TBD
+/pre
+
+h2New features/h2
+pNone./p
+
+h2Bug fixes/h2
+
+pThis list is likely incomplete./p
+
+ul
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=58384;Bug 58384/a 
- [i965 Bisected]Oglc 
max_values(advanced.fragmentProgram.GL_MAX_PROGRAM_ENV_PARAMETERS_ARB) 
segfault/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=62647;Bug 62647/a 
- Wrong rendering of Dota 2 on Wine (apitrace attached) - Intel IVB HD4000/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=63674;Bug 63674/a 
- [IVB]frozen at the first frame when run Unigine-heaven 4.0/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=65910;Bug 65910/a 
- Killing weston-launch causes segv in desktop-shell/li
+
+/ul
+
+h2Changes/h2
+pThe full set of changes can be viewed by using the following GIT 
command:/p
+
+pre
+  git log mesa-9.1.4..mesa-9.1.5
+/pre
+
+pAnuj Phogat (1):/p
+ul
+  limesa: Return ZeroVec/dummyReg instead of NULL pointer/li
+/ul
+
+pBrian Paul (1):/p
+ul
+  lisvga: check for NaN shader immediates/li
+/ul
+
+pCarl Worth (3):/p
+ul
+  licherry-ignore: Ignore previously backported patch/li
+  licherry-ignore: Drop two patches which we've decided not to include/li
+  limesa: Bump version to 9.1.5/li
+/ul
+
+pChris Forbes (1):/p
+ul
+  lii965: fix alpha test for MRT/li
+/ul
+
+pChristoph Bumiller (1):/p
+ul
+  lir600g: x/y coordinates must be divided by block dim in dma blit/li
+/ul
+
+pEric Anholt (1):/p
+ul
+  lira: Fix register spilling./li
+/ul

Processed: [bts-link] source package x11-xkb-utils

2013-07-18 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package x11-xkb-utils
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #673035 (http://bugs.debian.org/673035)
 # Bug title: useless No symbols defined for warnings
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=66344
 #  * remote status changed: ASSIGNED - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 673035 + fixed-upstream
Bug #673035 [x11-xkb-utils] useless No symbols defined for warnings
Added tag(s) fixed-upstream.
 usertags 673035 - status-ASSIGNED
Usertags were: status-ASSIGNED.
Usertags are now: .
 usertags 673035 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #673031 (http://bugs.debian.org/673031)
 # Bug title: bad handling of overlong key name
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=66345
 #  * remote status changed: ASSIGNED - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 673031 + fixed-upstream
Bug #673031 [x11-xkb-utils] bad handling of overlong key name
Added tag(s) fixed-upstream.
 usertags 673031 - status-ASSIGNED
Usertags were: status-ASSIGNED.
Usertags are now: .
 usertags 673031 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #673035 (http://bugs.debian.org/673035)
 # Bug title: useless No symbols defined for warnings
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=66344
 #  * remote status changed: ASSIGNED - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 673035 + fixed-upstream
Bug #673035 [x11-xkb-utils] useless No symbols defined for warnings
Ignoring request to alter tags of bug #673035 to the same tags previously set
 usertags 673035 - status-ASSIGNED
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 usertags 673035 + status-RESOLVED resolution-FIXED
Usertags were: status-RESOLVED resolution-FIXED.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
673031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673031
673035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.137416905720935.transcr...@bugs.debian.org



xserver-xorg-video-intel: Changes to 'ubuntu'

2013-07-18 Thread Robert Hooker
 debian/changelog |8 
 1 file changed, 8 insertions(+)

New commits:
commit 5fcf9659c2702132c26ebddeed65495c24333036
Author: Robert Hooker sarv...@ubuntu.com
Date:   Thu Jul 18 17:10:16 2013 -0400

Bump changelog and mark bug closures

diff --git a/debian/changelog b/debian/changelog
index 1b35f0c..25a3735 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-intel (2:2.21.12-1ubuntu1) UNRELEASED; urgency=low
+
+  * Merge from unreleased debian git (LP: #1198409, #1173557, #1199746, 
#1200766)
+Remaining changes:
+- Use SNA by default.
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Thu, 18 Jul 2013 
13:51:58 +0200
+
 xserver-xorg-video-intel (2:2.21.12-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]


-- 
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/e1uzvt4-0001z4...@vasks.debian.org



Re: [Xcb] xcb util-cursor, again

2013-07-18 Thread Arnaud Fontaine
Hello,

Michael Stapelberg michael+...@stapelberg.de writes:

 Thanks for your  answers. I requested to join pkg-xorg  with a clearly
 worded justification a few days back but got no response at all. Could
 you have a look if you can  approve join requests or know somebody who
 can?

I  don't have  such  rights. Anyhow,  I  think it's  better  to ask  any
Debian-specific questions about XCB to  debian-x@ rather than xcb@ (even
though if most members of pkg-xorg  team are subscribed to xcb@), so I'm
forwarding this email to debian-x@.

Cheers,
-- 
Arnaud Fontaine


-- 
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/87zjtjpfkc@duckcorp.org



Bug#712514: Some more debug

2013-07-18 Thread Dr. David Alan Gilbert
I've rebuilt xorg-server withnostrip nocheck noopt
and added a load of debug, with that the backtrace shows

Program received signal SIGSEGV, Segmentation fault.
0x0020 in ?? ()
(gdb) where
#0  0x0020 in ?? ()
#1  0x2a09b5f0 in xf86SIGIO (sig=707031856)
at ../../../../../hw/xfree86/os-support/linux/../shared/sigio.c:121
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) q

which seems to make sense, because it's happening as I touch and
the sigio seems to be bubbling touch events through evdev.

I've added a load of debug and it does seem to be getting to the end
of the sigio routine, just not returning properly (that line 121 is
the resteration of the errno); I've also added loads of debug to
Evdev, again it seems to be going through the motions ok.

here is my (rather cryptic) debug I've added for the last of the
events that happened before it died.

xf86SIGIO for 29
xf86SIGIO found i=0 r=1 func=0x2a078999
xf86SigioReadInput: closure=0x2a26a5f0 read_info=0x40526629
EvdevReadInput: pInfo=0x2a26a5f0
EvdevReadInput: pInfo=0x2a26a5f0 looptop
EvdevReadInput: post read len=32 (bufsize=256)
EvdevReadInput: process 0
EvdevProcessEvent: Abs
EvPAbsME: value=454
EvPAbsME: (2) value=454
EvPAbsME: (3) value=454
EvPAbsME: (5) value=454
EvdevReadInput: process 0
EvdevReadInput: process 1
EvdevProcessEvent: Sync
EvPSyncE pEvdev=0x2a31b4b0 vals=0x2a31cec0
EvPSyncE (2) ArrayLength=32
EvPSyncE (3) pEvdev=0x2a31b4b0 vals=0x2a31cec0
EvdevReadInput: process 1
xf86SIGIO exit for 29

Program received signal SIGSEGV, Segmentation fault.
0x0020 in ?? ()
(gdb) where
#0  0x0020 in ?? ()
#1  0x2a09b5f0 in xf86SIGIO (sig=707031856)
at ../../../../../hw/xfree86/os-support/linux/../shared/sigio.c:121
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb) q

Given that's in a signal handler perhaps the rest of the stack is fine;
it's just the return data that's had it.

-- 
 -Open up your eyes, open up your mind, open up your code ---   
/ Dr. David Alan Gilbert|   Running GNU/Linux   | Happy  \ 
\ gro.gilbert @ treblig.org |   | In Hex /
 \ _|_ http://www.treblig.org   |___/


-- 
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/20130719010937.GA25902@gallifrey