mesa: Changes to 'ubuntu'

2012-10-03 Thread Maarten Lankhorst
 debian/patches/118-undefined-symbols.patch |   75 +++--
 1 file changed, 40 insertions(+), 35 deletions(-)

New commits:
commit 83d5e8698cfde68d64f160e0371766f9a2103f84
Author: Maarten Lankhorst 
Date:   Wed Oct 3 17:52:29 2012 +0200

Redo 118-undefined-symbols.patch

diff --git a/debian/patches/118-undefined-symbols.patch 
b/debian/patches/118-undefined-symbols.patch
index f2da556..b201b6e 100644
--- a/debian/patches/118-undefined-symbols.patch
+++ b/debian/patches/118-undefined-symbols.patch
@@ -1,47 +1,52 @@
-From: Anssi Hannula 
-Date: Sun, 5 Aug 2012 00:47:06 +0300
-Subject: [PATCH] Fix undefined symbols in libOSMesa and libglapi
-
+From: Matt Turner
+Subject: [PATCH 13/16] build: Link OSMesa with glapi, libdl, libstdc++
+Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=399813
+  https://bugs.freedesktop.org/show_bug.cgi?id=53179
 ---
- src/mapi/shared-glapi/Makefile.am   |2 +-
- src/mesa/Makefile.am|2 +-
- src/mesa/drivers/osmesa/Makefile.am |6 ++
- 3 files changed, 8 insertions(+), 2 deletions(-)
+ src/mesa/drivers/osmesa/Makefile.am |   17 -
+ 1 files changed, 12 insertions(+), 5 deletions(-)
 
 a/src/mapi/shared-glapi/Makefile.am
-+++ b/src/mapi/shared-glapi/Makefile.am
-@@ -6,7 +6,7 @@
+diff --git a/src/mesa/drivers/osmesa/Makefile.am 
b/src/mesa/drivers/osmesa/Makefile.am
+index 6d087f2..21b8dfb 100644
+--- a/src/mesa/drivers/osmesa/Makefile.am
 b/src/mesa/drivers/osmesa/Makefile.am
+@@ -21,25 +21,32 @@
+ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ # IN THE SOFTWARE.
  
- lib_LTLIBRARIES = libglapi.la
- libglapi_la_SOURCES = $(MAPI_GLAPI_FILES)
--libglapi_la_LDFLAGS = -no-undefined
-+libglapi_la_LDFLAGS = -no-undefined -pthread
+-# Hack to make some of the non-automake variables work.
+-TOP=$(top_builddir)
+-
+-AM_CFLAGS = \
++AM_CPPFLAGS = \
+   -I$(top_srcdir)/include \
+   -I$(top_srcdir)/src/mapi \
+   -I$(top_srcdir)/src/mesa/ \
+   -I$(top_builddir)/src/mapi \
+   $(DEFINES) \
+   $(API_DEFINES)
++AM_CFLAGS = $(PTHREAD_CFLAGS)
++AM_CXXFLAGS = $(PTHREAD_CFLAGS)
  
- include $(GLAPI)/gen/glapi_gen.mk
- glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
 a/src/mesa/Makefile.am
-+++ b/src/mesa/Makefile.am
-@@ -124,7 +124,7 @@
-   $(MESA_CXX_FILES) \
- $(MESA_ASM_FILES_FOR_ARCH)
+ lib_LTLIBRARIES = lib@OSMESA_LIB@.la
  
--libmesa_la_LIBADD = $(top_builddir)/src/glsl/libglsl.la
-+libmesa_la_LIBADD = $(top_builddir)/src/glsl/libglsl.la -ldl
- libmesa_la_LDFLAGS =
++nodist_EXTRA_lib@OSMESA_LIB@_la_SOURCES = dummy.cpp
+ lib@OSMESA_LIB@_la_SOURCES = osmesa.c
  
- libmesagallium_la_SOURCES = \
 a/src/mesa/drivers/osmesa/Makefile.am
-+++ b/src/mesa/drivers/osmesa/Makefile.am
-@@ -40,6 +40,12 @@
- lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/mesa/libmesa.la \
-   $(top_builddir)/src/mapi/glapi/libglapi.la
-+lib@OSMESA_LIB@_la_LIBTOOLFLAGS = --tag=CXX
+ lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number 6:5:3 -no-undefined
 +
 +if HAVE_SHARED_GLAPI
-+lib@OSMESA_LIB@_la_LDFLAGS += -L$(top_builddir)/$(LIB_DIR)
-+lib@OSMESA_LIB@_la_LIBADD += -lglapi
++GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la
++else
++GLAPI_LIB = $(top_builddir)/src/mapi/glapi/libglapi.la
 +endif
+ lib@OSMESA_LIB@_la_LIBADD = \
+   $(top_builddir)/src/mesa/libmesa.la \
+-  $(top_builddir)/src/mapi/glapi/libglapi.la
++  $(GLAPI_LIB) \
++  $(OSMESA_LIB_DEPS)
  
  if BUILD_SHARED
  # Provide compatibility with scripts for the old Mesa build system for
+-- 
+1.7.8.6


-- 
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/e1tjrfo-0007dm...@vasks.debian.org



mesa: Changes to 'ubuntu'

2012-10-03 Thread Timo Aaltonen
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 34c3f89697a853d9ddccca43c678cebb4cc5c593
Author: Timo Aaltonen 
Date:   Wed Oct 3 18:25:44 2012 +0300

bump the version

diff --git a/debian/changelog b/debian/changelog
index b27bab4..df39d19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (9.0~git20121002.9fc4a39d-0ubuntu1) UNRELEASED; urgency=low
+
+  * Merge from unreleased debian git.
+
+ -- Timo Aaltonen   Wed, 03 Oct 2012 18:23:24 +0300
+
 mesa (9.0~git20120917.7cfd42ce-0ubuntu3) quantal; urgency=low
 
   * Add 118-undefined-symbols.patch, fixing libglapi and libosmesa


-- 
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/e1tjqpb-00054m...@vasks.debian.org



Bug#644636: (no subject)

2012-10-03 Thread Florian Boelstler
The issue still occurs.
Maybe this piece of kernel log is pointing to something more useful:
plugin-containe[3683]: segfault at b2d025e4 ip b664a4e6 sp b2389034
error 6 in libpthread-2.11.3.so[b664+15000]

It's always printed if the problem occurs.

Cheers

  Florian


-- 
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/506c57bd.9050...@boelstler.net



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

2012-10-03 Thread Maarten Lankhorst
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3d0dc058a3d32f6098d6bf6b0ad3821b0d239c81
Author: Maarten Lankhorst 
Date:   Wed Oct 3 11:20:38 2012 +0200

Nothing big merged.

diff --git a/debian/changelog b/debian/changelog
index 343bb1b..ad689aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 xserver-xorg-video-ati (1:6.99.99~git20120926.e8cb0b72-0ubuntu1) UNRELEASED; 
urgency=low
 
-  * New upstream snapshot, with fixes for hybrid graphics support and other 
goodies.
-  * require libdrm 2.4.39
+  * remove mibstore.h include
+  * officially require libdrm 2.4.39
 
  -- Maarten Lankhorst   Wed, 03 Oct 2012 
11:14:38 +0200
 


-- 
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/e1tjl8o-0005hh...@vasks.debian.org



xserver-xorg-video-ati: Changes to 'upstream-experimental'

2012-10-03 Thread Maarten Lankhorst
 configure.ac  |   15 ++-
 src/ati.c |   26 ++
 src/ati_pciids_gen.h  |3 
 src/drmmode_display.c |4 
 src/evergreen_exa.c   |   15 ++-
 src/evergreen_state.h |2 
 src/pcidb/ati_pciids.csv  |3 
 src/r600_exa.c|   14 ++-
 src/r600_state.h  |4 
 src/radeon.h  |   24 +
 src/radeon_bo_helper.c|   10 +-
 src/radeon_chipinfo_gen.h |3 
 src/radeon_chipset_gen.h  |3 
 src/radeon_dri2.c |  154 +-
 src/radeon_driver.c   |1 
 src/radeon_exa.c  |   75 ++
 src/radeon_exa_funcs.c|   13 ++-
 src/radeon_glamor.c   |8 +
 src/radeon_glamor_wrappers.h  |1 
 src/radeon_kms.c  |   79 +--
 src/radeon_pci_chipset_gen.h  |3 
 src/radeon_pci_device_match_gen.h |3 
 src/radeon_probe.c|   98 +++-
 23 files changed, 496 insertions(+), 65 deletions(-)

New commits:
commit e8cb0b721e6ea251f85c799ca0563bfa59a2d37c
Author: Adam Jackson 
Date:   Wed Sep 26 09:27:54 2012 -0400

Remove mibstore.h

Signed-off-by: Adam Jackson 

diff --git a/src/radeon_glamor_wrappers.h b/src/radeon_glamor_wrappers.h
index 9abbd22..53ce969 100644
--- a/src/radeon_glamor_wrappers.h
+++ b/src/radeon_glamor_wrappers.h
@@ -42,7 +42,6 @@
 #include "pixmapstr.h"
 #include "windowstr.h"
 #include "servermd.h"
-#include "mibstore.h"
 #include "colormapst.h"
 #include "gcstruct.h"
 #include "input.h"
diff --git a/src/radeon_kms.c b/src/radeon_kms.c
index 2842a23..0a10bee 100644
--- a/src/radeon_kms.c
+++ b/src/radeon_kms.c
@@ -1215,13 +1215,8 @@ Bool RADEONScreenInit_KMS(SCREEN_INIT_ARGS_DECL)
 #endif
 
 pScrn->vtSema = TRUE;
-/* Backing store setup */
-xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
-  "Initializing backing store\n");
-miInitializeBackingStore(pScreen);
 xf86SetBackingStore(pScreen);
 
-
 if (info->directRenderingEnabled) {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Direct rendering enabled\n");
 } else {

commit 8637f772347c958fa3beea6c0dc9c22255db70e5
Author: Michel Dänzer 
Date:   Thu Sep 13 19:50:35 2012 +0200

glamor: Force acceleration for DRI2 copies.

Improves performance of non-pageflipped 3D apps on SI.

Signed-off-by: Michel Dänzer 

diff --git a/src/radeon.h b/src/radeon.h
index eb46db2..9c2073f 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -402,6 +402,7 @@ struct radeon_accel_state {
 int   vline_y1;
 int   vline_y2;
 
+Bool  force;
 };
 
 typedef struct {
diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
index 7c5898c..1e04b85 100644
--- a/src/radeon_dri2.c
+++ b/src/radeon_dri2.c
@@ -633,10 +633,12 @@ radeon_dri2_copy_region2(ScreenPtr pScreen,
 
 /* Driver option "SwapbuffersWait" defines if we vsync DRI2 copy-swaps. */ 
 info->accel_state->vsync = info->swapBuffersWait;
+info->accel_state->force = TRUE;
 
 (*gc->ops->CopyArea)(src_drawable, dst_drawable, gc,
  0, 0, drawable->width, drawable->height, off_x, 
off_y);
 
+info->accel_state->force = FALSE;
 info->accel_state->vsync = vsync;
 
 FreeScratchGC(gc);
diff --git a/src/radeon_glamor.c b/src/radeon_glamor.c
index 12dfd38..99bc666 100644
--- a/src/radeon_glamor.c
+++ b/src/radeon_glamor.c
@@ -151,8 +151,12 @@ Bool radeon_glamor_prepare_access(PixmapPtr pixmap, 
glamor_access_t access)
struct radeon_bo *bo;
int ret;
 
-   if (access == GLAMOR_GPU_ACCESS_RW || access == GLAMOR_GPU_ACCESS_RO)
-   return info->ChipFamily < CHIP_FAMILY_TAHITI;
+   if (access == GLAMOR_GPU_ACCESS_RW || access == GLAMOR_GPU_ACCESS_RO) {
+   if (info->ChipFamily < CHIP_FAMILY_TAHITI)
+   return TRUE;
+
+   return info->accel_state->force;
+   }
 
bo = radeon_get_pixmap_bo(pixmap);
if (bo) {

commit 40b87f0e9db2642ca8a70e994fb4d3742e199640
Author: Michel Dänzer 
Date:   Wed Sep 12 18:44:10 2012 +0200

glamor: Fix DRI2 crash introduced by PRIME changes.

Signed-off-by: Michel Dänzer 

diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
index 02fe66d..7c5898c 100644
--- a/src/radeon_dri2.c
+++ b/src/radeon_dri2.c
@@ -358,7 +358,7 @@ radeon_dri2_create_buffer2(ScreenPtr pScreen,
 pixmap->refcnt++;
 }
 
-if (!pixmap && attachment != DRI2BufferFrontLeft) {
+if (!pixmap && (is_glamor_pixmap || attachment != DRI2BufferFrontLeft)) {
/* tile the back buffer */
switch(attachment) {
case DRI2BufferDepth:

commit 646ffd49d2cf0d3130301e8ad2f49f620bd9ef1b
Author: Dave Airlie 
Date:   Mon Sep 10 15:31:06 2012 +1000

radeon: fix build against o

xserver-xorg-video-ati: Changes to 'debian-experimental'

2012-10-03 Thread Maarten Lankhorst
 ChangeLog |  193 ++
 configure.ac  |   15 ++
 debian/changelog  |2 
 debian/control|2 
 src/ati.c |   26 +
 src/ati_pciids_gen.h  |3 
 src/drmmode_display.c |4 
 src/evergreen_exa.c   |   15 ++
 src/evergreen_state.h |2 
 src/pcidb/ati_pciids.csv  |3 
 src/r600_exa.c|   14 ++
 src/r600_state.h  |4 
 src/radeon.h  |   24 
 src/radeon_bo_helper.c|   10 +
 src/radeon_chipinfo_gen.h |3 
 src/radeon_chipset_gen.h  |3 
 src/radeon_dri2.c |  154 +++---
 src/radeon_driver.c   |1 
 src/radeon_exa.c  |   75 ++
 src/radeon_exa_funcs.c|   13 +-
 src/radeon_glamor.c   |8 +
 src/radeon_glamor_wrappers.h  |1 
 src/radeon_kms.c  |   79 ++-
 src/radeon_pci_chipset_gen.h  |3 
 src/radeon_pci_device_match_gen.h |3 
 src/radeon_probe.c|   98 ++-
 26 files changed, 691 insertions(+), 67 deletions(-)

New commits:
commit 281064b23ad57685717076da240975e37d9af6fd
Author: Maarten Lankhorst 
Date:   Wed Oct 3 11:13:59 2012 +0200

Bump changelog and require libdrm 2.4.39 for prime

diff --git a/ChangeLog b/ChangeLog
index c9af4a3..68ee8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+commit e8cb0b721e6ea251f85c799ca0563bfa59a2d37c
+Author: Adam Jackson 
+Date:   Wed Sep 26 09:27:54 2012 -0400
+
+Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+
+commit 8637f772347c958fa3beea6c0dc9c22255db70e5
+Author: Michel Dänzer 
+Date:   Thu Sep 13 19:50:35 2012 +0200
+
+glamor: Force acceleration for DRI2 copies.
+
+Improves performance of non-pageflipped 3D apps on SI.
+
+Signed-off-by: Michel Dänzer 
+
+commit 40b87f0e9db2642ca8a70e994fb4d3742e199640
+Author: Michel Dänzer 
+Date:   Wed Sep 12 18:44:10 2012 +0200
+
+glamor: Fix DRI2 crash introduced by PRIME changes.
+
+Signed-off-by: Michel Dänzer 
+
+commit 646ffd49d2cf0d3130301e8ad2f49f620bd9ef1b
+Author: Dave Airlie 
+Date:   Mon Sep 10 15:31:06 2012 +1000
+
+radeon: fix build against old servers
+
+Fixes https://bugs.freedesktop.org/show_bug.cgi?id=54711
+
+Reported-by: wol...@onsneteindhoven.nl
+Signed-off-by: Dave Airlie 
+
+commit 7c7f2775604da61537c24c249884aaa220e06e13
+Author: Dave Airlie 
+Date:   Mon Sep 10 11:27:45 2012 +1000
+
+radeon: don't fail to load if we have no modes and gpu driver.
+
+This ensures radeon loads on output less GPUs as a GPU driver.
+
+There are server bugs that also need to be fixed.
+
+Signed-off-by: Dave Airlie 
+
+commit 7fe16dd037ac688726869816888bd77fe4356f8e
+Author: Dave Airlie 
+Date:   Wed Sep 5 10:41:51 2012 +1000
+
+radeon: fix typo in glamor paths
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54519
+
+Reported-By: sc...@dcinformatique.com
+Signed-off-by: Dave Airlie 
+
+commit cdc985e9190ce54dc6274ebc0e87ab954b15bb0d
+Author: Dave Airlie 
+Date:   Tue Sep 4 18:18:50 2012 +1000
+
+radeon: fix build against older servers
+
+Another silly one.
+
+Signed-off-by: Dave Airlie 
+
+commit bd0e9c51407cb99f1fe4f0acfedc37ee0c354040
+Author: Dave Airlie 
+Date:   Tue Sep 4 18:17:06 2012 +1000
+
+radeon/dri2: fix build against older servers.
+
+Older servers won't have DRI2UpdatePrime, so fix build.
+
+bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54433
+Signed-off-by: Dave Airlie 
+
+commit 75c1f62f44d7b3709c1fa103d59733866967b841
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:09:02 2012 +1000
+
+radeon: add capability and provider support
+
+Signed-off-by: Dave Airlie 
+
+commit ca8b61e916998458203dfa4b9d0c997fa7d90ba9
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:08:37 2012 +1000
+
+radeon: allocated shared pixmaps as untiled gtt.
+
+Signed-off-by: Dave Airlie 
+
+commit 8c1bf9d8fe3948b72795984e625ef46b2f0bf654
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:08:05 2012 +1000
+
+radeon: add pixmap sharing hooks.
+
+This hooks into EXA and the dirty tracking to add sharing and output
+offload support.
+
+Signed-off-by: Dave Airlie 
+
+commit 3add8df8122697acfe126d4857f3946ce44b8305
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:07:07 2012 +1000
+
+radeon: add dri2 offload support.
+
+This adds the new dri2 interfaces required for radeon to be offloaded to.
+
+Signed-off-by: Dave Airlie 
+
+commit f7502a11c8ef9c453ceb40d26109977116df88c2
+Author: Dave Airlie 
+Date:   Mon Sep 3 12:56:56 2012 +1000
+
+radeon: add shared support to pixmaps.
+
+this just adds the interface and shared su

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

2012-10-03 Thread Maarten Lankhorst
 ChangeLog|  193 +++
 debian/changelog |9 +-
 debian/control   |2 
 src/radeon_glamor_wrappers.h |1 
 src/radeon_kms.c |5 -
 5 files changed, 202 insertions(+), 8 deletions(-)

New commits:
commit c5bc82ef61f333d7373f70caef1c979e0adbb143
Author: Maarten Lankhorst 
Date:   Wed Oct 3 11:16:08 2012 +0200

New upstream snapshot, with fixes for hybrid graphics support and other 
goodies.

* New upstream snapshot, with fixes for hybrid graphics support and other 
goodies.
* require libdrm 2.4.39

diff --git a/debian/changelog b/debian/changelog
index 538b271..343bb1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-ati (1:6.99.99~git20120926.e8cb0b72-0ubuntu1) UNRELEASED; 
urgency=low
+
+  * New upstream snapshot, with fixes for hybrid graphics support and other 
goodies.
+  * require libdrm 2.4.39
+
+ -- Maarten Lankhorst   Wed, 03 Oct 2012 
11:14:38 +0200
+
 xserver-xorg-video-ati (1:6.99.99~git20120913.8637f772-0ubuntu1) quantal; 
urgency=low
 
   * New upstream snapshot. Adds hybrid graphics support, FFe (LP: #1053250)

commit 281064b23ad57685717076da240975e37d9af6fd
Author: Maarten Lankhorst 
Date:   Wed Oct 3 11:13:59 2012 +0200

Bump changelog and require libdrm 2.4.39 for prime

diff --git a/ChangeLog b/ChangeLog
index c9af4a3..68ee8b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,196 @@
+commit e8cb0b721e6ea251f85c799ca0563bfa59a2d37c
+Author: Adam Jackson 
+Date:   Wed Sep 26 09:27:54 2012 -0400
+
+Remove mibstore.h
+
+Signed-off-by: Adam Jackson 
+
+commit 8637f772347c958fa3beea6c0dc9c22255db70e5
+Author: Michel Dänzer 
+Date:   Thu Sep 13 19:50:35 2012 +0200
+
+glamor: Force acceleration for DRI2 copies.
+
+Improves performance of non-pageflipped 3D apps on SI.
+
+Signed-off-by: Michel Dänzer 
+
+commit 40b87f0e9db2642ca8a70e994fb4d3742e199640
+Author: Michel Dänzer 
+Date:   Wed Sep 12 18:44:10 2012 +0200
+
+glamor: Fix DRI2 crash introduced by PRIME changes.
+
+Signed-off-by: Michel Dänzer 
+
+commit 646ffd49d2cf0d3130301e8ad2f49f620bd9ef1b
+Author: Dave Airlie 
+Date:   Mon Sep 10 15:31:06 2012 +1000
+
+radeon: fix build against old servers
+
+Fixes https://bugs.freedesktop.org/show_bug.cgi?id=54711
+
+Reported-by: wol...@onsneteindhoven.nl
+Signed-off-by: Dave Airlie 
+
+commit 7c7f2775604da61537c24c249884aaa220e06e13
+Author: Dave Airlie 
+Date:   Mon Sep 10 11:27:45 2012 +1000
+
+radeon: don't fail to load if we have no modes and gpu driver.
+
+This ensures radeon loads on output less GPUs as a GPU driver.
+
+There are server bugs that also need to be fixed.
+
+Signed-off-by: Dave Airlie 
+
+commit 7fe16dd037ac688726869816888bd77fe4356f8e
+Author: Dave Airlie 
+Date:   Wed Sep 5 10:41:51 2012 +1000
+
+radeon: fix typo in glamor paths
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54519
+
+Reported-By: sc...@dcinformatique.com
+Signed-off-by: Dave Airlie 
+
+commit cdc985e9190ce54dc6274ebc0e87ab954b15bb0d
+Author: Dave Airlie 
+Date:   Tue Sep 4 18:18:50 2012 +1000
+
+radeon: fix build against older servers
+
+Another silly one.
+
+Signed-off-by: Dave Airlie 
+
+commit bd0e9c51407cb99f1fe4f0acfedc37ee0c354040
+Author: Dave Airlie 
+Date:   Tue Sep 4 18:17:06 2012 +1000
+
+radeon/dri2: fix build against older servers.
+
+Older servers won't have DRI2UpdatePrime, so fix build.
+
+bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54433
+Signed-off-by: Dave Airlie 
+
+commit 75c1f62f44d7b3709c1fa103d59733866967b841
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:09:02 2012 +1000
+
+radeon: add capability and provider support
+
+Signed-off-by: Dave Airlie 
+
+commit ca8b61e916998458203dfa4b9d0c997fa7d90ba9
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:08:37 2012 +1000
+
+radeon: allocated shared pixmaps as untiled gtt.
+
+Signed-off-by: Dave Airlie 
+
+commit 8c1bf9d8fe3948b72795984e625ef46b2f0bf654
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:08:05 2012 +1000
+
+radeon: add pixmap sharing hooks.
+
+This hooks into EXA and the dirty tracking to add sharing and output
+offload support.
+
+Signed-off-by: Dave Airlie 
+
+commit 3add8df8122697acfe126d4857f3946ce44b8305
+Author: Dave Airlie 
+Date:   Mon Sep 3 13:07:07 2012 +1000
+
+radeon: add dri2 offload support.
+
+This adds the new dri2 interfaces required for radeon to be offloaded to.
+
+Signed-off-by: Dave Airlie 
+
+commit f7502a11c8ef9c453ceb40d26109977116df88c2
+Author: Dave Airlie 
+Date:   Mon Sep 3 12:56:56 2012 +1000
+
+radeon: add shared support to pixmaps.
+
+this just adds the interface and shared support to the pixmap.
+
+Signed-off-by: Dave Airlie 
+
+commit f71139a2afe8fffb628331402bf829a6d67c9fff
+Author

Bug#689478: unblock: xserver-xorg-video-intel/2:2.19.0-6

2012-10-03 Thread Julien Cristau
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package xserver-xorg-video-intel

Don't install /etc/modprobe.d/i915-kms.conf on new installs, it's no
longer necessary with the wheezy kernel.  The conffile's kept around on
upgrades to handle partial upgrades (ie to keep working on the squeeze
kernel).

unblock xserver-xorg-video-intel/2:2.19.0-6

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#689477: unblock: xterm/278-2

2012-10-03 Thread Julien Cristau
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package xterm

One-liner, crash fix.

unblock xterm/278-2

Cheers,
Julien


signature.asc
Description: Digital signature