diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:56:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:56:49 +0000 |
commit | 909d2971323d27ebdfaaefef26d157054bbb4306 (patch) | |
tree | f29d4144b6c243d8e335b7293e1e78cc4b353989 /x11 | |
parent | 8725de91ff4f9cb7dd06dd3757989bd361f84761 (diff) | |
download | pkgsrc-909d2971323d27ebdfaaefef26d157054bbb4306.tar.gz |
Update to 7.3.0 with glamor support disabled (not packaged).
Alex Deucher (16):
radeon: disallow glamor on pre-R600 asics
radeon/kms: add berlin pci ids
radeon: enable glamor by default (v4)
glamor: require 0.5.1 or newer
radeon: fix limit handling for cards with >4G of ram
radeon: add glamor Xv support (v2)
Revert "radeon: add glamor Xv support (v2)"
drm/radeon: fix non-glamor build
radeon: fix the non-glamor build harder...
radeon: enable tiling on SI by default (v2)
radeon: add support for Hawaii
radeon/kms: add Hawaii pci ids
drm/radeon: fix SUMO2 pci id
radeon/exa: Always use a scratch surface for UTS to vram
Require glamor 0.6.0
radeon: bump version for release
Christopher James Halse Rogers (1):
EXA/evergreen: Paranoia around linear tiling. (v2)
Dave Airlie (1):
radeon: use glamor Xv support if present.
Jerome Glisse (1):
radeon/glamor: with new pixmap for dri2 drawable no need to
create new texture
Maarten Lankhorst (1):
bump version post release
Mark Kettenis (1):
Fix shadowfb on big-endian machines
Michel Dänzer (3):
DRI2: Install client callback only once
dri2: Make last_vblank_seq local unsigned to match dpms_last_seq
Don't require the glamoregl module to be pre-loaded with xserver >= 1.15
Robert Millan (2):
radeon: Set first parameter of drmOpen() to NULL
radeon: Restore kernel module load on FreeBSD.
Vadim Girlin (1):
radeon: disable 2D tiling on buffers < 128 pixels
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xf86-video-ati/Makefile | 6 | ||||
-rw-r--r-- | x11/xf86-video-ati/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11/xf86-video-ati/Makefile b/x11/xf86-video-ati/Makefile index 3eacb9eaae9..f9a8eadae67 100644 --- a/x11/xf86-video-ati/Makefile +++ b/x11/xf86-video-ati/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2013/09/09 19:29:55 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/01/25 10:56:49 wiz Exp $ -DISTNAME= xf86-video-ati-7.2.0 +DISTNAME= xf86-video-ati-7.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,8 @@ HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg ATI Radeon video driver CONFIGURE_ARGS+= --enable-dri +# not packaged yet as of 20140125 +CONFIGURE_ARGS+= --disable-glamor CONFLICTS+= xf86-video-ati6-[0-9]* diff --git a/x11/xf86-video-ati/distinfo b/x11/xf86-video-ati/distinfo index 17843eefe23..9e187a0d42d 100644 --- a/x11/xf86-video-ati/distinfo +++ b/x11/xf86-video-ati/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2013/09/09 19:29:55 wiz Exp $ +$NetBSD: distinfo,v 1.16 2014/01/25 10:56:49 wiz Exp $ -SHA1 (xf86-video-ati-7.2.0.tar.bz2) = 2b11e423506f1f967d4bb6be0ff1277c24332b68 -RMD160 (xf86-video-ati-7.2.0.tar.bz2) = df58f0336abc52ddd14a1d5fae27a1cd96d749df -Size (xf86-video-ati-7.2.0.tar.bz2) = 824613 bytes +SHA1 (xf86-video-ati-7.3.0.tar.bz2) = 946bcfcb892088a9ffecc00856a1c8e6bd47a088 +RMD160 (xf86-video-ati-7.3.0.tar.bz2) = 9c36c989447802a34242f39d184776c60f662a18 +Size (xf86-video-ati-7.3.0.tar.bz2) = 816346 bytes |