diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-30 09:06:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-30 09:06:56 +0000 |
commit | e1883ea4a65443634f7f3716b200d188fc1205e7 (patch) | |
tree | 5e682e0991b8cb09d8aa964f3576e90d7ca4a71b /x11/libdrm | |
parent | 44887dae7acc41cb8be9199940d31c13415fcb0f (diff) | |
download | pkgsrc-e1883ea4a65443634f7f3716b200d188fc1205e7.tar.gz |
Update to 2.4.62:
This release introduces the atomic and blob APIs, adds support
for new devices (AMD Bonaire) and a new flag for coherent BOs
in nouveau.
Alex Deucher (1):
radeon: add new bonaire pci id
Alexandre Courbot (1):
nouveau: add coherent BO attribute
Boris BREZILLON (2):
modetest: add atmel-hlcdc driver support
tests/kmstest: support atmel-hlcdc
Damien Lespiau (1):
intel: Add the Broxton PCI IDs
Daniel Stone (1):
Add blob property create/destroy ioctl wrappers
Emil Velikov (7):
modetest: explicitly zero the newly allocated memory
modetest: replace malloc + memset with calloc
xf86drm: simplify drmMalloc/drmFree
Revert "Add device enumeration interface (v4)"
xf86drmMode: remove unused valgrind(VG) macros
xf86drmMode: include config.h before anything else
configure.ac: bump version to 2.4.62 for release
Guillaume Desmottes (1):
drmPrime*: initialize output args to 0
Ilia Mirkin (1):
nouveau: add asserts to make sure krefs are there
Jammy Zhou (1):
Fix one warning (v2)
Matt Turner (1):
configure: Add flag to disable valgrind support.
Tobias Jakobi (11):
modetest: make middle SMPTE colors transparent
modetest: only select plane with matching format
exynos: fimg2d: fix return codes
tests/exynos: replace return by break
exynos/fimg2d: simplify g2d_fini()
tests/exynos: clean struct connector
tests/exynos: remove unused define
tests/exynos: remove struct fimg2d_test_case
tests/exynos: simplify drm_set_crtc
tests/exynos: remove connector_find_plane
tests/exynos: handle G2D_IMGBUF_COLOR in switch statements
Ville Syrjälä (1):
Support atomic modesetting ioctl
frank (1):
Add device enumeration interface (v4)
Diffstat (limited to 'x11/libdrm')
-rw-r--r-- | x11/libdrm/Makefile | 5 | ||||
-rw-r--r-- | x11/libdrm/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/libdrm/Makefile b/x11/libdrm/Makefile index e918cb4be76..2551ab526d2 100644 --- a/x11/libdrm/Makefile +++ b/x11/libdrm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2015/05/07 06:31:06 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2015/06/30 09:06:56 wiz Exp $ -DISTNAME= libdrm-2.4.61 +DISTNAME= libdrm-2.4.62 CATEGORIES= x11 graphics MASTER_SITES= http://dri.freedesktop.org/libdrm/ EXTRACT_SUFX= .tar.bz2 @@ -37,6 +37,7 @@ CONFIGURE_ENV+= drm_cv_atomic_primitives=libatomic-ops CONFIGURE_ARGS+= PTHREADSTUBS_CFLAGS=-I${PREFIX}/include \ PTHREADSTUBS_LIBS=-L${PREFIX}/lib CONFIGURE_ARGS+= --disable-manpages +CONFIGURE_ARGS+= --disable-valgrind PLIST_VARS+= intel arm .if !empty(MACHINE_ARCH:Mi386) || !empty(MACHINE_ARCH:Mx86_64) diff --git a/x11/libdrm/distinfo b/x11/libdrm/distinfo index 0972d64914c..843612b1007 100644 --- a/x11/libdrm/distinfo +++ b/x11/libdrm/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.53 2015/05/07 06:31:06 wiz Exp $ +$NetBSD: distinfo,v 1.54 2015/06/30 09:06:56 wiz Exp $ -SHA1 (libdrm-2.4.61.tar.bz2) = fce70371540af0490541b05d96c6b6b43f1fab80 -RMD160 (libdrm-2.4.61.tar.bz2) = 4a318c1aa5a4da3249c2edf6a00a4a2c394278fc -Size (libdrm-2.4.61.tar.bz2) = 600137 bytes +SHA1 (libdrm-2.4.62.tar.bz2) = 882b59a372508a301aabd6ba8f8bd124f3a69a16 +RMD160 (libdrm-2.4.62.tar.bz2) = c3700ad5915255cef08cab75ab8c844103655967 +Size (libdrm-2.4.62.tar.bz2) = 637472 bytes SHA1 (patch-ab) = e28070e56924a68ecc3c4e27d479a5e8edc70913 SHA1 (patch-ac) = 67c998df7dfc0dabc86320ea6d015cede3e464ea SHA1 (patch-include_drm_drm.h) = 1cb10685b54a1c0ad71aef92edecbb0318fe4c99 |