diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-21 12:14:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-21 12:14:48 +0000 |
commit | 74f4e902a9fb9fb7ba86706a4b93bb145d6ce496 (patch) | |
tree | e30985ca21b0b411b434be93787da8ebbaad8a3b /x11/libdrm | |
parent | f5aafacc410a18c6ae4087169f6263bd57037c08 (diff) | |
download | pkgsrc-74f4e902a9fb9fb7ba86706a4b93bb145d6ce496.tar.gz |
Updated libdrm to 2.4.69.
Here's a new libdrm release, which I needed in order to use the new vc4
ioctl in Mesa.
Alex Deucher (2):
tests/amdgpu: expand write/copy tests to compute
tests/amdgpu: expand write/copy tests to compute
Christian König (1):
amdgpu: fix fence status query
Eric Anholt (2):
vc4: Update kernel headers for getparam addition.
Bump version to 2.4.69 for release.
Jan Vesely (1):
xf86drm.c: Fix mix of tabs and spaces
Leo Liu (1):
tests/amdgpu: add interface to adapt firmware requirement
Marek Olšák (1):
radeon: use SAMPLE_SPLIT=2 for better MSAA perf on EG/CM
Mike Frysinger (1):
pull in sys/sysmacros.h when available
Nicolai Hähnle (1):
xf86drm: ensure proper alignment of pointers in drmProcessPciDevice
Qiang Yu (1):
drm: fix multi GPU drmGetDevices only return one device
Rob Clark (1):
freedreno/msm: fix memory leak on ringbuffer free
Rob Herring (1):
Android: strip out header files from sources list
Rodrigo Vivi (2):
intel: Add more Kabylake PCI IDs.
intel: Removing PCI IDs that are no longer listed as Kabylake.
Sonny Jiang (1):
tests/amdgpu: adapt to new polaris10/11 uvd fw
Diffstat (limited to 'x11/libdrm')
-rw-r--r-- | x11/libdrm/Makefile | 4 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index 3d117b28f72..004c9ff5020 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.62 2016/04/29 11:17:34 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2016/07/21 12:14:48 wiz Exp $ -DISTNAME= libdrm-2.4.68 +DISTNAME= libdrm-2.4.69 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 e1a8f9835dd..1ebb113ff26 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.62 2016/04/29 11:17:34 wiz Exp $ +$NetBSD: distinfo,v 1.63 2016/07/21 12:14:48 wiz Exp $ -SHA1 (libdrm-2.4.68.tar.bz2) = cb906b715dd2e9a5fc3c231d9790a5effea64482 -RMD160 (libdrm-2.4.68.tar.bz2) = d136e8427d5d9f5730e9c09e20d45648eae75513 -SHA512 (libdrm-2.4.68.tar.bz2) = 646ce2eb6b4d81120d5767f0c4014bfd042ea7030e33aa9a1d016129222d22a0dd012e530d37e1d580f4cc9f4d38e35176ce4d7abeccc086b38ba685cff8e38e -Size (libdrm-2.4.68.tar.bz2) = 735554 bytes +SHA1 (libdrm-2.4.69.tar.bz2) = 024ad2d208180129194b47492317adedf76fda41 +RMD160 (libdrm-2.4.69.tar.bz2) = 2d2b02efae356aff33d0be29fc775646efe71735 +SHA512 (libdrm-2.4.69.tar.bz2) = 8d67a692c5dc059a1705014658e737fde7be9181b03c04b37119c84978aada1eaec23e674a83cc064ed0cc59838f69a5c31864e5355689d0a1e88309982e832c +Size (libdrm-2.4.69.tar.bz2) = 817990 bytes SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b |