diff options
author | wiz <wiz> | 2008-09-06 16:20:56 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 16:20:56 +0000 |
commit | 9f0a8339fff9b2dd4e68e9521eec30075f5c249e (patch) | |
tree | 569469c064c257f371975b4b68821cc06de77204 /x11 | |
parent | 026a3baf08de5392997e81c15cb5dbfafa1b6467 (diff) | |
download | pkgsrc-9f0a8339fff9b2dd4e68e9521eec30075f5c249e.tar.gz |
Update to 2.1.12:
2.11:
Aaron Plattner (8):
Move hardware cursor initialization to after AcquireDisplay.
G80: Fix some ROP bugs.
G80: Log the i2c port number for LVDS, when there is one.
Fix warnings.
Bug #15309: Set the pixel clock even if the hardware doesn't
think it needs it.
More chips names.
One more missing GPU name.
Bump to 2.1.11.
Alan Coopersmith (2):
Fix pciaccess READ_LONG to work with Sun compilers
Print error message when pci_device_map_range fails
2.12:
The last release had an unfortunate bug that caused
CPUToScreenColorExpandFill to treat transparent pixels as black instead.
Sorry about that!
- -- Aaron
Aaron Plattner (2):
G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c.
Bump to 2.1.12.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-nv/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-nv/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile index af9d7944707..24b23691346 100644 --- a/x11/xf86-video-nv/Makefile +++ b/x11/xf86-video-nv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2008/07/29 21:11:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/09/06 16:20:56 wiz Exp $ -DISTNAME= xf86-video-nv-2.1.10 +DISTNAME= xf86-video-nv-2.1.12 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-nv/distinfo b/x11/xf86-video-nv/distinfo index d9c76e66802..311cdc3f848 100644 --- a/x11/xf86-video-nv/distinfo +++ b/x11/xf86-video-nv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2008/07/29 21:11:24 wiz Exp $ +$NetBSD: distinfo,v 1.11 2008/09/06 16:20:56 wiz Exp $ -SHA1 (xf86-video-nv-2.1.10.tar.bz2) = 03545be9634a043b68438dae2a3266c41af60e7e -RMD160 (xf86-video-nv-2.1.10.tar.bz2) = 215b70830514afe489a60799b230b68fa18f4397 -Size (xf86-video-nv-2.1.10.tar.bz2) = 384448 bytes +SHA1 (xf86-video-nv-2.1.12.tar.bz2) = d468596e6ffb41582cd3b214e42fc0004cc93418 +RMD160 (xf86-video-nv-2.1.12.tar.bz2) = 8eb7480d305367195846f36dc832357648deba06 +Size (xf86-video-nv-2.1.12.tar.bz2) = 388330 bytes |