diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-05 09:13:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-05 09:13:07 +0000 |
commit | f26dedd962fa7605038e40d5efab911a815dbceb (patch) | |
tree | 92401ab7c3589d746fa0b40f24ec1373e7538ec5 /x11 | |
parent | 3297320e120677fb4a64df406eacc3f8c724c1f0 (diff) | |
download | pkgsrc-f26dedd962fa7605038e40d5efab911a815dbceb.tar.gz |
Update to 2.4.43:
Alex Deucher (1):
radeon: add pci ids for Richland APUs
Ben Widawsky (1):
intel_chipset: Merge intel-gpu-tools chipsets
Benjamin Gaignard (2):
tests: allow tests programs to be installed
tests: allow tests programs to be installed (cumulative patch)
Chris Forbes (1):
intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS
Inki Dae (1):
libdrm/exynos: add test application for 2d gpu.
Jerome Glisse (1):
radeonsi: make sure tile_split field are not garbage
Kenneth Graunke (1):
intel/aub: Actually run BLT batches on the blit ring.
Maarten Lankhorst (1):
configure.ac: bump version to 2.4.43 for release
Marcin Slusarz (2):
nouveau: return error from pushbuf_validate
nouveau: add a way to override single pushbuffer memory limits
Rob Clark (1): freedreno: add freedreno DRM
Ville Syrjälä (2):
intel_chipset: Use parens around macro arguments
intel_chipset: Fix up VLV confusion
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libdrm/Makefile | 4 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index 45f384e3615..2cdf17b1b0d 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/02/06 08:44:05 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/05 09:13:07 wiz Exp $ # -DISTNAME= libdrm-2.4.42 +DISTNAME= libdrm-2.4.43 CATEGORIES= x11 graphics MASTER_SITES= http://dri.freedesktop.org/libdrm/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo index 0b86bb2d21f..b437e17e0a0 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2013/02/05 14:12:47 wiz Exp $ +$NetBSD: distinfo,v 1.28 2013/04/05 09:13:07 wiz Exp $ -SHA1 (libdrm-2.4.42.tar.bz2) = 7004899b6a80b2ee50f35f883cc14804c3e24188 -RMD160 (libdrm-2.4.42.tar.bz2) = d6f2206480bb70a0bbba5eff6a3bcf0b50b73080 -Size (libdrm-2.4.42.tar.bz2) = 500327 bytes +SHA1 (libdrm-2.4.43.tar.bz2) = 80e810e0476a0c479a84b74f22aa1bc228484ce6 +RMD160 (libdrm-2.4.43.tar.bz2) = 6c93c06c643b97994c2517975a0285be9de2d402 +Size (libdrm-2.4.43.tar.bz2) = 521531 bytes SHA1 (patch-ab) = 66dadd3244bfa9c69be0982fd2108deb94483de2 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-ad) = ea3ef8de8db782ddab23f182f1e6bd9d8f612a78 |