xorg-server: Changes to 'ubuntu'

2012-03-21 Thread Christopher Halse Rogers
 debian/changelog |9 +
 debian/patches/111_armel-drv-fallbacks.patch |   12 +---
 2 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 3c50828c901d584d1b623d8f0f325c954d7ec775
Author: Christopher James Halse Rogers christopher.halse.rog...@canonical.com
Date:   Wed Mar 21 12:54:39 2012 +1100

Fix arm autoprobe patch (LP: #959928)

diff --git a/debian/changelog b/debian/changelog
index 3756386..4bc443c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xorg-server (2:1.11.4-0ubuntu7) precise; urgency=low
+
+  * debian/patches/111_armel-drv-fallbacks.patch:
+- Avoid loading the driver to test if it's available. Xorg will later load
+  and validate the module, and if it's already loaded it'll trigger an
+  error and invalidate the driver (LP: #959928)
+
+ -- Ricardo Salveti de Araujo ricardo.salv...@linaro.org  Tue, 20 Mar 2012 
02:09:18 -0300
+
 xorg-server (2:1.11.4-0ubuntu6) precise; urgency=low
 
   * debian/patches/500_pointer_barrier_thresholds.diff:
diff --git a/debian/patches/111_armel-drv-fallbacks.patch 
b/debian/patches/111_armel-drv-fallbacks.patch
index 540a2d0..5014278 100644
--- a/debian/patches/111_armel-drv-fallbacks.patch
+++ b/debian/patches/111_armel-drv-fallbacks.patch
@@ -1,7 +1,7 @@
-Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
+Index: xorg-server-1.11.4/hw/xfree86/common/xf86AutoConfig.c
 ===
 xorg-server.orig/hw/xfree86/common/xf86AutoConfig.c2011-08-24 
12:56:49.565650621 +0300
-+++ xorg-server/hw/xfree86/common/xf86AutoConfig.c 2011-08-24 
12:56:49.575650619 +0300
+--- xorg-server-1.11.4.orig/hw/xfree86/common/xf86AutoConfig.c 2012-03-20 
02:08:02.154998574 -0300
 xorg-server-1.11.4/hw/xfree86/common/xf86AutoConfig.c  2012-03-20 
02:08:46.819220051 -0300
 @@ -44,6 +44,12 @@
  # include xf86sbusBus.h
  #endif
@@ -15,7 +15,7 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
  #ifdef sun
  # include sys/visual_io.h
  # include ctype.h
-@@ -198,6 +204,28 @@
+@@ -198,6 +204,26 @@
  return ret == CONFIG_OK;
  }
  
@@ -35,8 +35,6 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
 +if(!current_dir)
 +return 0;
 +
-+if (!LoadModule(driver_name, NULL, NULL, NULL, NULL, NULL, NULL, NULL))
-+return 0;
 +return 1;
 +}
 +#endif /* defined(__arm__)  defined(__linux__) */
@@ -44,7 +42,7 @@ Index: xorg-server/hw/xfree86/common/xf86AutoConfig.c
  static void
  listPossibleVideoDrivers(char *matches[], int nmatches)
  {
-@@ -282,6 +310,16 @@
+@@ -282,6 +308,16 @@
  #if !defined(__linux__)  defined(__sparc__)
matches[i++] = xnfstrdup(wsfb);
  #else


-- 
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/e1saeef-00044i...@vasks.debian.org



Bug#662834: Forwarded upstream

2012-03-21 Thread Jean-Philippe Guérard
I tried the latest openchrome version and opened a bug directly with the
openchrome project.

http://openchrome.org/trac/ticket/431

-- 
Jean-Philippe Guérard
http://tigreraye.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/c6448e11bdb4931c26cd68e24ba7984c.squir...@tigreraye.org



xserver-xorg-input-synaptics: Changes to 'ubuntu'

2012-03-21 Thread Chase Douglas
 ChangeLog |  364 +
 configure.ac  |7 
 debian/changelog  |   12 
 debian/control|2 
 debian/patches/129_clickpad.patch |  776 --
 debian/patches/series |1 
 include/synaptics-properties.h|6 
 man/synaptics.man |   34 +
 src/eventcomm.c   |  103 +++--
 src/properties.c  |   53 ++
 src/synaptics.c   |  411 ++--
 src/synapticsstr.h|   14 
 src/synproto.c|8 
 src/synproto.h|7 
 test/fake-symbols.c   |5 
 tools/synclient.c |   12 
 16 files changed, 959 insertions(+), 856 deletions(-)

New commits:
commit a8d0e47eb6dd99c6cb043fbc1c6a191da84e361d
Author: Chase Douglas chase.doug...@canonical.com
Date:   Thu Mar 15 17:58:25 2012 -0700

releasing version 1.5.99.901-0ubuntu1

diff --git a/debian/changelog b/debian/changelog
index ef1917d..3f4f36b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-synaptics (1.5.99.901-0ubuntu1) UNRELEASED; urgency=low
+xserver-xorg-input-synaptics (1.5.99.901-0ubuntu1) precise; urgency=low
 
   * New upstream release
 - Includes ClickPad support
@@ -8,7 +8,7 @@ xserver-xorg-input-synaptics (1.5.99.901-0ubuntu1) UNRELEASED; 
urgency=low
   * Remove 129_clickpad.patch, it has been merged upstream
   * Bump lintian standards to 3.9.3
 
- -- Chase Douglas chase.doug...@ubuntu.com  Wed, 14 Mar 2012 13:10:42 -0700
+ -- Chase Douglas chase.doug...@ubuntu.com  Thu, 15 Mar 2012 17:58:09 -0700
 
 xserver-xorg-input-synaptics (1.5.99~git20120223-0ubuntu2) precise; urgency=low
 

commit dca9b5a521b9e1715ae17ebb2bf08d5f862da9ac
Author: Chase Douglas chase.doug...@canonical.com
Date:   Wed Mar 14 13:11:10 2012 -0700

Bump lintian standards to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index 71c2856..ef1917d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ xserver-xorg-input-synaptics (1.5.99.901-0ubuntu1) UNRELEASED; 
urgency=low
 - Re-enables ClickPad support by default (LP: #955404)
 - Everything else is bug fixes
   * Remove 129_clickpad.patch, it has been merged upstream
+  * Bump lintian standards to 3.9.3
 
- -- Chase Douglas chase.doug...@ubuntu.com  Wed, 14 Mar 2012 13:01:23 -0700
+ -- Chase Douglas chase.doug...@ubuntu.com  Wed, 14 Mar 2012 13:10:42 -0700
 
 xserver-xorg-input-synaptics (1.5.99~git20120223-0ubuntu2) precise; urgency=low
 
diff --git a/debian/control b/debian/control
index 2355490..fbaf62c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  libmtdev-dev,
 Build-Conflicts:
  libxtst-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-synaptics
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-synaptics.git
 

commit 0c1bc1e365fc812133938c68aee86993f84ee5cb
Author: Chase Douglas chase.doug...@canonical.com
Date:   Tue Mar 13 17:21:07 2012 -0700

Remove 129_clickpad.patch, it has been merged upstream

diff --git a/debian/changelog b/debian/changelog
index 54e48ec..71c2856 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ xserver-xorg-input-synaptics (1.5.99.901-0ubuntu1) UNRELEASED; 
urgency=low
 - Fixes ClickPad click action interference
 - Re-enables ClickPad support by default (LP: #955404)
 - Everything else is bug fixes
+  * Remove 129_clickpad.patch, it has been merged upstream
 
- -- Chase Douglas chase.doug...@ubuntu.com  Wed, 14 Mar 2012 12:59:35 -0700
+ -- Chase Douglas chase.doug...@ubuntu.com  Wed, 14 Mar 2012 13:01:23 -0700
 
 xserver-xorg-input-synaptics (1.5.99~git20120223-0ubuntu2) precise; urgency=low
 
diff --git a/debian/patches/129_clickpad.patch 
b/debian/patches/129_clickpad.patch
deleted file mode 100644
index 33d4fc8..000
--- a/debian/patches/129_clickpad.patch
+++ /dev/null
@@ -1,776 +0,0 @@
-Index: xserver-xorg-input-synaptics/include/synaptics-properties.h
-===
 xserver-xorg-input-synaptics.orig/include/synaptics-properties.h   
2012-03-02 11:50:00.0 -0800
-+++ xserver-xorg-input-synaptics/include/synaptics-properties.h
2012-03-02 11:50:06.23578 -0800
-@@ -49,6 +49,9 @@
- #define SYNAPTICS_PROP_TAP_DURATIONS Synaptics Tap Durations
- 
- /* 8 bit (BOOL) */
-+#define SYNAPTICS_PROP_CLICKPAD Synaptics ClickPad
-+
-+/* 8 bit (BOOL) */
- #define SYNAPTICS_PROP_TAP_FAST Synaptics Tap FastTap
- 
- /* 32 bit */
-@@ -158,6 +161,9 @@
- /* 32 bit, 4 values, left, right, top, bottom */
- #define SYNAPTICS_PROP_AREA Synaptics Area
- 
-+/* 32 bit, 4 values, left, right, top, buttom */
-+#define SYNAPTICS_PROP_SOFTBUTTON_AREAS Synaptics Soft Button Areas
-+
- /* 32 Bit Integer, 2 

xserver-xorg-input-synaptics: Changes to 'upstream-ubuntu'

2012-03-21 Thread Chase Douglas
 Makefile.am|8 
 README |6 
 conf/11-x11-synaptics.fdi  |   10 
 conf/50-synaptics.conf |   21 
 configure.ac   |   48 -
 include/Makefile.am|1 
 include/synaptics-properties.h |   15 
 man/Makefile.am|3 
 man/synaptics.man  |  128 ++-
 man/syndaemon.man  |   41 
 src/Makefile.am|   12 
 src/alpscomm.c |   19 
 src/alpscomm.h |   33 
 src/eventcomm.c|  766 +++---
 src/eventcomm.h|   11 
 src/properties.c   |  143 +++
 src/ps2comm.c  |  101 +-
 src/ps2comm.h  |   15 
 src/psmcomm.c  |   39 
 src/synaptics.c| 1703 +
 src/synapticsstr.h |   96 +-
 src/synproto.c |  158 +++
 src/synproto.h |   59 -
 test/.gitignore|6 
 test/Makefile.am   |   18 
 test/eventcomm-test.c  |  331 +++
 test/fake-symbols.c|  497 +++
 test/fake-symbols.h|  186 
 test/test-pad.c|  121 --
 test/testprotocol.c|   82 -
 tools/Makefile.am  |3 
 tools/synclient.c  |   25 
 tools/syndaemon.c  |   49 -
 33 files changed, 3660 insertions(+), 1094 deletions(-)

New commits:
commit dd650a064b98b1c325a38e1370cc11059c257b07
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Mar 14 08:56:45 2012 +1000

synaptics 1.5.99.901

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/configure.ac b/configure.ac
index 29f6e68..af1bc2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-input-synaptics],
-[1.5.99],
+[1.5.99.901],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 [xf86-input-synaptics])
 AC_CONFIG_SRCDIR([Makefile.am])

commit fee18d8567efd2e5abf6b29eb1ae9ee0e3858013
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Tue Mar 13 16:08:12 2012 +1000

Soft buttons are only available on clickpad devices, disable them otherwise.

If the clickpad support is runtime enabled/disabled, the property
appears/disappears accordingly.

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
Reviewed-by: Chase Douglas chase.doug...@canonical.com

diff --git a/man/synaptics.man b/man/synaptics.man
index aaec35f..23862e3 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -520,6 +520,7 @@ the total height of the touchpad. Property: Synaptics Area
 .
 .TP
 .BI Option \*qSoftButtonAreas\*q \*q RBL RBR RBT RBB MBL MBR MBT MBB \*q
+This option is only available on ClickPad devices.
 Enable soft button click area support on ClickPad devices. The first four
 parameters define the area of the right button, and the second four parameters
 define the area of the middle button. The areas are defined by the left, right,
@@ -942,6 +943,7 @@ default.
 
 .TP 7
 .BI Synaptics Soft Button Areas
+This property is only available on ClickPad devices.
 The Right and middle soft button areas are used to support right and middle
 click actions on a ClickPad device. Providing 0 for all values of a given 
button
 disables the button area.
diff --git a/src/properties.c b/src/properties.c
index 5cd3088..783b516 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -151,6 +151,24 @@ InitFloatAtom(DeviceIntPtr dev, char *name, int nvalues, 
float *values)
 return atom;
 }
 
+static void
+InitSoftButtonProperty(InputInfoPtr pInfo)
+{
+SynapticsPrivate *priv = (SynapticsPrivate *) pInfo-private;
+SynapticsParameters *para = priv-synpara;
+int values[8];
+
+values[0] = para-softbutton_areas[0][0];
+values[1] = para-softbutton_areas[0][1];
+values[2] = para-softbutton_areas[0][2];
+values[3] = para-softbutton_areas[0][3];
+values[4] = para-softbutton_areas[1][0];
+values[5] = para-softbutton_areas[1][1];
+values[6] = para-softbutton_areas[1][2];
+values[7] = para-softbutton_areas[1][3];
+prop_softbutton_areas = InitAtom(pInfo-dev, 
SYNAPTICS_PROP_SOFTBUTTON_AREAS, 32, 8, values);
+}
+
 void
 InitDeviceProperties(InputInfoPtr pInfo)
 {
@@ -301,15 +319,8 @@ InitDeviceProperties(InputInfoPtr pInfo)
 values[3] = para-area_bottom_edge;
 prop_area = InitAtom(pInfo-dev, SYNAPTICS_PROP_AREA, 32, 4, values);
 
-values[0] = para-softbutton_areas[0][0];
-values[1] = para-softbutton_areas[0][1];
-values[2] = para-softbutton_areas[0][2];
-values[3] = para-softbutton_areas[0][3];
-values[4] = para-softbutton_areas[1][0];
-values[5] = para-softbutton_areas[1][1];
-values[6] = para-softbutton_areas[1][2];
-values[7] = para-softbutton_areas[1][3];
-prop_softbutton_areas = InitAtom(pInfo-dev, 

Bug#664807: xdm: Please add calls to pam_selinux module in pam files

2012-03-21 Thread Julien Cristau
On Wed, Mar 21, 2012 at 00:34:04 +0100, bi...@debian.org wrote:

 Package: xdm
 Version: 1:1.1.11-1
 Severity: wishlist
 User: selinux-de...@lists.alioth.debian.org
 Usertags: selinux-dm
 
 Dear maintainer,
 
 To ease the use of selinux in debian for the user, it could be
 convinient if the desktop managers were calling the necessary pam
 module required to properly set the user security context.
 
 If SELinux is not enabled on the user system, the pam module will
 return a success.
 
 You can find an example in my proposed a patch[0] for GDM3 or in the
 login service.
 
 You can find my inital request for feedback on debian-devel[1].
 
I think I'll want a patch from somebody more familiar with pam and/or
selinux than I am for this.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: bug 662834 is forwarded to http://openchrome.org/trac/ticket/431

2012-03-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 662834 http://openchrome.org/trac/ticket/431
Bug #662834 [xserver-xorg-video-openchrome] xserver-xorg-video-openchrome: No 
display on TV-out (SVHS)
Set Bug forwarded-to-address to 'http://openchrome.org/trac/ticket/431'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
662834: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662834
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.13323549471803.transcr...@bugs.debian.org



Bug#662834: Forwarded upstream

2012-03-21 Thread Julien Cristau
On Wed, Mar 21, 2012 at 17:33:23 +0100, Jean-Philippe Guérard wrote:

 I tried the latest openchrome version and opened a bug directly with the
 openchrome project.
 
 http://openchrome.org/trac/ticket/431
 
Thanks, I've marked this bug as forwarded there.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#664807: xdm: Please add calls to pam_selinux module in pam files

2012-03-21 Thread Laurent Bigonville
Package: xdm
Followup-For: Bug #664807

Hi,

I think that the attached patch should do it.

This is basically what login is doing.

Cheers

Laurent Bigonville

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- xdm-1.1.11/debian/xdm.pam
+++ xdm-1.1.11/debian/xdm.pam
@@ -3,7 +3,19 @@
 auth		required	pam_env.so envfile=/etc/default/locale
+# SELinux needs to be the first session rule. This ensures that any 
+# lingering context has been cleared. Without out this it is possible 
+# that a module could execute code in the wrong domain.
+# When the module is present, required would be sufficient (When SELinux
+# is disabled, this returns success.)
+session		required	pam_selinux.so close
 session		required	pam_limits.so
+@include common-session
+# SELinux needs to intervene at login time to ensure that the process
+# starts in the proper default security context. Only sessions which are
+# intended to run in the user's context should be run after this.
+session		required	pam_selinux.so open
+# When the module is present, required would be sufficient (When SELinux
+# is disabled, this returns success.)
 
 @include common-auth
 @include common-account
-@include common-session
 @include common-password


mesa: Changes to 'upstream-experimental'

2012-03-21 Thread Robert Hooker
Rebased ref, commits from common ancestor:
commit 5f7204c3bbc070fce2f3351419a64362fe15a8c6
Author: Jakob Bornecrantz ja...@vmware.com
Date:   Wed Mar 21 16:51:06 2012 +

docs: Add 8.0.2 release notes

Signed-off-by: Jakob Bornecrantz ja...@vmware.com

diff --git a/docs/news.html b/docs/news.html
index 346065c..e2fcca1 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,14 @@
 H1News/H1
 
 
+h2March 21, 2012/h2
+
+p
+a href=relnotes-8.0.2.htmlMesa 8.0.2/a is released.
+This is a bug fix release.
+/p
+
+
 h2February 16, 2012/h2
 
 p
diff --git a/docs/relnotes-8.0.2.html b/docs/relnotes-8.0.2.html
new file mode 100644
index 000..ad1818c
--- /dev/null
+++ b/docs/relnotes-8.0.2.html
@@ -0,0 +1,158 @@
+HTML
+
+head
+TITLEMesa Release Notes/TITLE
+link rel=stylesheet type=text/css href=mesa.css
+meta http-equiv=content-type content=text/html; charset=utf-8 /
+/head
+
+BODY
+
+body bgcolor=#ee
+
+H1Mesa 8.0.2 Release Notes / March 21, 2012/H1
+
+p
+Mesa 8.0.2 is a bug fix release which fixes bugs found since the 8.0.1 release.
+/p
+p
+Mesa 8.0.2 implements the OpenGL 3.0 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.0.
+/p
+p
+See the a href=install.htmlCompiling/Installing page/a for prerequisites
+for DRI hardware acceleration.
+/p
+
+
+h2MD5 checksums/h2
+pre
+tdb
+/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=38720;Bug 38720/a 
- [SNB] Trine triggers a GPU hang/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=40059;Bug 40059/a 
- [SNB] hang in Amnesia: The Dark Descent demo/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=45216;Bug 45216/a 
- [SNB] GPU hang in OilRush/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=46631;Bug 46631/a 
- It's really hard to hit the fast path for the fallback glReadPixels code/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=46679;Bug 46679/a 
- glReadPixels on a luminance texture returns the wrong values/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=46311;Bug 46311/a 
- Missing support of point size in Mesa core/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=46665;Bug 46665/a 
- [PNV] webgl conformance case max texture fails/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=45975;Bug 45975/a 
- [Gen4 + ILK] render with pointcoord will fail to render/li
+
+lia href=https://bugs.freedesktop.org/show_bug.cgi?id=4;Bug 4/a 
- [PNV] webgl conformance case NPOT case fails with TEXTURE_MIN_FILTER set to 
LINEAR/li
+
+!-- lia href=https://bugs.freedesktop.org/show_bug.cgi?id=;Bug /a - 
/li --
+
+/ul
+
+
+h2Changes/h2
+pThe full set of changes can be viewed by using the following GIT 
command:/p
+
+pre
+  git log mesa-8.0.1..mesa-8.0.2
+/pre
+
+pBrian Paul (7):
+ul
+  lisvga: add null vs pointer check in update_need_pipeline()/li
+  liutil: add mutex lock in u_debug_memory.c code/li
+  limesa: add _mesa_rebase_rgba_float/uint() functions/li
+  limesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code/li
+  limesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code/li
+  limesa: fix GL_LUMINANCE handling in glGetTexImage/li
+  lidocs: add links to 8.0.1 release notes/li
+/ul/p
+
+pDaniel Vetter (1):
+ul
+  lii965: fixup W-tile offset computation to take swizzling into 
account/li
+ul/p
+
+pDylan Noblesmith (1):
+ul
+  limesa: add back glGetnUniform*v() overflow error reporting/li
+/ul/p
+
+pIan Romanick (1):
+ul
+  lidocs: Add 8.0.1 release md5sums/li
+/ul/p
+
+pJakob Bornecrantz (3):
+ul
+  limesa: Include mesa ES mapi generated files/li
+  limesa: Bump version number to 8.0.2/li
+  lidocs: Add 8.0.2 release notes/li
+/ul/p
+
+pJeremy Huddleston (3):
+ul
+  lidarwin: config file cleanups/li
+  lidarwin: Build create_context.c/li
+  lidarwin: Link against libxcb/li
+/ul/p
+
+pJosé Fonseca (1):
+ul
+  lisvga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to 
SVGA3D_TEMPREG_MAX./li
+/ul/p
+
+pKenneth Graunke (2):
+ul
+  lii965: Only set Last Render Target Select on the last FB write./li
+  lii965: Fix Gen6+ dynamic state upper bound on older kernels./li
+/ul/p
+
+pMarek Olšák (1):
+ul
+  ligallium/rtasm: properly detect SSE and SSE2/li
+/ul/p
+
+pNeil Roberts (1):
+ul
+  limesa: Don't disable fast path for normalized types/li
+/ul/p
+
+pTom Stellard (1):
+ul
+  lir300/compiler: Fix bug when lowering KILP on r300 cards/li
+/ul/p
+
+pYuanhan Liu (6):
+ul
+  limesa: let GL3 buf obj queries not depend on opengl major version/li
+  litnl: let _TNL_ATTRIB_POINTSIZE do not depend on 
ctx-gt;VertexProgram._Enabled/li
+  lii915: fix wrong rendering of gl_PointSize on Pineview/li
+  lii915: move the FALLBACK_DRAW_OFFSET check outside the 

mesa: Changes to 'debian-experimental'

2012-03-21 Thread Robert Hooker
 Makefile   |8 
 configs/darwin |   23 +-
 configs/darwin-fat-intel   |7 
 debian/changelog   |2 
 docs/news.html |   16 +
 docs/relnotes-8.0.1.html   |4 
 docs/relnotes-8.0.2.html   |  158 +
 docs/relnotes.html |2 
 src/gallium/auxiliary/draw/draw_context.h  |   15 +
 src/gallium/auxiliary/rtasm/rtasm_cpu.c|   48 ++---
 src/gallium/auxiliary/util/u_debug_memory.c|9 
 src/gallium/drivers/r300/compiler/radeon_program_alu.c |   64 +-
 src/gallium/drivers/svga/svga_pipe_depthstencil.c  |8 
 src/gallium/drivers/svga/svga_pipe_rasterizer.c|4 
 src/gallium/drivers/svga/svga_screen.c |4 
 src/gallium/drivers/svga/svga_state_need_swtnl.c   |5 
 src/glx/apple/Makefile |1 
 src/glx/create_context.c   |7 
 src/mesa/drivers/dri/i915/i915_fragprog.c  |4 
 src/mesa/drivers/dri/i915/i915_texstate.c  |   22 ++
 src/mesa/drivers/dri/i915/i915_vtbl.c  |7 
 src/mesa/drivers/dri/i965/brw_context.h|6 
 src/mesa/drivers/dri/i965/brw_eu_emit.c|2 
 src/mesa/drivers/dri/i965/brw_fs.cpp   |9 
 src/mesa/drivers/dri/i965/brw_misc_state.c |3 
 src/mesa/drivers/dri/i965/brw_sf.c |   30 ++-
 src/mesa/drivers/dri/i965/brw_sf.h |1 
 src/mesa/drivers/dri/i965/brw_sf_emit.c|4 
 src/mesa/drivers/dri/intel/intel_context.c |2 
 src/mesa/drivers/dri/intel/intel_context.h |2 
 src/mesa/drivers/dri/intel/intel_mipmap_tree.c |   14 -
 src/mesa/drivers/dri/intel/intel_screen.c  |   34 +++
 src/mesa/drivers/dri/intel/intel_screen.h  |3 
 src/mesa/drivers/dri/intel/intel_span.c|   28 +--
 src/mesa/drivers/dri/intel/intel_span.h|2 
 src/mesa/main/bufferobj.c  |   12 -
 src/mesa/main/pack.c   |   91 +
 src/mesa/main/pack.h   |7 
 src/mesa/main/readpix.c|   26 ++
 src/mesa/main/texgetimage.c|  103 +++
 src/mesa/main/uniform_query.cpp|   16 +
 src/mesa/main/uniforms.c   |2 
 src/mesa/main/version.h|4 
 src/mesa/tnl/t_context.c   |3 
 44 files changed, 634 insertions(+), 188 deletions(-)

New commits:
commit a503d12a654f3766fc5c572b0ccf3dc5a05fdc01
Author: Robert Hooker sarv...@ubuntu.com
Date:   Wed Mar 21 15:49:47 2012 -0400

Bump changelog.

diff --git a/debian/changelog b/debian/changelog
index 75e9e8d..c3cee7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (8.0.1-1) UNRELEASED; urgency=low
+mesa (8.0.2-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream bugfix release. (LP: #926379)

commit 5f7204c3bbc070fce2f3351419a64362fe15a8c6
Author: Jakob Bornecrantz ja...@vmware.com
Date:   Wed Mar 21 16:51:06 2012 +

docs: Add 8.0.2 release notes

Signed-off-by: Jakob Bornecrantz ja...@vmware.com

diff --git a/docs/news.html b/docs/news.html
index 346065c..e2fcca1 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -11,6 +11,14 @@
 H1News/H1
 
 
+h2March 21, 2012/h2
+
+p
+a href=relnotes-8.0.2.htmlMesa 8.0.2/a is released.
+This is a bug fix release.
+/p
+
+
 h2February 16, 2012/h2
 
 p
diff --git a/docs/relnotes-8.0.2.html b/docs/relnotes-8.0.2.html
new file mode 100644
index 000..ad1818c
--- /dev/null
+++ b/docs/relnotes-8.0.2.html
@@ -0,0 +1,158 @@
+HTML
+
+head
+TITLEMesa Release Notes/TITLE
+link rel=stylesheet type=text/css href=mesa.css
+meta http-equiv=content-type content=text/html; charset=utf-8 /
+/head
+
+BODY
+
+body bgcolor=#ee
+
+H1Mesa 8.0.2 Release Notes / March 21, 2012/H1
+
+p
+Mesa 8.0.2 is a bug fix release which fixes bugs found since the 8.0.1 release.
+/p
+p
+Mesa 8.0.2 implements the OpenGL 3.0 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 3.0.
+/p
+p
+See the a href=install.htmlCompiling/Installing page/a for prerequisites
+for DRI hardware acceleration.
+/p
+
+
+h2MD5 checksums/h2
+pre
+tdb
+/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=38720;Bug 38720/a 
- [SNB] Trine triggers a GPU 

Bug#664962: xkbevd(1): Missing f after an escape to show font change in the manual

2012-03-21 Thread Bjarni Ingi Gislason
Package: x11-xkb-utils
Version: 7.6+4
Severity: minor
Tags: patch

  From groff:

standard input:41: warning: escape character ignored before `P'

  Some spaces corrected.

  Patch is in the attachment, is for version 7.6+4.

  System Information is for the squeeze version (7.5+5)

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-41
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages x11-xkb-utils depends on:
ii  libc6   2.11.3-2 Embedded GNU C Library: Shared lib
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxaw7 2:1.0.7-1X11 Athena Widget library
ii  libxkbfile1 1:1.0.6-2X11 keyboard file manipulation lib
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  x11-common  1:7.5+8+squeeze1 X Window System (X.Org) infrastruc

x11-xkb-utils recommends no packages.

x11-xkb-utils suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason


xkbevd.man.diff.gz
Description: application/gunzip


mesa: Changes to 'ubuntu'

2012-03-21 Thread Robert Hooker
 Makefile   |8 
 configs/darwin |   23 -
 configs/darwin-fat-intel   |7 
 debian/changelog   |   59 ---
 debian/control |1 
 debian/libegl1-mesa-dev.install.linux.in   |1 
 debian/patches/117_i965_only_set_last_render_target_last.patch |   30 -
 debian/patches/series  |1 
 docs/news.html |   16 +
 docs/relnotes-8.0.1.html   |4 
 docs/relnotes-8.0.2.html   |  158 
++
 docs/relnotes.html |2 
 src/gallium/auxiliary/draw/draw_context.h  |   15 
 src/gallium/auxiliary/rtasm/rtasm_cpu.c|   48 +--
 src/gallium/auxiliary/util/u_debug_memory.c|9 
 src/gallium/drivers/r300/compiler/radeon_program_alu.c |   64 +++-
 src/gallium/drivers/svga/svga_pipe_depthstencil.c  |8 
 src/gallium/drivers/svga/svga_pipe_rasterizer.c|4 
 src/gallium/drivers/svga/svga_screen.c |4 
 src/gallium/drivers/svga/svga_state_need_swtnl.c   |5 
 src/glx/apple/Makefile |1 
 src/glx/create_context.c   |7 
 src/mesa/drivers/dri/i915/i915_fragprog.c  |4 
 src/mesa/drivers/dri/i915/i915_texstate.c  |   22 +
 src/mesa/drivers/dri/i915/i915_vtbl.c  |7 
 src/mesa/drivers/dri/i965/brw_context.h|6 
 src/mesa/drivers/dri/i965/brw_eu_emit.c|2 
 src/mesa/drivers/dri/i965/brw_fs.cpp   |9 
 src/mesa/drivers/dri/i965/brw_misc_state.c |3 
 src/mesa/drivers/dri/i965/brw_sf.c |   30 +
 src/mesa/drivers/dri/i965/brw_sf.h |1 
 src/mesa/drivers/dri/i965/brw_sf_emit.c|4 
 src/mesa/drivers/dri/intel/intel_context.c |2 
 src/mesa/drivers/dri/intel/intel_context.h |2 
 src/mesa/drivers/dri/intel/intel_mipmap_tree.c |   14 
 src/mesa/drivers/dri/intel/intel_screen.c  |   34 ++
 src/mesa/drivers/dri/intel/intel_screen.h  |3 
 src/mesa/drivers/dri/intel/intel_span.c|   28 -
 src/mesa/drivers/dri/intel/intel_span.h|2 
 src/mesa/main/bufferobj.c  |   12 
 src/mesa/main/pack.c   |   91 +
 src/mesa/main/pack.h   |7 
 src/mesa/main/readpix.c|   26 +
 src/mesa/main/texgetimage.c|  103 +-
 src/mesa/main/uniform_query.cpp|   16 -
 src/mesa/main/uniforms.c   |2 
 src/mesa/main/version.h|4 
 src/mesa/tnl/t_context.c   |3 
 48 files changed, 644 insertions(+), 268 deletions(-)

New commits:
commit 929310bb91d83bf4a8886327005744ccbfd75feb
Author: Robert Hooker sarv...@ubuntu.com
Date:   Wed Mar 21 18:47:25 2012 -0400

Drop 117_i965_only_set_last_render_target_last.patch (upstream)

diff --git a/debian/changelog b/debian/changelog
index 58d009a..0a9e16b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-mesa (8.0.2-1ubuntu1) precise; urgency=low
+mesa (8.0.2-1ubuntu1) UNRELEASED; urgency=low
 
   * New upstream bugfix release.
+  * Drop 117_i965_only_set_last_render_target_last.patch, applied upstream.
 
- -- Robert Hooker sarv...@ubuntu.com  Wed, 21 Mar 2012 18:46:05 -0400
+ -- Robert Hooker sarv...@ubuntu.com  Wed, 21 Mar 2012 18:46:48 -0400
 
 mesa (8.0.2-1) UNRELEASED; urgency=low
 
diff --git a/debian/patches/117_i965_only_set_last_render_target_last.patch 
b/debian/patches/117_i965_only_set_last_render_target_last.patch
deleted file mode 100644
index a2abf84..000
--- a/debian/patches/117_i965_only_set_last_render_target_last.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-commit 172bb92db1a3c317867d9cfec6f15c09c37a0f6c
-Author: Kenneth Graunke kenn...@whitecape.org
-Date:   Sat Feb 18 21:29:29 2012 -0800
-
-i965: Only set Last Render Target Select on the last FB write.
-
-Fixes GPU hangs in OilRush, Trine, and Amnesia: The Dark Descent,
-which all use MRT (multiple render targets).
-
-NOTE: This is a candidate for release branches.
-
-

Bug#628080: xserver-xorg-video-radeon: Low performance after a period of inactivity

2012-03-21 Thread Stephen Kitt
Hi,

On Wed, Sep 14, 2011 at 07:14:12PM +0200, dayer wrote:
 El mié, 14-09-2011 a las 11:23 +0200, Michel Dänzer escribió:
  Since several IRQs are affected, I suspect this is a fundamental problem
  in the kernel/BIOS rather than in any driver.
 
 I think the problem is my graphic card ATI Gigabyte HD4650 AGP 1GB. I'm
 using it one or two years without problem until April 2011, when IRQs
 problems started. In Windows XP there's no problem. And if I try
 connecting an old ATI 9600 AGP 256MB in Linux there's no problem with
 IRQs.

I've been having a similar problem for a while now, with a similar
graphics card (an XFX HD4650 AGP with 1GB of RAM): at every boot,
regardless of irqpoll, the card's IRQ would end up being disabled. I
hadn't bothered filing a bug because like Michel, I thought it was
probably due to a BIOS bug.

Today though I noticed a pattern: in every single instance, just after
the IRQ got disabled, the kernel logged
[   55.404002] Disabling IRQ #16
[   56.912023] hda-intel: azx_get_response timeout, switching to polling mode: 
last cmd=0x000f0001

So I wondered whether this might be somehow related to the
snd-hda-intel driver attempting to initialize the HDMI audio
output... I blacklisted the snd-hda-intel driver, and hey presto, no
more errors.

In the original submitter's case, both IRQ #16 and IRQ #17 got
disabled; but on my system IRQ #16 is the VGA controller, and #17 the
audio device. I noted too that on the first report mentioning IRQ #17,
the handlers include azx_interrupt which belongs to snd-hda-intel...

So it might be worth trying to add
blacklist snd-hda-intel
to /etc/modprobe.d/local.conf for example, and running
update-initramfs -u
to make sure it's not loaded from the initramfs.

Regards,

Stephen



--
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/20120321230526.ga5...@sk2.org