diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-30 13:17:09 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-30 13:17:09 +0000 |
commit | fca2a67407c056e647dd7bd18df6a7756633dc1f (patch) | |
tree | 9fc4337cf7005a450b40acda5834f86bb7f45f0d /x11 | |
parent | 7563b72af1fb8169fdf4b165e6b6f3a537d2e4f0 (diff) | |
download | pkgsrc-fca2a67407c056e647dd7bd18df6a7756633dc1f.tar.gz |
Update to xf86-video-mga-1.4.8.
1.4.8:
Bug #13926: Unbreak Xinerama.
G200SE-A can't cope with bigger than 1600x1200.
Don't build or call init_dri if XF86DRI is undefined
Unmap the same size that was mapped with pci_device_map_range
Use pci_device_map_range() instead of pci_device_map_region().
1.4.7:
Fix various timing bugs on the G200SE.
Disable MTRR support for PCIE G200SE cards, as it tickles hardware bugs.
Default mode on G200SE of 1024x768 @ 16bpp.
Change minimal frequency guess from 12 to 16MHz
Add Xv support for Millennium II chips
Current state of MGA driver modified to work with the xserver
Store the pci_device pointer passed into MGAPciProbe instead of
Pass the correct pointer to pci_device_cfg_write_bits.
Convert to new pci_device_cfg_write_u* interface.
Refactor memory map / unmap functions.
Ensure the result of MGAMapMem is checked.
Code refactoring in MGAScreenInit.
Add info for offset 116 in PInS version 5.
Merge PCI-rework support and "classic" PCI interface support into one tree
Set pScrn to NULL before calling xf86ConfigPciEntity.
Use XSERVER_LIBPCIACCESS to detect pci-rework.
Replaced some more magic values with register names.
Bug #9448: Actually write the C2STARTADD0 register.
Fixed a typo in a debug message.
Fixed a typo that caused MGAREG_C2OFFSET to be set to a bad value.
Sync after UploadToScreen.
Removed the debug messages for solid and copy ops.
Make DRI initialization work when using EXA.
On G550, do A8 adds in hardware.
Added memcpy-based DownloadFromScreen implementation.
Bug #4249: Further increase the minimum dot clock.
Fixed major blending and compositing breakage.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-mga/Makefile | 4 | ||||
-rw-r--r-- | x11/xf86-video-mga/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xf86-video-mga/Makefile b/x11/xf86-video-mga/Makefile index f3343791184..a7851b8ef91 100644 --- a/x11/xf86-video-mga/Makefile +++ b/x11/xf86-video-mga/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/08/15 18:23:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/01/30 13:17:09 tnn Exp $ # -DISTNAME= xf86-video-mga-1.4.6.1 +DISTNAME= xf86-video-mga-1.4.8 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-video-mga/distinfo b/x11/xf86-video-mga/distinfo index 3ff798bb9d2..9c89ea69fb9 100644 --- a/x11/xf86-video-mga/distinfo +++ b/x11/xf86-video-mga/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2007/08/15 18:23:57 joerg Exp $ +$NetBSD: distinfo,v 1.3 2008/01/30 13:17:09 tnn Exp $ -SHA1 (xf86-video-mga-1.4.6.1.tar.bz2) = 8b9f619fc1baf711fcae38dbf4851d277a5cbc1a -RMD160 (xf86-video-mga-1.4.6.1.tar.bz2) = 4699193c38c3a8349cef80661e108d422e366410 -Size (xf86-video-mga-1.4.6.1.tar.bz2) = 376624 bytes +SHA1 (xf86-video-mga-1.4.8.tar.bz2) = 678a65acc395574bf5e5998d75864f49ceb42bbd +RMD160 (xf86-video-mga-1.4.8.tar.bz2) = 05764465ac58a510d2622d15be96f162f3a6dadf +Size (xf86-video-mga-1.4.8.tar.bz2) = 409636 bytes SHA1 (patch-aa) = 65505d9e9fe6a9f3b2d0b50850e8b7b03af1f9aa SHA1 (patch-ab) = d7401914223a293d2f976b0727d4a79d4f3f14f2 |