diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-04 05:36:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-04 05:36:32 +0000 |
commit | 730ced48a0392c4ee8d7e09c5e84d33550eff206 (patch) | |
tree | d5fefa0ba3b2cbd4b64aa1800747cb90dc4b6569 /x11/libdrm | |
parent | f12aaca1ad3a744cc48742d6c72f44c802deafb7 (diff) | |
download | pkgsrc-730ced48a0392c4ee8d7e09c5e84d33550eff206.tar.gz |
Updated libdrm to 2.4.71.
Daniel Kurtz (1):
modetest: add mediatek to module list
Eric Anholt (1):
Simplify the RELEASING steps based on current release.sh.
Flora Cui (1):
amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag
Kristian H. Kristensen (1):
Add drmModeAddFB2WithModifiers() which takes format modifiers
Leo Liu (1):
tests/amdgpu: update vce encRefPic addr mode to tiled
Marek Olšák (3):
radeon: sync radeon_drm.h with the kernel
amdgpu: sync amdgpu_drm.h with the kernel
amdgpu: fix valgrind warnings caused by amdgpu_query_firmware_version
Michel Dänzer (1):
intel: Add new symbols to intel-symbol-check
Rob Clark (2):
list: fix an issue with android build using clang
Bump version for release
Ronie Salgado (1):
amdgpu: add SI support
Stéphane Marchesin (1):
modetest: Also print the pixel clock
The etnaviv authors (2):
libdrm: add etnaviv drm support
libdrm: add etnaviv tests
Yang Rong (1):
intel: Export pooled EU and min no. of eus in a pool.
satsahu (1):
modetest: Adding amdgpu to module list
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 5ddebad260d..68acd45b05e 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2016/07/24 19:25:39 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2016/10/04 05:36:32 wiz Exp $ -DISTNAME= libdrm-2.4.70 +DISTNAME= libdrm-2.4.71 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 e17bd1cc5d6..c7cada34c7b 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.64 2016/07/24 19:25:39 wiz Exp $ +$NetBSD: distinfo,v 1.65 2016/10/04 05:36:32 wiz Exp $ -SHA1 (libdrm-2.4.70.tar.bz2) = 136a581c9a081ac26804ae229d27094f29001a21 -RMD160 (libdrm-2.4.70.tar.bz2) = 9f32df9c20adef52c5a3538c71765e2fcc6734cd -SHA512 (libdrm-2.4.70.tar.bz2) = f23833885f675168ce0590e7ed3d41ef081e864262007f17c3d02613dd13b9540a06420ed2ec2c83316a83039ebabbe3fc9759d9b61fc402be8830e993a799a5 -Size (libdrm-2.4.70.tar.bz2) = 692277 bytes +SHA1 (libdrm-2.4.71.tar.bz2) = 5c9cd0c45d92bcd4809e42681494163ba9f31f3d +RMD160 (libdrm-2.4.71.tar.bz2) = a309dec60569101cecfb2f19dd0259274fad10a6 +SHA512 (libdrm-2.4.71.tar.bz2) = 82c7a0228c601feed612131919c296a62ce7f41287810ab7cc75e01d7ba8af884044077a0dacd8b09be077dc54a4ceab80d9104f285db4a93bc0e66d00d6c77d +Size (libdrm-2.4.71.tar.bz2) = 722278 bytes SHA1 (patch-ab) = ebc345d7f1aeb583b3ebb883fb3b27abc5b8133c SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-include_drm_drm.h) = 48a912f40bf2b2a1c23edbe4446fa7869212f17b |