rpms/xorg-x11-drv-nouveau/F-11 .cvsignore, 1.35, 1.36 nouveau-bicubic-2x.patch, 1.1, 1.2 nouveau-fb-resize.patch, 1.5, 1.6 nouveau-multiple-xserver.patch, 1.6, 1.7 nouveau-nv50-fb-accel.patch, 1.6, 1.7 nouveau-nv50-nva0-noaccel.patch, 1.6, 1.7 nouveau-store-vbios.patch, 1.6, 1.7 nouveau-transition-hack.patch, 1.6, 1.7 sources, 1.36, 1.37 xorg-x11-drv-nouveau.spec, 1.45, 1.46

Ben Skeggs bskeggs at fedoraproject.org
Thu May 7 11:49:16 UTC 2009


Author: bskeggs

Update of /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2988

Modified Files:
	.cvsignore nouveau-bicubic-2x.patch nouveau-fb-resize.patch 
	nouveau-multiple-xserver.patch nouveau-nv50-fb-accel.patch 
	nouveau-nv50-nva0-noaccel.patch nouveau-store-vbios.patch 
	nouveau-transition-hack.patch sources 
	xorg-x11-drv-nouveau.spec 
Log Message:
* Thu May 07 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-34.20090507git1072103
- upstream update, fix issues that occured from recent exa abi change




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- .cvsignore	1 May 2009 05:58:19 -0000	1.35
+++ .cvsignore	7 May 2009 11:48:45 -0000	1.36
@@ -1 +1 @@
-xf86-video-nouveau-0.0.12-20090501gitf69b34a.tar.bz2
+xf86-video-nouveau-0.0.12-20090507git1072103.tar.bz2

nouveau-bicubic-2x.patch:

Index: nouveau-bicubic-2x.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-bicubic-2x.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- nouveau-bicubic-2x.patch	4 May 2009 07:27:03 -0000	1.1
+++ nouveau-bicubic-2x.patch	7 May 2009 11:48:45 -0000	1.2
@@ -1,4 +1,4 @@
-From bb5e09ea86f81b11e04995d3db56cf4e82ef878a Mon Sep 17 00:00:00 2001
+From 6253f691669364f92ebec4b8112495e56b2ba15e Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at beleth.localdomain>
 Date: Mon, 4 May 2009 17:04:34 +1000
 Subject: [PATCH 7/7] xv: only use bicubic filtering when scaling >=2x

nouveau-fb-resize.patch:

Index: nouveau-fb-resize.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-fb-resize.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- nouveau-fb-resize.patch	4 May 2009 07:27:03 -0000	1.5
+++ nouveau-fb-resize.patch	7 May 2009 11:48:45 -0000	1.6
@@ -1,4 +1,4 @@
-From e911cdfa86f6992c9c21b2da589876827a98e03b Mon Sep 17 00:00:00 2001
+From 8e88d28441d611bbecc7a624b239d05451ab836e Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at caspar.localdomain>
 Date: Tue, 14 Apr 2009 09:23:07 +1000
 Subject: [PATCH 6/7] f11: support framebuffer resize without driver pixmaps
@@ -122,7 +122,7 @@ index ca1a60b..c666c9f 100644
  }
  
 diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
-index aee2794..b571443 100644
+index cf050f9..adf854b 100644
 --- a/src/nouveau_exa.c
 +++ b/src/nouveau_exa.c
 @@ -279,7 +279,10 @@ nouveau_exa_prepare_access(PixmapPtr ppix, int index)
@@ -159,7 +159,7 @@ index aee2794..b571443 100644
  		return TRUE;
  
  	return FALSE;
-@@ -587,9 +590,7 @@ nouveau_exa_init(ScreenPtr pScreen)
+@@ -588,9 +591,7 @@ nouveau_exa_init(ScreenPtr pScreen)
  		nouveau_bo_map(pNv->FB, NOUVEAU_BO_RDWR);
  		exa->memoryBase = pNv->FB->map;
  		nouveau_bo_unmap(pNv->FB);
@@ -170,7 +170,7 @@ index aee2794..b571443 100644
  		exa->memorySize = pNv->FB->size; 
  
  		if (pNv->Architecture < NV_ARCH_50) {
-@@ -630,10 +631,8 @@ nouveau_exa_init(ScreenPtr pScreen)
+@@ -631,10 +632,8 @@ nouveau_exa_init(ScreenPtr pScreen)
  	}
  
  	/* Needed for frontbuffer fallbacks (to ensure it accesses the linear fb). */
@@ -203,10 +203,10 @@ index 61b9e79..b1fca9b 100644
  	NV50DisplayCommand(pScrn, NV50_UPDATE_DISPLAY, 0);
  }
 diff --git a/src/nv_crtc.c b/src/nv_crtc.c
-index 6de8733..dfc7f8e 100644
+index 4ccac45..de1ef42 100644
 --- a/src/nv_crtc.c
 +++ b/src/nv_crtc.c
-@@ -1159,7 +1159,10 @@ void NVCrtcSetBase(xf86CrtcPtr crtc, int x, int y)
+@@ -1153,7 +1153,10 @@ void NVCrtcSetBase(xf86CrtcPtr crtc, int x, int y)
  	ScrnInfoPtr pScrn = crtc->scrn;
  	NVPtr pNv = NVPTR(pScrn);    
  	struct nouveau_crtc *nv_crtc = to_nouveau_crtc(crtc);
@@ -218,7 +218,7 @@ index 6de8733..dfc7f8e 100644
  
  	if (crtc->rotatedData != NULL) /* we do not exist on the real framebuffer */
  #if NOUVEAU_EXA_PIXMAPS
-@@ -1167,8 +1170,17 @@ void NVCrtcSetBase(xf86CrtcPtr crtc, int x, int y)
+@@ -1161,8 +1164,17 @@ void NVCrtcSetBase(xf86CrtcPtr crtc, int x, int y)
  #else
  		start = pNv->FB->offset + nv_crtc->shadow->offset; /* We do exist relative to the framebuffer */
  #endif
@@ -238,10 +238,10 @@ index 6de8733..dfc7f8e 100644
  	start &= ~3;
  	pNv->ModeReg.crtc_reg[nv_crtc->head].fb_start = start;
 diff --git a/src/nv_driver.c b/src/nv_driver.c
-index f097fb9..0cc81ae 100644
+index 52fe1e2..e91bb15 100644
 --- a/src/nv_driver.c
 +++ b/src/nv_driver.c
-@@ -900,16 +900,112 @@ Bool NVI2CInit(ScrnInfoPtr pScrn)
+@@ -903,16 +903,112 @@ Bool NVI2CInit(ScrnInfoPtr pScrn)
  	return TRUE;
  }
  
@@ -359,7 +359,7 @@ index f097fb9..0cc81ae 100644
  }
  
  static const xf86CrtcConfigFuncsRec nv_xf86crtc_config_funcs = {
-@@ -1423,7 +1519,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
+@@ -1426,7 +1522,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
  		} else
  			nv50_output_create(pScrn); /* create randr-1.2 "outputs". */
  
@@ -369,10 +369,10 @@ index f097fb9..0cc81ae 100644
  	}
  
 diff --git a/src/nv_type.h b/src/nv_type.h
-index 5396cc8..1a9b9ed 100644
+index b79474e..cc5bef7 100644
 --- a/src/nv_type.h
 +++ b/src/nv_type.h
-@@ -304,8 +304,11 @@ typedef struct _NVRec {
+@@ -305,8 +305,11 @@ typedef struct _NVRec {
      volatile CARD8 *PDIO1;
  
      uint8_t cur_head;
@@ -384,7 +384,7 @@ index 5396cc8..1a9b9ed 100644
      ScreenBlockHandlerProcPtr BlockHandler;
      CloseScreenProcPtr  CloseScreen;
      /* Cursor */
-@@ -494,11 +497,15 @@ nouveau_pixmap_offset(PixmapPtr ppix)
+@@ -495,11 +498,15 @@ nouveau_pixmap_offset(PixmapPtr ppix)
  {
  	ScrnInfoPtr pScrn = xf86Screens[ppix->drawable.pScreen->myNum];
  	NVPtr pNv = NVPTR(pScrn);

nouveau-multiple-xserver.patch:

Index: nouveau-multiple-xserver.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-multiple-xserver.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nouveau-multiple-xserver.patch	4 May 2009 07:27:03 -0000	1.6
+++ nouveau-multiple-xserver.patch	7 May 2009 11:48:45 -0000	1.7
@@ -1,4 +1,4 @@
-From 21d8dee1feb667a38296d087aa5ce355b8ce7b17 Mon Sep 17 00:00:00 2001
+From 8d6771e5806f6618694449a0d6435631e38924df Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at gmail.com>
 Date: Mon, 13 Apr 2009 19:25:25 +1000
 Subject: [PATCH 3/7] f11: hack to support multiple xserver instances
@@ -8,7 +8,7 @@ Subject: [PATCH 3/7] f11: hack to suppor
  1 files changed, 98 insertions(+), 28 deletions(-)
 
 diff --git a/src/nv_driver.c b/src/nv_driver.c
-index 92232dd..9f4c96f 100644
+index 2b3a596..696fa6d 100644
 --- a/src/nv_driver.c
 +++ b/src/nv_driver.c
 @@ -21,6 +21,7 @@
@@ -19,7 +19,7 @@ index 92232dd..9f4c96f 100644
  
  #include "nv_include.h"
  
-@@ -654,14 +655,27 @@ NV50ReleaseDisplay(ScrnInfoPtr pScrn)
+@@ -657,14 +658,27 @@ NV50ReleaseDisplay(ScrnInfoPtr pScrn)
   */
  
  /* Mandatory */
@@ -47,7 +47,7 @@ index 92232dd..9f4c96f 100644
  	if (!pNv->NoAccel)
  		NVAccelCommonInit(pScrn);
  
-@@ -718,6 +732,12 @@ NVLeaveVT(int scrnIndex, int flags)
+@@ -721,6 +735,12 @@ NVLeaveVT(int scrnIndex, int flags)
  
  	NVSync(pScrn);
  
@@ -60,7 +60,7 @@ index 92232dd..9f4c96f 100644
  	if (!pNv->kms_enable) {
  		if (pNv->Architecture < NV_ARCH_50)
  			NVRestore(pScrn);
-@@ -1629,11 +1649,81 @@ NVMapMemSW(ScrnInfoPtr pScrn)
+@@ -1632,11 +1652,81 @@ NVMapMemSW(ScrnInfoPtr pScrn)
  }
  
  static Bool
@@ -142,7 +142,7 @@ index 92232dd..9f4c96f 100644
  
  	if (!pNv->dev)
  		return NVMapMemSW(pScrn);
-@@ -1650,46 +1740,26 @@ NVMapMem(ScrnInfoPtr pScrn)
+@@ -1653,46 +1743,26 @@ NVMapMem(ScrnInfoPtr pScrn)
  		size = size * (pScrn->bitsPerPixel >> 3);
  		size = size * pScrn->virtualY;
  	} else {

nouveau-nv50-fb-accel.patch:

Index: nouveau-nv50-fb-accel.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-nv50-fb-accel.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nouveau-nv50-fb-accel.patch	4 May 2009 07:27:03 -0000	1.6
+++ nouveau-nv50-fb-accel.patch	7 May 2009 11:48:45 -0000	1.7
@@ -1,4 +1,4 @@
-From 376840ad928ea51a5952bd1461b119e24d957b84 Mon Sep 17 00:00:00 2001
+From 6b7c830d4fcdd61a1ee15f61bedf86939d7b0d84 Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at gmail.com>
 Date: Mon, 13 Apr 2009 19:30:38 +1000
 Subject: [PATCH 4/7] nv50/f11: accelerate front-buffer rendering, linear shadow for scanout
@@ -63,7 +63,7 @@ index 4909e51..ca1a60b 100644
  			ErrorF("failed to add fb\n");
  			return FALSE;
 diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
-index b7bcc87..aee2794 100644
+index 949f747..cf050f9 100644
 --- a/src/nouveau_exa.c
 +++ b/src/nouveau_exa.c
 @@ -265,7 +265,8 @@ nouveau_exa_wait_marker(ScreenPtr pScreen, int marker)
@@ -142,7 +142,7 @@ index b7bcc87..aee2794 100644
  		struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
  
  		if (--nvpix->map_refcount)
-@@ -616,6 +629,12 @@ nouveau_exa_init(ScreenPtr pScreen)
+@@ -617,6 +630,12 @@ nouveau_exa_init(ScreenPtr pScreen)
  		exa->maxY = 2048;
  	}
  
@@ -494,10 +494,10 @@ index bd3e5a9..dca6a40 100644
  		xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
  			   "[dri] unable to reference front buffer: %d\n", ret);
 diff --git a/src/nv_driver.c b/src/nv_driver.c
-index 9f4c96f..a280257 100644
+index 696fa6d..9e0af49 100644
 --- a/src/nv_driver.c
 +++ b/src/nv_driver.c
-@@ -686,10 +686,11 @@ NVEnterVT(int scrnIndex, int flags)
+@@ -689,10 +689,11 @@ NVEnterVT(int scrnIndex, int flags)
  		/* Clear the framebuffer, we don't want to see garbage
  		 * on-screen up until X decides to draw something
  		 */
@@ -513,7 +513,7 @@ index 9f4c96f..a280257 100644
  
  		if (pNv->Architecture == NV_ARCH_50) {
  			if (!NV50AcquireDisplay(pScrn))
-@@ -1609,6 +1610,8 @@ NVMapMemSW(ScrnInfoPtr pScrn)
+@@ -1612,6 +1613,8 @@ NVMapMemSW(ScrnInfoPtr pScrn)
  		return FALSE;
  	pNv->GART = NULL;
  
@@ -522,7 +522,7 @@ index 9f4c96f..a280257 100644
  	ret = nouveau_bo_fake(&dev, Cursor0Offset,
  			      NOUVEAU_BO_VRAM | NOUVEAU_BO_PIN,
  			      64 * 64 * 4, pNv->VRAMMap + Cursor0Offset,
-@@ -1760,6 +1763,23 @@ skip_fb:
+@@ -1763,6 +1766,23 @@ skip_fb:
  		   "at offset 0x%X\n",
  		   (uint32_t)(pNv->FB->size >> 20), (uint32_t) pNv->FB->offset);
  
@@ -546,7 +546,7 @@ index 9f4c96f..a280257 100644
  
  	/* We don't need to allocate cursors / lut here if we're using
  	 * kernel modesetting
-@@ -1832,6 +1852,7 @@ NVUnmapMem(ScrnInfoPtr pScrn)
+@@ -1835,6 +1855,7 @@ NVUnmapMem(ScrnInfoPtr pScrn)
  	}
  
  	nouveau_bo_ref(NULL, &pNv->FB);
@@ -554,7 +554,7 @@ index 9f4c96f..a280257 100644
  	nouveau_bo_ref(NULL, &pNv->GART);
  	nouveau_bo_ref(NULL, &pNv->Cursor);
  	nouveau_bo_ref(NULL, &pNv->Cursor2);
-@@ -2347,6 +2368,15 @@ NVSaveScreen(ScreenPtr pScreen, int mode)
+@@ -2351,6 +2372,15 @@ NVSaveScreen(ScreenPtr pScreen, int mode)
  	bool on = xf86IsUnblank(mode);
  	int i;
  
@@ -618,10 +618,10 @@ index ea1ba35..e15051c 100644
 +	nouveau_bo_unmap(pNv->scanout);
  } 
 diff --git a/src/nv_type.h b/src/nv_type.h
-index 2ec4fba..5396cc8 100644
+index 482b5a6..b79474e 100644
 --- a/src/nv_type.h
 +++ b/src/nv_type.h
-@@ -270,6 +270,7 @@ typedef struct _NVRec {
+@@ -271,6 +271,7 @@ typedef struct _NVRec {
      /* Various pinned memory regions */
      struct nouveau_bo * FB;
      void *              FBMap;
@@ -629,7 +629,7 @@ index 2ec4fba..5396cc8 100644
      //struct nouveau_bo * FB_old; /* for KMS */
      struct nouveau_bo * shadow[2]; /* for easy acces by exa */
      struct nouveau_bo * Cursor;
-@@ -278,6 +279,9 @@ typedef struct _NVRec {
+@@ -279,6 +280,9 @@ typedef struct _NVRec {
  
      struct nvbios	VBIOS;
      struct nouveau_bios_info	*vbios;

nouveau-nv50-nva0-noaccel.patch:

Index: nouveau-nv50-nva0-noaccel.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-nv50-nva0-noaccel.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nouveau-nv50-nva0-noaccel.patch	4 May 2009 07:27:03 -0000	1.6
+++ nouveau-nv50-nva0-noaccel.patch	7 May 2009 11:48:45 -0000	1.7
@@ -1,4 +1,4 @@
-From 6ce46f688243aaa010bb18642f32a18e4eeea77a Mon Sep 17 00:00:00 2001
+From 44db9b3b2b4834e5a40c2bc52d9fbb4329cef23a Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at gmail.com>
 Date: Mon, 13 Apr 2009 20:20:39 +1000
 Subject: [PATCH 5/7] nv50/f11: disable acceleration on NVAx chipsets
@@ -8,10 +8,10 @@ Subject: [PATCH 5/7] nv50/f11: disable a
  1 files changed, 8 insertions(+), 0 deletions(-)
 
 diff --git a/src/nv_driver.c b/src/nv_driver.c
-index a280257..f097fb9 100644
+index 9e0af49..52fe1e2 100644
 --- a/src/nv_driver.c
 +++ b/src/nv_driver.c
-@@ -1144,6 +1144,14 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
+@@ -1147,6 +1147,14 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
  		pNv->ShadowFB = TRUE;
  	}
  

nouveau-store-vbios.patch:

Index: nouveau-store-vbios.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-store-vbios.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nouveau-store-vbios.patch	4 May 2009 07:27:03 -0000	1.6
+++ nouveau-store-vbios.patch	7 May 2009 11:48:45 -0000	1.7
@@ -1,4 +1,4 @@
-From ce581a86984390d77863d91ce4c05886980ee982 Mon Sep 17 00:00:00 2001
+From 3084a152e559851c417f3eedcdec32c054b3bec5 Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at gmail.com>
 Date: Mon, 13 Apr 2009 19:13:26 +1000
 Subject: [PATCH 2/7] bios/f11: store a copy of used vbios image in /var/run
@@ -8,7 +8,7 @@ Subject: [PATCH 2/7] bios/f11: store a c
  1 files changed, 13 insertions(+), 0 deletions(-)
 
 diff --git a/src/nv_bios.c b/src/nv_bios.c
-index cc5f5c4..2d4169c 100644
+index f34f86a..422da28 100644
 --- a/src/nv_bios.c
 +++ b/src/nv_bios.c
 @@ -22,6 +22,9 @@

nouveau-transition-hack.patch:

Index: nouveau-transition-hack.patch
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/nouveau-transition-hack.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- nouveau-transition-hack.patch	4 May 2009 07:27:03 -0000	1.6
+++ nouveau-transition-hack.patch	7 May 2009 11:48:45 -0000	1.7
@@ -1,4 +1,4 @@
-From 76ec695211c0337f96731f85554d3f299e9ef2dc Mon Sep 17 00:00:00 2001
+From 3176abc8829a073d934c0e861ca6a04938c35d5f Mon Sep 17 00:00:00 2001
 From: Ben Skeggs <skeggsb at gmail.com>
 Date: Mon, 13 Apr 2009 19:12:25 +1000
 Subject: [PATCH 1/7] kms/f11: hack in transition support without driver pixmaps


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sources	1 May 2009 05:58:20 -0000	1.36
+++ sources	7 May 2009 11:48:45 -0000	1.37
@@ -1 +1 @@
-3ad8e3ca4568ae7017c9c462a613fdc0  xf86-video-nouveau-0.0.12-20090501gitf69b34a.tar.bz2
+f999e648a63a31edffc8607b7cf4bade  xf86-video-nouveau-0.0.12-20090507git1072103.tar.bz2


Index: xorg-x11-drv-nouveau.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11/xorg-x11-drv-nouveau.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- xorg-x11-drv-nouveau.spec	4 May 2009 07:27:03 -0000	1.45
+++ xorg-x11-drv-nouveau.spec	7 May 2009 11:48:45 -0000	1.46
@@ -7,8 +7,8 @@
 # git clone git://git.freedesktop.org/git/nouveau/xf86-video-nouveau
 # git-archive --format=tar --prefix=xf86-video-nouveau-0.0.10/ %{git_version} | bzip2 > xf86-video-nouveau-0.0.10-%{gitdate}.tar.bz2
 
-%define gitdate 20090501
-%define git_version f69b34a
+%define gitdate 20090507
+%define git_version 1072103
 
 %define snapshot %{gitdate}git%{git_version}
 
@@ -19,7 +19,7 @@ Name:      xorg-x11-drv-nouveau
 # need to set an epoch to get version number in sync with upstream
 Epoch:     1
 Version:   %{nouveau_version}
-Release:   33.%{snapshot}%{?dist}
+Release:   34.%{snapshot}%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X Hardware Support
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man4/nouveau.4*
 
 %changelog
+* Thu May 07 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-34.20090507git1072103
+- upstream update, fix issues that occured from recent exa abi change
+
 * Mon May 04 2009 Ben Skeggs <bskeggs at redhat.com> 0.0.12-33.20090501gitf69b34a
 - rh#492572: only apply bicubic filter when scaling >=2x
 - rh#497654: correct exa offscreen memory size




More information about the scm-commits mailing list